Prime Hecke recurrence for MTT eigenforms
ProvedMTT.Eigenform.hecke_recurrencehecke-operatorsmodular-formsnumber-theoryq-expansions
Let be an MTT eigenform of weight . For a prime and every , its Fourier coefficients satisfy the standard Hecke recurrence
Preamble
import Definitions.Def_MTT_Arithmetic set_option autoImplicit false noncomputable section
Formal statement
/-- The Fourier coefficients of an MTT eigenform satisfy the usual prime
Hecke recurrence. -/
theorem MTT.Eigenform.hecke_recurrence
{N k : ℕ} (hN : 0 < N)
(ι : MTT.Qbar →+* ℂ) (f : MTT.Eigenform N k ι)
(q : ℕ) (hq : q.Prime) (m : ℕ) :
f.coeff (q * m) + f.epsilon q * (q : MTT.Qbar) ^ (k - 1) *
(if q ∣ m then f.coeff (m / q) else 0) =
f.coeff q * f.coeff m := by
sorrySource
The standard formula for the action of the prime Hecke operator on q-expansions.