Ordinary centred disk-moment bound in every critical degree
ProvedMTT.ordinary_centered_disk_boundFix a prime , a positive level , and a weight . Let be a normalized algebraic cuspidal Hecke eigenform, with fixed embeddings into and , a signed period system with finitely generated integral lattice, and an ordinary root of its Hecke polynomial.
Write for the signed degree- disk moment defined by MTT (10.2), and define its centred degree- moment by
There exists a real constant , independent of the sign , depth , integer centre , and degree , such that
This is the slope-zero centred-moment estimate in MTT I.§11. Its degree-zero case bounds disk masses, while the positive-degree decay controls polynomial approximation on shrinking disks. It is the bound needed to recover all critical polynomial moments when extending the distribution to a bounded measure.
Formalization Note The left side is expressed directly as a binomial sum of the existing disk moments, without assuming a measure already exists. The right side uses the norm of in .
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.ordinary_centered_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 : ℤ) (j : ℕ), j ≤ k - 2 →
‖∑ t ∈ Finset.range (j + 1),
(j.choose t : ℂ_[p]) * (-(a : ℂ_[p])) ^ (j - t) *
diskMoment f ιp P α s t n a‖ ≤
C * ‖(p : ℂ_[p]) ^ (n * j)‖ := by sorry