Neutral point of the Montgomery curve group.
(montgomery-zero) → point
This is the point at infinity.
Function:
(defun montgomery-zero nil (declare (xargs :guard t)) (let ((acl2::__function__ 'montgomery-zero)) (declare (ignorable acl2::__function__)) (point-infinite)))
Theorem:
(defthm pointp-of-montgomery-zero (b* ((point (montgomery-zero))) (pointp point)) :rule-classes :rewrite)
Theorem:
(defthm point-on-montgomery-p-of-montgomery-zero (point-on-montgomery-p (montgomery-zero) curve))