Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Nebentype values lie in the ring of integers of the coefficient field

Proved
MTT.Eigenform.nebentype_mem_ringOfIntegers

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

algebraic-integerscoefficient-fieldsmodular-formsnumber-theory

Let fff be an MTT eigenform with coefficient field KfK_fKf​ and nebentype εf\varepsilon_fεf​. Every value of the nebentype, viewed as an element of KfK_fKf​, lies in its ring of integers:

εf(a)∈OKf(a∈Z/NZ).\varepsilon_f(a)\in\mathcal O_{K_f} \qquad(a\in\mathbf Z/N\mathbf Z).εf​(a)∈OKf​​(a∈Z/NZ).

Nonzero nebentype values are roots of unity; the possible zero values are integral as well.

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

set_option autoImplicit false
noncomputable section
Formal statement
/-- Every nebentype value, regarded as an element of the coefficient field,
belongs to its ring of integers. -/
theorem MTT.Eigenform.nebentype_mem_ringOfIntegers
    {N k : ℕ} {ι : MTT.Qbar →+* ℂ} (f : MTT.Eigenform N k ι)
    (a : ZMod N) :
    (⟨f.epsilon a, f.nebentype_mem_coefficientField a⟩ : f.coefficientField) ∈
      integralClosure ℤ f.coefficientField := by sorry
Source
Standard algebraicity and integrality properties of normalized cuspidal Hecke eigenforms; coefficient-field notation as in Kriz--Nordentoft, Horizontal p-adic L-functions, arXiv:2310.20678v3, Section 4, p. 27, https://arxiv.org/pdf/2310.20678

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