Commit 2025-03-04 13:59 92169eb4
View on Github →chore(AlgebraicGeometry/EllipticCurve/*): improve some proofs (#22524) This update cleans up some proofs in the Jacobian and projective coordinate files:
- remove some
erws andlinear_combination' - replace explicit
addrewrites with the existing lemmaadd_of(_not)_equiv - change
open Classicalwithopen scoped Classical - add
mk_ne_zeroto simplify the proof offromAffine_ne_zero - extract common variables in the
mapandbaseChangelemmas