Documentation

Mathlib.AlgebraicGeometry.EllipticCurve.DivisionPolynomial.Degree

Division polynomials of Weierstrass curves #

This file computes the leading terms of certain polynomials associated to division polynomials of Weierstrass curves defined in Mathlib.AlgebraicGeometry.EllipticCurve.DivisionPolynomial.Basic.

Mathematical background #

Let W be a Weierstrass curve over a commutative ring R. By strong induction,

In particular, when R is an integral domain of characteristic different from n, the univariate polynomials preΨₙ, ΨSqₙ, and Φₙ all have their expected leading terms.

Main statements #

References #

[J Silverman, The Arithmetic of Elliptic Curves][silverman2009]

Tags #

elliptic curve, division polynomial, torsion point

@[simp]
theorem WeierstrassCurve.coeff_preΨ' {R : Type u} [CommRing R] (W : WeierstrassCurve R) (n : ) :
(W.preΨ' n).coeff ((n ^ 2 - if Even n then 4 else 1) / 2) = (if Even n then n / 2 else n)
@[simp]
@[simp]
theorem WeierstrassCurve.coeff_preΨ {R : Type u} [CommRing R] (W : WeierstrassCurve R) (n : ) :
(W.preΨ n).coeff ((n.natAbs ^ 2 - if Even n then 4 else 1) / 2) = (if Even n then n / 2 else n)
@[simp]
@[simp]
@[simp]
theorem WeierstrassCurve.coeff_Φ {R : Type u} [CommRing R] (W : WeierstrassCurve R) (n : ) :