Definitions/Def_FLTPrelim_CofixedLine.lean
Galois-stable cofixed lines in n-torsion of a Weierstrass curve
This module introduces a single predicate, HasGaloisStableCofixedLine. Fix a commutative ring R, a commutative ring S and a field K with decidable equality, arranged in a tower R \to S \to K (so K is an R- and an S-algebra and the scalar actions are compatible), and let W' be an affine Weierstrass curve over R and n a natural number. Write (W'\!\!\mathbin{/}K) for the base change of W' to K and M = Submodule.torsionBy ℤ (W'⁄K).Point n for the group of K-points killed by n; this is a module over \mathbb Z/n by the instance supplied in the project's Galois-representation module, and the group K \simeq_{\mathrm{alg}[S]} K of S-algebra automorphisms of K acts on it through Point.map coordinatewise. The predicate then asserts the existence of a \mathbb Z/n-submodule N \subseteq M such that: N is Galois-stable in the project's sense IsGaloisStable (\sigma \cdot x \in N for every automorphism \sigma and every x \in N); N \neq \bot and N \neq \top, i.e. N is a proper nonzero submodule; and \sigma \cdot x - x \in N for every automorphism \sigma and every x \in M, i.e. the action induced on the quotient M/N is trivial.
Two points of shape deserve notice. First, no rank condition is imposed: "line" is only a name, and what is required is properness and nontriviality of N, which for n prime and M of dimension 2 over \mathbb Z/n amounts to N being a line. Second, the stability clause is implied by the cofixing clause (for x \in N, \sigma \cdot x = x + (\sigma \cdot x - x)), so it is recorded redundantly. The group acting is the full automorphism group of K over S, with no separate Galois hypothesis on K/S; in the intended application S = \mathbb Q and K is an algebraic closure of \mathbb Q, so it is the absolute Galois group.
Relation to Mathlib
Mathlib has no notion of a Galois-stable or cofixed submodule of the torsion of an elliptic curve; this is the project's own predicate, built on the action of S-algebra automorphisms of K on (W'⁄K).Point via Point.map and the \mathbb Z/n-module structure on Submodule.torsionBy ℤ (W'⁄K).Point n, both set up in the project's Galois-representation definitions.
Where it is used
This predicate organises the irreducibility step for the mod-p representation attached to a Frey package: if the p-torsion of the Frey curve admits a proper nonzero Galois-stable submodule, then after excluding the case a \equiv 3 \pmod 8 one obtains a stable submodule on which the quotient action is trivial, i.e. a cofixed line. Statements about HasGaloisStableCofixedLine are then contradicted separately for small, medium and large p, yielding the project's GaloisRepIsIrreducible for the Frey curve.
References
- J.-P. Serre, Propriétés galoisiennes des points d'ordre fini des courbes elliptiques, Inventiones Mathematicae 15 (1972), 259–331
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1–154, §2
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 21 lines
- 1 declarations
- used in the statements of 17 theorems and imported by 6 proofs
- imports 2 definition modules
Source file: Definitions/Def_FLTPrelim_CofixedLine.lean
Imported by
- no other definition module
Declarations
Source
import Definitions.Def_FLTPrelim_FreyPackage import Definitions.Def_FLTPrelim_GaloisRep set_option autoImplicit false namespace WeierstrassCurve.Affine.Point open WeierstrassCurve variable {R : Type*} {S : Type*} {K : Type*} [CommRing R] [CommRing S] [Field K] [DecidableEq K] [Algebra R S] [Algebra R K] [Algebra S K] [IsScalarTower R S K] variable (S K) in def HasGaloisStableCofixedLine (W' : Affine R) (n : ℕ) : Prop := ∃ N : Submodule (ZMod n) (Submodule.torsionBy ℤ (W'⁄K).Point n), IsGaloisStable S N ∧ N ≠ ⊥ ∧ N ≠ ⊤ ∧ ∀ σ : K ≃ₐ[S] K, ∀ x : Submodule.torsionBy ℤ (W'⁄K).Point n, σ • x - x ∈ N end WeierstrassCurve.Affine.Point
Statements phrased using this module (17)
- landmark Fermat's Last Theorem for prime exponents p ≥ 5
FreyPackage.fermatLastTheoremFor_of_five_le29,486 below · depth 2 - landmark Irreducibility of the mod-p torsion module of the Frey curve
FreyPackage.Mazur_Frey5,435 below · depth 4 - landmark Modularity of the Frey curve
FreyPackage.frey_isModular27,797 below · depth 4 - landmark Level lowering to Γ₀(2) for the Frey curve
FreyPackage.level_lowering_to_two27,851 below · depth 4 - landmark Vanishing of weight-2 cusp forms of level 2
ModularForm.S2_Gamma0_2_eq_zero0 below · depth 4 - landmark Irreducibility of E_P[p] when a ≡ 3 (mod 8)
FreyPackage.Mazur_Frey_of_a_mod_eight104 below · depth 5 - landmark No Galois-stable cofixed line at p=11
FreyPackage.frey_no_cofixed_eleven3 below · depth 5 - landmark Mazur at p≥ 17: no cofixed line
FreyPackage.frey_no_cofixed_large5,377 below · depth 5 - landmark No Galois-stable cofixed line for p∈{5,7,13}
FreyPackage.frey_no_cofixed_small6 below · depth 5 - landmark Reducible Frey representation yields a Galois-stable cofixed line
FreyPackage.frey_reducible_hasCofixedLine82 below · depth 5 - landmark Modularity of semistable integral Weierstrass models
WeierstrassCurve.modularity_of_semistableModel27,796 below · depth 5 - landmark Frey p-torsion is unramified outside {2,p}
FreyPackage.freyGaloisRep_isUnramifiedAt42 below · depth 6 - landmark Weight-two cusp forms of level one vanish
ModularForm.S2_Gamma0_one_eq_zero0 below · depth 6 - landmark One of ρ̄_{W,3}, ρ̄_{W,5} is irreducible
WeierstrassCurve.modThreeOrFiveIrreducible25 below · depth 6 - landmark The 3–5 switch for semistable integral models
WeierstrassCurve.threeFiveSwitchCurve124 below · depth 6 - Fermat's Last Theorem (Mathlib's formulation)
FLT.fermatLastTheorem29,487 below · depth 1 - No cofixed line for Frey curves with a≡ 3(mod 8)
FreyPackage.frey_no_cofixed_of_a_mod_eight56 below · depth 6