Documentation

MazurTorsion.NumberTheory.XOneThirteenFiniteField

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.

@[reducible, inline]

The three-element residue field used for the order-thirteen point count.

Equations
Instances For

    The order-thirteen hyperelliptic sextic reduced modulo 3.

    Equations
    Instances For

      A computable presentation of the sextic's value function.

      Equations
      Instances For

        Evaluation of the reduced sextic agrees with the displayed formula.

        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

            In particular, the reduced sextic is squarefree.

            An affine solution of the reduced hyperelliptic equation.

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For
              theorem MazurTorsion.XOneThirteenFiniteField.affine_solution_iff (x y : F3) :
              y ^ 2 = sexticValue x x = 0 (y = 1 y = -1) x = -1 (y = 1 y = -1)

              Complete enumeration of affine solutions over F3.

              Polynomial-evaluation form of the complete affine enumeration.

              The two affine abscissas occurring modulo 3. They are precisely the reductions of the rational affine cusp abscissas from the sextic model.

              Equations
              Instances For

                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.

                Explicit affine Jacobian certificate: at a solution, the two partial derivatives -f'(x) and 2y cannot both vanish.

                Polynomial-evaluation form of the affine Jacobian certificate.

                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.

                  The normalized infinity directions are exactly η = ±1.

                  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.