MTT parabolic cohomology dimension bound at level two
ProvedMTT.Cohomology.parabolicH1_finrank_le_level_twogroup-cohomologymodular-formsmtt
For every integer weight , the complex dimension of the parabolic first cohomology of with coefficients in homogeneous binary polynomials of degree is at most twice the dimension of its weight- cusp forms:
The parabolic condition means that the cocycle restricts to a principal cocycle on every rational-cusp stabilizer; the cohomology is the quotient by principal cocycles. This is the level-two dimension upper-bound direction of Eichler–Shimura, in the MTT coefficient convention. It includes both even and odd weights.
Preamble
import Definitions.Def_MTT_ParabolicCohomology import Mathlib.LinearAlgebra.FiniteDimensional.Defs
Formal statement
theorem MTT.Cohomology.parabolicH1_finrank_le_level_two {k : ℕ} (hk : 2 ≤ k) :
Module.finrank ℂ (MTT.Cohomology.ParabolicH1 2 (k - 2)) ≤
2 * Module.finrank ℂ (CuspForm (MTT.GammaOne 2) (k : ℤ)) := by sorrySource
Ash-Stevens, Modular forms in characteristic l and special values of their L-functions, Theorem 2.3, p. 853, specialized to Gamma1(2)=Gamma0(2). Existing platform Gamma0 decomposition: theorem 4c20e75e-94cc-59a9-a6e0-3792a09ffb66 (HeckeEis.exists_eichlerShimura_coeffH1par_binaryFormRepSL). Group equality also in Stein, Modular Forms, Chapter 6, dimension formulas for Gamma1(N), https://wstein.org/books/modform/modform/dimension_formulas.html.