Neutral point of the twisted Edwards curve group.
(twisted-edwards-zero) → point
This is always
Function:
(defun twisted-edwards-zero nil (declare (xargs :guard t)) (let ((acl2::__function__ 'twisted-edwards-zero)) (declare (ignorable acl2::__function__)) (point-finite 0 1)))
Theorem:
(defthm pointp-of-twisted-edwards-zero (b* ((point (twisted-edwards-zero))) (pointp point)) :rule-classes :rewrite)
Theorem:
(defthm point-on-twisted-edwards-p-of-twisted-edwards-zero (point-on-twisted-edwards-p (twisted-edwards-zero) curve))