Boundary Hecke sum at the cusp equals
ProvedMTT.Cohomology.boundary_hecke_cusp_sum_at_one_inftyLet be a boundary datum of level and weight — a -equivariant map from the rational cusps to binary forms of degree over — and let be an integer. Consider the standard Hecke representatives
each acting on cusps by fractional linear transformations and on coefficients through its adjugate. Then the boundary Hecke sum, evaluated at the cusp , is the scalar :
This is the cusp- case of the single-cusp boundary Hecke calculation. In primitive-vector language: the vector representing is fixed by all representatives, one of them () produces a vector of content and the other produce primitive vectors, and homogeneity of degree converts the content into the factor , giving .
Two hypotheses that appear in the general single-cusp statement are deliberately absent, because this branch does not need them: need not be prime, and no congruence is required. Every one of the matrices has vanishing lower-left entry, so it fixes without any appeal to the level structure, and the whole computation takes place inside the stabiliser of a single cusp.
import Definitions.Def_MTT_Cohomology_Boundary set_option autoImplicit false noncomputable section open scoped BigOperators open MTT.Cohomology
theorem MTT.Cohomology.boundary_hecke_cusp_sum_at_one_infty
{N n : ℕ} (Φ : Cusp → Binary ℂ) (hΦ : IsBoundaryDatum N n Φ) (l : ℕ) :
(∑ b : Fin l,
act (Matrix.adjugate !![1, (b.val : ℤ); 0, (l : ℤ)])
(Φ (fractional !![1, (b.val : ℤ); 0, (l : ℤ)] OnePoint.infty))) +
act (Matrix.adjugate !![(l : ℤ), 0; 0, 1])
(Φ (fractional !![(l : ℤ), 0; 0, 1] OnePoint.infty)) =
((1 + l^(n+1) : ℕ) : ℂ) • Φ OnePoint.infty := by sorry