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
erw
s andlinear_combination'
- replace explicit
add
rewrites with the existing lemmaadd_of(_not)_equiv
- change
open Classical
withopen scoped Classical
- add
mk_ne_zero
to simplify the proof offromAffine_ne_zero
- extract common variables in the
map
andbaseChange
lemmas