Definitions/Def_LanglandsTunnell_WeightOneRealizationCarriers.lean
Weight-one realization and mod-3 congruence-lift carriers
Three Prop-valued carriers that split the project's Langlands–Tunnell dictionary AutomorphicForm.RealizationDictionary at the weight-one/weight-two boundary, together with two bookkeeping lemmas.
CuspForm.IsWeightOneChiNegThreeRealized M b, for M : \mathbb{N} and b : \mathbb{N} \to \mathbb{Z}[\sqrt{-2}], asserts the existence of a ring homomorphism \iota : \mathbb{Z}[\sqrt{-2}] \to \mathbb{C} and a cusp form f of weight 1 on \Gamma_1(M) whose q-expansion coefficients satisfy \mathrm{qCoeff}(f,n) = \iota(b_n) for all n; note the predicate is about the sequence b, not about f, and no nondegeneracy of \iota or normalisation of f is imposed.
AutomorphicForm.WeightOneHolomorphicRealization notion, for a project notion of cuspidality notion over \mathbb{Z}[\sqrt{-2}], says: for every Hecke eigensystem \pi_0 over \mathbb{Q} with coefficients in \mathbb{Z}[\sqrt{-2}] that is notion-cuspidal, and every finite set T of naturals, there are a level M (nonzero), and b : \mathbb{N} \to \mathbb{Z}[\sqrt{-2}] such that every nonzero \ell \in T divides M; b is a formal Hecke eigensystem for the nebentypus \ell \mapsto \chi_{-3}(\ell) truncated to 0 at \ell \mid M; HasIntegralBasis M holds; b is weight-one realized in the above sense; and b_p = \pi_0.a(p) for all primes p \nmid 3M.
CuspForm.WeightTwoModThreeCongruenceLift says: for every such M, b which is a \chi_{-3}-eigensystem, has integral basis and is weight-one realized, there exist integral eigensystems a for the same truncated \chi_{-3} system, lattice-realized at level M, with a_n \equiv \mathrm{red}(b_n) and (for a second such a) a_n \equiv \chi_{-3}(n)\,\mathrm{red}(b_n) in \mathbb{Z}/3 — congruences of coefficient sequences only.
The lemma realizationDictionary_of_weightOne_of_congruenceLift merely reassembles the two carriers into RealizationDictionary; notionCompatForAttachedOctahedralData_self proves compatibility of a notion with itself by returning one of the hypotheses.
Relation to Mathlib
The weight-one cusp forms and \Gamma_1(M) are Mathlib's (CuspForm (Gamma1 M) 1, CongruenceSubgroup); the predicates HeckeEigensystem, CuspidalityNotion, FormalHecke.IsEigensystem, HasIntegralBasis, IsLatticeRealized, red, chiNegThree and RealizationDictionary are the project's own, defined in the imported definition modules.
Where it is used
These carriers isolate the two classical inputs to the Langlands–Tunnell step of the mod-3 modularity argument: realization of a cuspidal Hecke eigensystem with nebentypus \chi_{-3} by a holomorphic weight-one form, and passage from weight one to weight two by a mod-3 congruence. The combined statement RealizationDictionary is what the octahedral-representation part of the Frey-curve argument consumes.
References
- P. Deligne and J.-P. Serre, Formes modulaires de poids 1, Annales scientifiques de l'École Normale Supérieure (4) 7 (1974), 507–530
- J. Tunnell, Artin's conjecture for representations of octahedral type, Bulletin of the American Mathematical Society (N.S.) 5 (1981), 173–175
- A. Wiles, Modular elliptic curves and Fermat's Last Theorem, Annals of Mathematics 141 (1995), 443–551
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 81 lines
- 5 declarations
- used in the statements of 6 theorems and imported by 8 proofs
- imports 2 definition modules
Source file: Definitions/Def_LanglandsTunnell_WeightOneRealizationCarriers.lean
Imported by
- no other definition module
Declarations
- def
CuspForm.IsWeightOneChiNegThreeRealized - def
AutomorphicForm.WeightOneHolomorphicRealization - def
CuspForm.WeightTwoModThreeCongruenceLift - theorem
AutomorphicForm.realizationDictionary_of_weightOne_of_congruenceLift - theorem
LanglandsTunnell.notionCompatForAttachedOctahedralData_self
Source
import Mathlib import Definitions.Def_LanglandsTunnell_RealizationDictionary import Definitions.Def_LanglandsTunnell_TunnellExistenceCarriers set_option autoImplicit false open IsDedekindDomain NumberField AutomorphicForm open FLT.ExplicitLift EisensteinWeightOne CuspForm Zsqrtd open CongruenceSubgroup noncomputable section namespace CuspForm def IsWeightOneChiNegThreeRealized (M : ℕ) (b : ℕ → ℤ√(-2)) : Prop := ∃ (ι : ℤ√(-2) →+* ℂ) (f : CuspForm (Gamma1 M) 1), ∀ n : ℕ, ModularFormClass.qCoeff f n = ι (b n) end CuspForm namespace AutomorphicForm def WeightOneHolomorphicRealization (notion : CuspidalityNotion (ℤ√(-2))) : Prop := ∀ π₀ : HeckeEigensystem ℚ (ℤ√(-2)), notion.IsCusp ℚ π₀ → ∀ T : Finset ℕ, ∃ (M : ℕ) (_ : NeZero M) (b : ℕ → ℤ√(-2)), (∀ ℓ ∈ T, ℓ ≠ 0 → ℓ ∣ M) ∧ FormalHecke.IsEigensystem (fun ℓ => if ℓ ∣ M then 0 else ((chiNegThree ℓ : ℤ) : ℤ√(-2))) b ∧ HasIntegralBasis M ∧ CuspForm.IsWeightOneChiNegThreeRealized M b ∧ (∀ p : Nat.Primes, ¬ (p : ℕ) ∣ 3 * M → b (p : ℕ) = π₀.a (ratPrime p)) end AutomorphicForm namespace CuspForm def WeightTwoModThreeCongruenceLift : Prop := ∀ (M : ℕ) (_ : NeZero M) (b : ℕ → ℤ√(-2)), FormalHecke.IsEigensystem (fun ℓ => if ℓ ∣ M then 0 else ((chiNegThree ℓ : ℤ) : ℤ√(-2))) b → HasIntegralBasis M → IsWeightOneChiNegThreeRealized M b → (∃ a : ℕ → ℤ, FormalHecke.IsEigensystem (fun ℓ => if ℓ ∣ M then 0 else ((chiNegThree ℓ : ℤ) : ℤ)) a ∧ IsLatticeRealized M a ∧ ∀ n : ℕ, ((a n : ℤ) : ZMod 3) = red (b n)) ∧ (∃ a : ℕ → ℤ, FormalHecke.IsEigensystem (fun ℓ => if ℓ ∣ M then 0 else ((chiNegThree ℓ : ℤ) : ℤ)) a ∧ IsLatticeRealized M a ∧ ∀ n : ℕ, ((a n : ℤ) : ZMod 3) = ((chiNegThree n : ℤ) : ZMod 3) * red (b n)) end CuspForm namespace AutomorphicForm theorem realizationDictionary_of_weightOne_of_congruenceLift {notion : CuspidalityNotion (ℤ√(-2))} (hW1 : WeightOneHolomorphicRealization notion) (hW2 : CuspForm.WeightTwoModThreeCongruenceLift) : RealizationDictionary notion := by intro π₀ hcusp T obtain ⟨M, hM, b, c1, c2, c3, cW1, c6⟩ := hW1 π₀ hcusp T obtain ⟨c4, c5⟩ := hW2 M hM b c2 c3 cW1 exact ⟨M, hM, b, c1, c2, c3, c4, c5, c6⟩ end AutomorphicForm namespace LanglandsTunnell theorem notionCompatForAttachedOctahedralData_self (notion : AutomorphicForm.CuspidalityNotion (ℤ√(-2))) : NotionCompatForAttachedOctahedralData notion notion := fun _ _ _ _ _ _ _ _ h _ => h end LanglandsTunnell end
Statements phrased using this module (6)
- landmark Weight-one form attached to a surjective mod-3 representation
LanglandsTunnell.exists_isWeightOneChiNegThreeRealized_eq_trace_lift6,804 below · depth 9 - Weight-one eigensystem realised mod 3 in weight two
CuspForm.exists_isLatticeRealized_of_isWeightOneChiNegThreeRealized_of_three_dvd12 below · depth 8 - Langlands–Tunnell with controlled level for tamely ramified ρ̄
LanglandsTunnell.exists_isWeightOneChiNegThreeRealized_not_nine_dvd_not_cube_dvd_of_natCard_inertia_eq_two_of_coprime6,900 below · depth 8 - Langlands–Tunnell with cube-free level away from 3
LanglandsTunnell.exists_isWeightOneChiNegThreeRealized_three_dvd_not_cube_dvd_of_coprime6,896 below · depth 9 - Langlands–Tunnell: cusp form attached to a mod-3 representation
LanglandsTunnell.exists_isWeightOneChiNegThreeRealized_eq_trace_lift_cuspForm6,806 below · depth 10 - Descent of Deligne–Serre output to a ℤ[√-2]-valued eigensystem
LanglandsTunnell.exists_isWeightOneChiNegThreeRealized_of_deligneSerre_output8 below · depth 10