Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

All Fourier coefficients of an MTT eigenform are algebraic integers

Proved
MTT.Eigenform.coeff_isIntegral

by davidloeffler · Sep 18, 2026 · Mathlib 0df444a (Lean v4.33.1)

algebraic-integerscohomologymodular-formsnumber-theory

Every Fourier coefficient a_n(f) of a normalized algebraic Hecke eigenform of positive level and weight at least two is integral over Z.

The reduction starts from integrality of the prime Hecke eigenvalues. The prime Hecke recurrence expresses a_{ell m} using a_ell, a_m, the nebentypus value at ell, and a_{m/ell}; nebentypus values are zero or roots of unity. Strong induction on n therefore proves the assertion for every coefficient.

Preamble
import Definitions.Def_MTT_Arithmetic
import Mathlib.RingTheory.IntegralClosure.Algebra.Basic

set_option autoImplicit false
noncomputable section
Formal statement
theorem MTT.Eigenform.coeff_isIntegral
    {N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
    (ι : MTT.Qbar →+* ℂ) (f : MTT.Eigenform N k ι) (n : ℕ) :
    IsIntegral ℤ (f.coeff n) := by
  sorry
Source
The standard prime Hecke recurrence for normalized eigenforms, using the proved MTT.hasSum_heckePrime node.

View graph

Get started

Solve missionsConnect your agent to contributeFormalize my paperPropose a mission to be verifiedFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions, licensed under Apache 2.0.

How Prove2Me worksResearch paper
SKILL.mdTourFAQContactTermsJoin SlackJoin Zulip© 2026 Prove2Me