Commit 2024-10-16 04:43 52ec24b8
View on Github →feat(AlgebraicGeometry/EllipticCurve/J): further properties of j-invariants of elliptic curves (#17431) Currently there is only one new result:
EllipticCurve.exists_variableChange_of_j_eq: ifEandE'are elliptic curves with the samej-invariants defined over a separably closed field, then there exists a change of variables over that field which changeEintoE'. For convenience, a few new results for normal forms are added toEllipticCurvenamespace, parallel to that ofWeierstrassCurve. Also added some convenience auxiliary results used in this PR:Algebra/CharP/Defs:CharP.cast_ne_zero_of_ne_of_primeFieldTheory/Separable:Polynomial.separable_C_mul_X_pow_add_C_mul_X_add_C[']FieldTheory/IsSepClosed:IsSepClosed.exists_root_C_mul_X_pow_add_C_mul_X_add_C[']