Low-weight modular and cusp-form seeds at level three
ProvedMTT.Cohomology.exists_weighted_cusp_seeds_level_threemodular-formsnumber-theory
There exist forms , and a nonzero cusp form such that their q-expansions at infinity satisfy
One choice is the normalized weight-one Eisenstein series for the quadratic character of discriminant , together with and . Their weighted monomials supply the MTT level-three cusp-form dimension lower bound.
Preamble
import Definitions.Def_MTT_ParabolicCohomology import Mathlib.NumberTheory.ModularForms.QExpansion open UpperHalfPlane
Formal statement
theorem MTT.Cohomology.exists_weighted_cusp_seeds_level_three :
∃ A : ModularForm (MTT.GammaOne 3) 1,
∃ B : ModularForm (MTT.GammaOne 3) 3,
∃ D : CuspForm (MTT.GammaOne 3) 6,
(qExpansion 1 A).order = 0 ∧ (qExpansion 1 B).order = 1 ∧ D ≠ 0 := by sorrySource
Explicit specialization of the sufficient eta-quotient modularity criterion and cusp-order formula, Allen–Anderson–Hamakiotes–Oltsik–Swisher, Eta-quotients of Prime or Semiprime Level and Elliptic Curves, arXiv:1901.10511, Theorems 1.2 and 1.4, pp. 2–3, https://arxiv.org/pdf/1901.10511 . These two results apply to arbitrary N; the coprime-to-6 Corollary 1.8 is not used. The weight-one input is the existing proved EisensteinWeightOne.e1Chi3IsModular, b77f5563-c246-5dea-ac05-9934aeb4fd42, with constant term 1.