A cusp-form dimension lower bound from weighted monomials
ProvedCuspForm.finrank_lower_bound_of_weighted_formsmodular-formsnumber-theory
Let be a determinant-one subgroup with positive strict period . Suppose and have -q-expansion orders zero and one, respectively, and is nonzero. For integers and , if is finite-dimensional, then
The independent cusp forms are , with . This is a shared input for the level-three and level-four MTT frontier dimension bounds.
Preamble
import Mathlib.NumberTheory.ModularForms.QExpansion import Mathlib.LinearAlgebra.Dimension.Finite open UpperHalfPlane open scoped MatrixGroups
Formal statement
theorem CuspForm.finrank_lower_bound_of_weighted_forms
{Γ : Subgroup (GL (Fin 2) ℝ)} [Γ.HasDetOne] {d r k : ℕ} (hd : 0 < d) (hr : r ≤ k)
(A : ModularForm Γ 1) (B : ModularForm Γ (d : ℤ)) (D : CuspForm Γ (r : ℤ))
(h : ℝ) (hh : 0 < h) (hΓ : h ∈ Γ.strictPeriods)
(hA : (qExpansion h A).order = 0) (hB : (qExpansion h B).order = 1) (hD : D ≠ 0)
[FiniteDimensional ℂ (CuspForm Γ (k : ℤ))] :
(k - r) / d + 1 ≤ Module.finrank ℂ (CuspForm Γ (k : ℤ)) := by sorrySource
Direct weighted-monomial and q-expansion argument for MTT frontier theorems 74b9a146-622e-4d74-af58-7aa82330d5cb and 95cbc152-c054-48f1-a94f-c99cda423e6c. The proof is supplied in full; this statement does not assume a modular-form dimension formula.