Prove2Me
Navigate
DiscoverFormalpediaBlogsUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

A common Hecke-stable period lattice for an eigenform

Proved
MTT.Cohomology.eigenform_uniform_hecke_stable_period_lattice

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

hecke-operatorslatticesmodular-formsmodular-symbolsnumber-theory

For a normalized MTT eigenform, there is a signed parabolic-cohomology packet whose normalized period values span a nonzero finitely generated Z\mathbf ZZ-module L⊂Q‾L\subset\overline{\mathbf Q}L⊂Q​, and the same lattice LLL is preserved by multiplication by aℓ(f)a_\ell(f)aℓ​(f) for every prime ℓ\ellℓ.

Preamble
import Definitions.Def_MTT_Cohomology

set_option autoImplicit false
noncomputable section
open scoped BigOperators TensorProduct
open MTT.Cohomology
Formal statement
/-- A single nonzero finitely generated period lattice can be chosen which is
simultaneously stable under every prime Hecke eigenscalar of an eigenform. -/
theorem MTT.Cohomology.eigenform_uniform_hecke_stable_period_lattice
    {N k : ℕ} (hN : 0 < N) (hk : 2 ≤ k)
    (ι : MTT.Qbar →+* ℂ) (f : MTT.Eigenform N k ι) :
    ∃ (ψ : Bool → Hc N (k - 2) MTT.Qbar),
      (∀ s, Packet f.epsilon f.coeff s (ψ s)) ∧
      let L : Submodule ℤ MTT.Qbar :=
        Submodule.span ℤ {v : MTT.Qbar | ∃ s j r, j ≤ k - 2 ∧
          v = evaluation j r (ψ s) / ((k - 2).choose j : MTT.Qbar)}
      L ≠ ⊥ ∧ L.FG ∧ ∀ l : ℕ, l.Prime → ∀ x ∈ L,
        f.coeff l * x ∈ L := by
  sorry
Source
The integral parabolic-cohomology lattice and prime Hecke action constructed in the MTT development.

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