Mathlib Map

Theorems · Definition · algebraic geometry

WeierstrassCurve.Projective.polynomial

{R : Type r} → [inst : CommRing R] → WeierstrassCurve.Projective R → MvPolynomial (Fin 3) R

The polynomial W(X, Y, Z) := Y²Z + a₁XYZ + a₃YZ² - (X³ + a₂X²Z + a₄XZ² + a₆Z³) associated to a Weierstrass curve W over a ring R in projective coordinates. This is represented as a term of type MvPolynomial (Fin 3) R, where X, Y, and Z represent X, Y, and Z respectively.

Defined in
Mathlib.AlgebraicGeometry.EllipticCurve.Projective.Basic
Cited by
10 results in Mathlib
Foundations
Depth 84 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CommRing

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

WeierstrassCurve.Projective.Equation · cited by 88Projective.EquationWeierstrassCurve.Projective.polynomialX · cited by 19Projective.polynomialXWeierstrassCurve.Projective.polynomialY · cited by 10Projective.polynomialYWeierstrassCurve.Projective.polynomialZ · cited by 7Projective.polynomialZWeierstrassCurve.Projective.map_polynomial · cited by 6Projective.map_polynomialWeierstrassCurve.Projective.eval_polynomial · cited by 3Projective.eval_polynomialWeierstrassCurve.Projective.map_polynomialZ · cited by 2Projective.map_polynomialZWeierstrassCurve.Projective.map_polynomialY · cited by 2Projective.map_polynomialYWeierstrassCurve.Projective.map_equation · cited by 2Projective.map_equationWeierstrassCurve.Projective.map_polynomialX · cited by 2Projective.map_polynomialXWeierstrassCurve.Projective.Equation.map · cited by 1Equation.mapWeierstrassCurve.Projective.eval_polynomial_of_Z_ne_zero · cited by 0Projective.eval_polynomia…WeierstrassCurve.Projective.polynomial_relation · cited by 0Projective.polynomial_rel…WeierstrassCurve.Projective.baseChange_polynomial · cited by 0Projective.baseChange_pol…DFunLike.coe · cited by 62936DFunLike.coeCommRing · cited by 17173CommRingMvPolynomial · cited by 2140MvPolynomialMvPolynomial.X · cited by 552MvPolynomial.XMvPolynomial.C · cited by 400MvPolynomial.CWeierstrassCurve.a₁ · cited by 272WeierstrassCurve.a₁WeierstrassCurve.Projective · cited by 244WeierstrassCurve.Projecti…WeierstrassCurve.a₂ · cited by 216WeierstrassCurve.a₂WeierstrassCurve.a₃ · cited by 210WeierstrassCurve.a₃WeierstrassCurve.a₄ · cited by 187WeierstrassCurve.a₄WeierstrassCurve.a₆ · cited by 153WeierstrassCurve.a₆Projective.polynomialCITED BYCITES

Cites11

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by14

Results whose statement or proof uses this declaration.