Definitions/Def_GaloisRep_OrdinaryUnitClasses.lean
Ordinary unit cocycles and classes in the adjoint representation
Throughout, k is a field, p a prime and \bar\rho a residual representation over k with underlying space \bar V; the local group is G_p = \mathrm{Gal}(\overline{\mathbb Q}_p/\mathbb Q_p), mapped to \mathrm{Gal}(\overline{\mathbb Q}/\mathbb Q) by primeLocalToGlobal, and the coefficient module is the full adjoint \mathrm{End}_k(\bar V) with \sigma acting by f \mapsto \bar\rho(\sigma) f \bar\rho(\sigma^{-1}) (no trace condition is imposed), restricted to G_p. Four items are defined. First, unitRootInertia is the subset of \sigma \in G_p lying in the inertia subgroup attached to the valuation subring of \overline{\mathbb Q}_p over \mathbb Q_p, fixing every \zeta with \zeta^p = 1, and fixing every \beta with \|\beta\|_+ = 1 whose p-th power is fixed by the whole inertia subgroup; that is, the subgroup of inertia acting trivially on \mu_p and on the p-th roots of the units fixed by inertia. Second, for a k-submodule V_1 \subseteq \bar V, a 1-cocycle c is ordinary when c(\sigma)V_1 \subseteq V_1 for all \sigma \in G_p, and, for \sigma in inertia, c(\sigma)\bar V \subseteq V_1 and c(\sigma)|_{V_1} = 0. Third, c is an ordinary unit cocycle if it is ordinary, is of finite level — there is an intermediate field F of \overline{\mathbb Q}/\mathbb Q, finite over \mathbb Q, with c(gs) = c(g) whenever the global image of s fixes F pointwise — and satisfies c(\sigma) = 0 for all \sigma in unitRootInertia. Fourth, ordinaryUnitClassesAd is the k-submodule of H^1(G_p, \mathrm{ad}\,\bar\rho) spanned by the classes of ordinary unit cocycles, the classes being taken through the canonical map from cocycles to H^1. The predicates are conditions on cocycles, not on cohomology classes, and the subspace is defined as a span rather than as a set of classes, so that closure under addition is not asserted by the definition.
Relation to Mathlib
Group cohomology in degree one (cocycles₁, H1, H1π), restriction of representations along a group homomorphism, and valuation-subring inertia are Mathlib's; the inertia subgroup realised inside the full automorphism group (inertiaSubgroupIn) and the ordinary, unit and finite-level conditions on adjoint cocycles are the project's own, Mathlib having no local deformation conditions.
Where it is used
These are the local conditions at p for the adjoint representation used in the Selmer-group bookkeeping of the deformation-theoretic step: the ordinary condition expresses stability of the line V_1 in the first-order deformation together with the required inertia behaviour, and the vanishing on the unit-root inertia subgroup is the 'peu ramifié' requirement. The resulting subspace is compared with the finite-flat classes defined alongside it.
References
- A. Wiles, Modular elliptic curves and Fermat's Last Theorem, Annals of Mathematics 141 (1995), 443–551
- J.-P. Serre, Sur les représentations modulaires de degré 2 de \mathrm{Gal}(\overline{\mathbb{Q}}/\mathbb{Q}), Duke Mathematical Journal 54 (1987), 179–230
- H. Darmon, F. Diamond and R. Taylor, Fermat's Last Theorem, in: Current Developments in Mathematics 1995, International Press, 1995, 1–154
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 11 theorems and imported by 12 proofs
- imports 6 definition modules
Source file: Definitions/Def_GaloisRep_OrdinaryUnitClasses.lean
Imports
Imported by
- no other definition module
Declarations
- def
ResidualGaloisRep.unitRootInertia - def
ResidualGaloisRep.IsOrdinaryCocycleAd - def
ResidualGaloisRep.IsOrdinaryUnitCocycleAd - def
ResidualGaloisRep.ordinaryUnitClassesAd
Source
import Mathlib import Definitions.Def_GaloisRep_AdZero import Definitions.Def_GroupCohomology_TangentSpace import Definitions.Def_ExtEndgame_ProductionDatum import Definitions.Def_GaloisRep_LocalFlatClasses import Definitions.Def_GaloisRep_CompletionBridge import Definitions.Def_FLTPrelim_Ramification set_option autoImplicit false open CategoryTheory groupCohomology ExtCitation namespace ResidualGaloisRep variable {k : Type} [Field k] (p : ℕ) [Fact p.Prime] (ρbar : ResidualGaloisRep k) def unitRootInertia : Set (primeLocalGaloisGroup (pPrime p)) := {σ | localAut p σ ∈ (padicIntegers p).inertiaSubgroupIn ℚ_[p] ∧ (∀ ζ : PadicAlgCl p, ζ ^ p = 1 → localAut p σ ζ = ζ) ∧ ∀ β : PadicAlgCl p, ‖β‖₊ = 1 → (∀ τ : primeLocalGaloisGroup (pPrime p), localAut p τ ∈ (padicIntegers p).inertiaSubgroupIn ℚ_[p] → localAut p τ (β ^ p) = β ^ p) → localAut p σ β = β} def IsOrdinaryCocycleAd (V₁ : Submodule k ρbar.V) (c : cocycles₁ (Rep.res (primeLocalToGlobal (pPrime p)) (Rep.of ρbar.adRep))) : Prop := (∀ (σ : primeLocalGaloisGroup (pPrime p)), ∀ v ∈ V₁, c.val σ v ∈ V₁) ∧ (∀ (σ : primeLocalGaloisGroup (pPrime p)), localAut p σ ∈ (padicIntegers p).inertiaSubgroupIn ℚ_[p] → (∀ v : ρbar.V, c.val σ v ∈ V₁) ∧ ∀ v ∈ V₁, c.val σ v = 0) def IsOrdinaryUnitCocycleAd (V₁ : Submodule k ρbar.V) (c : cocycles₁ (Rep.res (primeLocalToGlobal (pPrime p)) (Rep.of ρbar.adRep))) : Prop := ρbar.IsOrdinaryCocycleAd p V₁ c ∧ (∃ F : IntermediateField ℚ (AlgebraicClosure ℚ), FiniteDimensional ℚ F ∧ ∀ (g s : primeLocalGaloisGroup (pPrime p)), primeLocalToGlobal (pPrime p) s ∈ F.fixingSubgroup → c.val (g * s) = c.val g) ∧ ∀ σ ∈ unitRootInertia p, c.val σ = 0 noncomputable def ordinaryUnitClassesAd (V₁ : Submodule k ρbar.V) : Submodule k (H1 (Rep.res (primeLocalToGlobal (pPrime p)) (Rep.of ρbar.adRep))) := Submodule.span k {y | ∃ c : cocycles₁ (Rep.res (primeLocalToGlobal (pPrime p)) (Rep.of ρbar.adRep)), ρbar.IsOrdinaryUnitCocycleAd p V₁ c ∧ y = (H1π (Rep.res (primeLocalToGlobal (pPrime p)) (Rep.of ρbar.adRep))).hom c} end ResidualGaloisRep
Statements phrased using this module (11)
- Dimension bound for ordinary unit classes in H¹(ℚₚ,ad ρ̄)
ResidualGaloisRep.finiteDimensional_ordinaryUnitClassesAd_and_finrank_le281 below · depth 16 - Flat classes are ordinary unit classes at p
ResidualGaloisRep.unitRootInertia_trivial_and_localFlatClassesAd_le_ordinaryUnitClassesAd81 below · depth 16 - Local finite level implies global finite level
ExtCitation.exists_finiteDimensional_fixingSubgroup_comap_primeLocalToGlobal_le6 below · depth 17 - Kummer-type splitting of inertia for p-torsion Hopf algebras over ℤₚ
HopfAlgebra.exists_units_forall_inertia_apply_eq_of_inertiaCyclotomic_submonoid_padicInt48 below · depth 17 - Unramified additive characters of G_{ℚ_p} span at most a line
PadicAlgCl.finrank_span_addChar_inertia_eq_zero_finiteLevel_le_one5 below · depth 17 - ℚ̄ₚ-points of a module-finite ℤₚ-algebra lie in one finite extension
PadicInt.exists_intermediateField_finiteDimensional_forall_algHom_apply_mem0 below · depth 17 - Flat cocycles are cohomologous to ordinary flat cocycles
ResidualGaloisRep.exists_isOrdinaryCocycleAd_of_isLocallyFlatCocycleAd58 below · depth 17 - Unit-root inertia classes in H¹ span at most a line
groupCohomology.finrank_span_H1_unitRootInertia_le_one279 below · depth 17 - Finite-level 1-cocycles of a non-cyclotomic line have dimension ≤ 2
groupCohomology.finrank_cocycles_level_le_two_of_finrank_eq_one_of_not_cyclotomic255 below · depth 18 - Unit-inertia finite-level cocycles in 𝔽ₚ(ω) span at most a plane
groupCohomology.finrank_cocycles_ofChar_cycloChar_level_unitRootInertia_le_two55 below · depth 18 - Unit-root inertia moves p-th roots of valuation prime to p
PadicAlgCl.exists_mem_unitRootInertia_apply_ne_of_not_dvd_valuation26 below · depth 19