Finite-field certificates for the X₁(13) sextic #
This file records elementary certificates for the reduction modulo 3 of
y² = x⁶ + 2x⁵ + x⁴ + 2x³ + 6x² + 4x + 1.
The reduced sextic is separable: explicit Bézout coefficients for it and its
derivative are checked in the kernel. Its affine solutions over ZMod 3 are
exactly
(0, 1), (0, -1), (-1, 1), (-1, -1).
For the usual weighted-projective compactification of a monic even-degree
hyperelliptic equation, the normalized infinity chart has equation η² = 1.
We define and enumerate those normalized directions, obtaining two of them.
The resulting sum type is only an explicit finite-field point certificate;
this file does not assert an equivalence with a projective-curve API.
In particular, none of these calculations proves a classification over
ℚ, a theorem about the Jacobian, or injectivity of reduction on rational
points.
The three-element residue field used for the order-thirteen point count.
Equations
Instances For
The order-thirteen hyperelliptic sextic reduced modulo 3.
Equations
- MazurTorsion.XOneThirteenFiniteField.sextic = Polynomial.X ^ 6 + 2 * Polynomial.X ^ 5 + Polynomial.X ^ 4 + 2 * Polynomial.X ^ 3 + 6 * Polynomial.X ^ 2 + 4 * Polynomial.X + 1
Instances For
Evaluation of the reduced sextic agrees with the displayed formula.
The formal derivative of the reduced sextic.
Left Bézout coefficient for the sextic and its derivative.
Equations
Instances For
Right Bézout coefficient for the sextic and its derivative.
Equations
Instances For
Explicit gcd certificate for the sextic and its derivative.
The reduced sextic is coprime to its derivative.
The reduction modulo 3 is separable.
In particular, the reduced sextic is squarefree.
The sextic and its derivative have no common root over F3.
An affine solution of the reduced hyperelliptic equation.
Equations
- One or more equations did not get rendered due to their size.
Instances For
There are exactly four affine solutions over F3.
The two affine abscissas occurring modulo 3. They are precisely the
reductions of the rational affine cusp abscissas from the sextic model.
Equations
- MazurTorsion.XOneThirteenFiniteField.IsAffineCuspX x = (x = 0 ∨ x = -1)
Instances For
Computable form of affine_solution_is_cusp.
Every affine F3-solution has a cusp abscissa.
The affine equation has two ordinates over each cusp abscissa.
The derivative has the following computable value function.
Polynomial-evaluation form of the affine Jacobian certificate.
The reduced sextic is monic.
A normalized direction in the infinity chart of the monic even-degree
model. In weighted-projective coordinates these are the solutions with
X = 1 and Z = 0.
Equations
Instances For
The normalized equation η² = 1 is exactly the leading-coefficient
equation for this monic sextic.
Every normalized infinity direction satisfies the actual leading-coefficient equation of the sextic.
There are exactly two normalized points in the infinity chart.
The Y-partial derivative is nonzero at either infinity direction, so
the two normalized infinity-chart points are distinct smooth directions.
The elementary six-element certificate obtained by adjoining the two normalized infinity directions to the four affine solutions.
No equivalence with a projective-curve implementation is claimed here.
Equations
Instances For
The affine enumeration plus the normalized infinity chart has six elements.