Affine charts for the first Tate blowup #
Let W be an integral Weierstrass equation over a discrete valuation ring and suppose that all
five coefficients vanish on the special fibre. After choosing a uniformizer ϖ, write each
coefficient as ϖ bᵢ. This file records the quotients obtained after removing one exceptional
factor on the three standard affine charts of the blowup of the closed point (ϖ, X, Y).
Mathlib does not yet provide a scheme-theoretic blowup API at the pinned revision. Accordingly, the interface here makes no universal-property or regularity claim: it gives the exact three coordinate substitutions, factors the total transform once by the exceptional coordinate, and computes the resulting equations on each exceptional chart. If the original equation has higher order at the center, this one-factor quotient need not yet be the scheme-theoretic strict transform. These identities are the reusable algebraic input for the subsequent valuation case split in Tate's algorithm.
Quotients bᵢ witnessing aᵢ = ϖ bᵢ for an integral Weierstrass equation.
- b₁ : R
- b₂ : R
- b₃ : R
- b₄ : R
- b₆ : R
Instances For
The one-factor quotient on the chart where the uniformizer is the exceptional coordinate,
obtained from X = ϖ X₁ and Y = ϖ Y₁ after removing one factor of ϖ.
Equations
Instances For
Exact total-transform factorization on the uniformizer-exceptional chart.
On the exceptional divisor of the uniformizer chart, the one-factor quotient restricts to
the negative residue of b₆.
The exceptional restriction b₆ is nonzero precisely in the order-one branch
a₆ ∈ 𝔪 \ 𝔪². This is the first valuation split following the one-factor chart
factorizations.
The exceptional restriction b₄ is nonzero precisely when
a₄ ∈ 𝔪 \ 𝔪². This is the coefficient split used after the order-one
b₆ branch has been excluded.
Every affine point of the standard cusp away from its origin is nonsingular when two and three are invertible.
The three affine one-factor equation quotients attached to a choice of DVR uniformizer.
- uniformizer : R
- uniformizer_irreducible : Irreducible self.uniformizer
- coefficients : FirstBlowupCoefficientData W self.uniformizer
Instances For
The uniformizer-chart factorization exposed directly from a bundled chart choice.
For a bundled chart choice, nonvanishing of the exceptional b₆ is exactly failure of
a₆ to lie in the square of the maximal ideal.
For bundled first-blowup data, nonvanishing of the exceptional b₄ is exactly failure of
a₄ to lie in the square of the maximal ideal.
In the order-one b₆ ≠ 0 branch, an integral point on a short equation cannot have both
affine coordinates reduce to the cusp.
In the order-one b₆ ≠ 0 branch, every integral affine point on the bundled short equation
specializes to a nonsingular point of its standard cuspidal special fibre.
Maximal-ideal divisibility of all five coefficients constructs the three affine first-blowup charts, with no extra choice of coefficient quotients required from the caller.