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 and linear_combination'
  • replace explicit add rewrites with the existing lemma add_of(_not)_equiv
  • change open Classical with open scoped Classical
  • add mk_ne_zero to simplify the proof of fromAffine_ne_zero
  • extract common variables in the map and baseChange lemmas

Estimated changes