Polynomial data for the order-seven doubling certificate #
This file contains the two degree-28 polynomials and their degree bounds.
The pointwise ring certificates are split into serially imported blocks so a
cold build does not place the entire normalization proof in one Lean process.
noncomputable def
MazurTorsion.Kubert.OrderSevenDoublingCertificate.sourceCompletedCubicPolynomial
(d : ℚ)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
noncomputable def
MazurTorsion.Kubert.OrderSevenDoublingCertificate.sourceDoubleXPolynomial
(d : ℚ)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[reducible, inline]
Compatibility alias for the shared source kernel polynomial.
Equations
Instances For
@[reducible, inline]
Compatibility alias for the shared cleared Vélu abscissa polynomial.
Equations
Instances For
noncomputable def
MazurTorsion.Kubert.OrderSevenDoublingCertificate.veluXHomogeneousPolynomial
(d : ℚ)
(u v : Polynomial ℚ)
:
Equations
- One or more equations did not get rendered due to their size.
Instances For
noncomputable def
MazurTorsion.Kubert.OrderSevenDoublingCertificate.doubleXHomogeneousPolynomial
(W : WeierstrassCurve ℚ)
(u v : Polynomial ℚ)
:
Equations
Instances For
theorem
MazurTorsion.Kubert.OrderSevenDoublingCertificate.Internal.right_degree
(d : ℚ)
:
(doubleXHomogeneousPolynomial (orderSevenQuotient d) (veluXPolynomial d) (kernelPolynomial d ^ 2)).natDegree ≤ 28
Equations
- One or more equations did not get rendered due to their size.