Uniform boundedness of ordinary disk masses
ProvedMTT.ordinary_disk_boundFor a fixed ordinary form, period system, and unit root, there is one nonnegative real constant bounding the p-adic norm of every signed constant disk mass, uniformly over all positive depths and all integer centers. The finite integral lattice and the unit-root hypothesis are retained explicitly.
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.ordinary_disk_bound
{p N k : ℕ} [Fact p.Prime] (hN : 0 < N) (hk : 2 ≤ k)
(ι : Qbar →+* ℂ) (ιp : Qbar →+* ℂ_[p]) (f : Eigenform N k ι)
(P : Periods k ι f.form) (α : ℂ_[p]) (hα : IsOrdinaryRoot f ιp α) :
∃ C : ℝ, 0 ≤ C ∧ ∀ (s : Bool) (n : ℕ), 0 < n → ∀ (a : ℤ),
‖diskMoment f ιp P α s 0 n a‖ ≤ C := by sorryRead-back
What the Lean code literally says, in plain math · GPT-6 (Codex)
For every prime natural number , every positive natural number , every natural number , and every pair of unital ring homomorphisms and , where is the algebraic closure of , the following holds. Suppose is a weight- cusp form for (viewed as a subgroup of ), supplied with a Dirichlet character and coefficients for every natural number , such that its width-one -expansion has coefficient for every , , and, for every and every upper-half-plane point , . Suppose also that, for every prime natural number and every such , , with integers passed to their residue classes when evaluating the character. Let a period system consist of nonzero complex numbers for both Boolean values , and algebraic numbers for every Boolean , every natural number , and every rational . Define , , and , with the integral interpreted as the complex Bochner integral over the positive real numbers (whose total definition returns zero if it is not integrable). Require for every and , and require the -submodule of generated by all these with to be finitely generated; no corresponding comparison or finite-generation requirement is imposed on values with . For every satisfying and , there exists a real number such that, for both Boolean values , every positive natural number , and every integer ,
Here rational arguments are formed in , powers of outside those arguments are interpreted in , and the norm is that of . The displayed expression is the stated disk moment at polynomial degree zero: its defining algebraic-symbol sum reduces to the single term . The bound is simultaneous in and may depend on all the initially supplied data. It includes , negative , and integers divisible by , without any coprimality or choice-of-residue-representative restriction. It includes , , and dividing ; for the factor is , and for the second rational argument is . Depth is excluded, so the natural-number subtraction does not truncate below zero; likewise and do not truncate below zero. The norm-one condition implies , and primality implies , so the displayed denominators are nonzero. The assertion is conditional on the existence of the specified eigenform, period system, and root and does not itself assert their existence.
Read-back model: GPT-6 (Codex).
Confirmed by the mission captain (proposal self-audit).