Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

The coefficient field of an eigenform is a number field

Proved
MTT.numberField_coefficientField

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

eigenformsmodular-formsnumber-fields

Let fff be an MTT eigenform of positive level NNN and weight k≥2k \ge 2k≥2. Its coefficient field KfK_fKf​, generated over Q\mathbb QQ by all Fourier coefficients and all values of the nebentype, is a number field:

[Kf:Q]<∞.[K_f : \mathbb Q] < \infty.[Kf​:Q]<∞.

This packages finite-dimensionality into Mathlib's standard NumberField predicate, making the arithmetic of its integer ring and residue fields directly available.

Preamble
import Definitions.Def_MTT_EigenformCoefficientField
import Mathlib.NumberTheory.NumberField.Basic

set_option autoImplicit false
noncomputable section
Formal statement
theorem MTT.numberField_coefficientField
    {N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
    (ι : MTT.Qbar →+* ℂ) (f : MTT.Eigenform N k ι) :
    NumberField f.coefficientField := by sorry
Source
Standard consequence of finite-dimensionality of the coefficient field over ℚ; see Diamond–Shurman, A First Course in Modular Forms, §5.8.

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