Commit 2025-03-04 14:42 cdc8210e
View on Github →chore(AlgebraicGeometry/EllipticCurve/*): remove redundant names (#22479) Clean up a few redundant/bad names:
nonsingular_zero_of_Δ_ne_zero
is a special case ofnonsingular_of_Δ_ne_zero
, which itself is a (very easy) special case ofequation_iff_nonsingular_of_Δ_ne_zero
, and similarly withnonsingular
andequation_iff_nonsingular
equation_neg(_of)
andnonsingular_neg(_of)
are special cases ofequation_neg_iff
andnonsingular_neg_iff
mapFun
andtoClassFun
are function versions of the group homomorphismsmap
andtoClass
mk_XYIdeal'_mul_mk_XYIdeal'_of_Yeq
should have been namedmk_XYIdeal'_neg_mul
according to naming conventions- all instance names since they can be named automatically