Central coinduced coefficient and elliptic fixed-space dimensions
ProvedMTT.Cohomology.centralCoinduced_elliptic_dimensionsnumber-theoryrepresentation-theory
Let and , and let be the subrepresentation fixed by the central element in the coinduction of the degree- binary-form representation from to . Write . Then , , and . These are the first three identities in the MTT large-level fixed-dimension calculation.
Preamble
import Definitions.Def_MTT_FullParabolicCohomology import Mathlib.GroupTheory.DoubleCoset import Mathlib.LinearAlgebra.FiniteDimensional.Defs open scoped MatrixGroups
Formal statement
theorem MTT.Cohomology.centralCoinduced_elliptic_dimensions {N n : ℕ} (hN : 5 ≤ N) :
Module.finrank ℂ (centralCoinduced N n) =
(n + 1) * (CongruenceSubgroup.Gamma1 N ⊔ Subgroup.zpowers (-1 : SL(2, ℤ))).index ∧
2 * Module.finrank ℂ ((centralCoinduced N n).ρ ModularGroup.S - LinearMap.id).ker =
Module.finrank ℂ (centralCoinduced N n) ∧
3 * Module.finrank ℂ
((centralCoinduced N n).ρ (ModularGroup.S * ModularGroup.T) - LinearMap.id).ker =
Module.finrank ℂ (centralCoinduced N n) := by sorrySource
Finite-dimensional cyclic averaging and trace calculation, with the Gamma1 trace congruence modulo N; supporting lemma for MTT frontier bb6b5766-fb31-4de5-9462-40a64feda1a8.