Documentation

MazurTorsion.EllipticCurve.TateStarSimpleRoot

The marked simple-root branch of the exceptional star cubic #

For an integral short equation with a₄ ∈ 𝔪² and a₆ ∈ 𝔪³, a point specializing to the cusp has coordinates x = ϖ X and y ∈ 𝔪². Removing the common factor ϖ³ from its equation gives the pointwise exceptional-cubic relation

X̄³ + Ā X̄ + B̄ = 0,

where a₄ = ϖ² A and a₆ = ϖ³ B. This file proves exactly the branch needed downstream: if the derivative 3 X̄² + Ā at that marked root is nonzero, then the double of the marked point has canonical nonsingular reduction.

The proof uses only the selected equation and its tangent formula. It does not identify a Kodaira symbol, construct a regular model, classify all roots, or assert component incidence or cardinality.

Integral coordinates and coefficient quotients defining the exceptional cubic at one marked point. The root assertion is only for the displayed marked quotient X; no assertion about any other root is bundled.

Instances For

    The derivative of the exceptional cubic at the bundled marked root.

    Equations
    Instances For
      noncomputable def MazurTorsion.EllipticCurve.markedExceptionalCubicData_of_cusp {O : Type u} {F : Type v} [CommRing O] [IsDomain O] [IsDiscreteValuationRing O] [Field F] [Algebra O F] (W₀ : WeierstrassCurve O) [W₀.IsShortNF] (W : WeierstrassCurve.Affine F) (ϖ : O) (hϖ : Irreducible ϖ) {x y X A B : O} (heq : W₀.toAffine.Equation x y) (hxy : W.Nonsingular ((algebraMap O F) x) ((algebraMap O F) y)) (hx : x ∈ IsLocalRing.maximalIdeal O) (hy : y ∈ IsLocalRing.maximalIdeal O) (ha₄ : W₀.a₄ ∈ IsLocalRing.maximalIdeal O ^ 2) (ha₆ : W₀.a₆ ∈ IsLocalRing.maximalIdeal O ^ 3) (hx_eq : x = ϖ * X) (ha₄_eq : W₀.a₄ = ϖ ^ 2 * A) (ha₆_eq : W₀.a₆ = ϖ ^ 3 * B) :

      A cusp-specializing integral point with the displayed coefficient quotients determines a marked root of the exceptional cubic. The square-depth assertion for y is the checked weighted coordinate consequence of the short equation.

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        A local point outside canonical nonsingular reduction supplies integral coordinates at the cusp and hence marked exceptional-cubic data for any chosen uniformizer. The returned data uses that exact uniformizer.