Left and right identity properties of the neutral point.
Theorem:
(defthm montgomery-add-of-montgomery-zero-left (equal (montgomery-add (montgomery-zero) point curve) (point-fix point)))
Theorem:
(defthm montgomery-add-of-montgomery-zero-right (equal (montgomery-add point (montgomery-zero) curve) (point-fix point)))