Property that negation is left and right inverse for addition.
Theorem:
(defthm montgomery-add-of-neg-left (implies (point-on-montgomery-p point curve) (equal (montgomery-add (montgomery-neg point curve) point curve) (montgomery-zero))))
Theorem:
(defthm montgomery-add-of-neg-right (implies (point-on-montgomery-p point curve) (equal (montgomery-add point (montgomery-neg point curve) curve) (montgomery-zero))))