Definitions/Def_CohCarrier_SubfamilyHeckeData.lean
Hecke data for a subfamily of Hecke operators
Throughout, M is a natural number with NeZero M, H \le (\mathbb{Z}/M)^\times a subgroup, S a set of natural numbers, \mathcal{O} a commutative ring and k a field with an \mathcal{O}-algebra structure. The carrier is H1 M H 𝒪, the group of additive homomorphisms from \Gamma_H(M) (the preimage in \mathrm{SL}_2(\mathbb{Z}) of H under the lower-triangular reduction character, viewed additively) to \mathcal{O}, an \mathcal{O}-module. The inductive type Gen M S names formal generators: T_\ell for primes \ell \notin S with \ell \nmid M, U_q for primes q \mid M, and \langle d\rangle for d \in (\mathbb{Z}/M)^\times; opFamily realises T_\ell and U_q by the same transfer-and-conjugate endomorphism heckeTL at the prime in question and \langle d \rangle by conjugation by a chosen element of \Gamma_0(M) over d.
hdataSub packages a subfamily of these operators as a HeckeData: given any index type G, a map \varphi\colon G \to Gen M S (not assumed injective), a proof hcomm that the endomorphisms opFamily (φ g), g \in G, commute pairwise, and a map \bar\theta\colon G \to k, the resulting datum has generator type G, operator g \mapsto opFamily (φ g), commutativity field hcomm (the structure carries this theorem as a field) and residual system \bar\theta. hdataSub_op records the operator attached to g, and hdataSub_id that for G = Gen M S and \varphi = \mathrm{id} one recovers hdata.
The abbreviation MLSubAt is the associated localised module: H^1 is a module over \mathcal{O}[X_g : g \in G] via X_g \mapsto opFamily (φ g), and MLSubAt is its localisation at the prime complement of \ker(\mathrm{aeval}\,\bar\theta), again an \mathcal{O}-module.
Relation to Mathlib
Mathlib supplies the congruence subgroups, the group-theoretic transfer used to build the operators, and LocalizedModule; the HeckeData structure and the operator family on \mathrm{Hom}(\Gamma_H(M),\mathcal{O}) are the project's own.
Where it is used
This gives the localisation of the cohomological carrier at a residual eigensystem prescribed only on a chosen subfamily of Hecke and diamond operators, which is the form needed for the anemic Hecke algebras of the Taylor–Wiles argument, where operators at the auxiliary primes in S are deliberately omitted. Statements proved for the subfamily datum specialise to the full datum.
References
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1–154
- R. Taylor and A. Wiles, Ring-theoretic properties of certain Hecke algebras, Annals of Mathematics 141 (1995), 553–572
References are suggested automatically and have not been individually verified.
English text generated automatically from the Lean source; the Lean statement is authoritative.
- 50 lines
- 4 declarations
- used in the statements of 6 theorems and imported by 9 proofs
- imports 1 definition modules
Source file: Definitions/Def_CohCarrier_SubfamilyHeckeData.lean
Imports
Imported by
- no other definition module
Declarations
- def
CohCarrier.hdataSub - theorem
CohCarrier.hdataSub_op - theorem
CohCarrier.hdataSub_id - abbrev
CohCarrier.MLSubAt
Source
import Definitions.Def_CohCarrier_Inst set_option autoImplicit false noncomputable section namespace CohCarrier section Sub variable (M : ℕ) (H : Subgroup (ZMod M)ˣ) (S : Set ℕ) variable (𝒪 : Type) [CommRing 𝒪] (k : Type) [Field k] [Algebra 𝒪 k] def hdataSub [NeZero M] {G : Type} (φ : G → Gen M S) (hcomm : ∀ g h : G, opFamily M H S 𝒪 (φ g) * opFamily M H S 𝒪 (φ h) = opFamily M H S 𝒪 (φ h) * opFamily M H S 𝒪 (φ g)) (θbar : G → k) : HeckeData 𝒪 (H1 M H 𝒪) k where Gen := G op g := opFamily M H S 𝒪 (φ g) comm := hcomm θbar := θbar theorem hdataSub_op [NeZero M] {G : Type} (φ : G → Gen M S) (hcomm : ∀ g h : G, opFamily M H S 𝒪 (φ g) * opFamily M H S 𝒪 (φ h) = opFamily M H S 𝒪 (φ h) * opFamily M H S 𝒪 (φ g)) (θbar : G → k) (g : G) : (hdataSub M H S 𝒪 k φ hcomm θbar).op g = opFamily M H S 𝒪 (φ g) := rfl theorem hdataSub_id [NeZero M] (hcomm : ∀ g h : Gen M S, opFamily M H S 𝒪 g * opFamily M H S 𝒪 h = opFamily M H S 𝒪 h * opFamily M H S 𝒪 g) (θbar : Gen M S → k) : hdataSub M H S 𝒪 k id hcomm θbar = hdata M H S 𝒪 k hcomm θbar := rfl abbrev MLSubAt [NeZero M] {G : Type} (φ : G → Gen M S) (hcomm : ∀ g h : G, opFamily M H S 𝒪 (φ g) * opFamily M H S 𝒪 (φ h) = opFamily M H S 𝒪 (φ h) * opFamily M H S 𝒪 (φ g)) (θbar : G → k) : Type := (hdataSub M H S 𝒪 k φ hcomm θbar).ML example [NeZero M] {G : Type} (φ : G → Gen M S) (hcomm) (θbar : G → k) : Module 𝒪 (MLSubAt M H S 𝒪 k φ hcomm θbar) := inferInstance end Sub end CohCarrier end
Statements phrased using this module (6)
- Tₚ is a unit in the corner ring at auxiliary level Nr
CuspForm.heckeLocal.exists_isUnit_corner_heckeT_residueChar_of_isOrdinaryAt_of_subfamily_point_of_maximalIdeal5,408 below · depth 13 - Occurrence of the residual eigensystem in a corner at level Nr
CuspForm.heckeLocal.exists_subfamily_idempotentSplitting_point_level_mul_auxPrime3,918 below · depth 13 - Realisation of Tₚ in the sub-family corner ring
CuspForm.heckeLocal.exists_corner_smul_eq_heckeT_and_apply_eq_trace_of_subfamily_point5,404 below · depth 14 - Freeness of a corner of H¹(Γ_H(L),𝒪) over 𝒪[Δ]
CohCarrier.exists_basis_cornerSubmodule_H1_monoidAlgebra_of_not_isEisenstein_subfamily22 below · depth 15 - Corner rank of H¹ scales by the index [H':H]
CohCarrier.finrank_cornerSubmodule_H1_eq_relIndex_mul_of_not_isEisenstein_subfamily20 below · depth 16 - Corestriction descent of corner submodules and corner Hecke rings
CohCarrier.map_jDegL_one_cornerSubmodule_eq_and_exists_algHom_cornerRing_subfamily11 below · depth 16