Compatibility of polynomial disk moments under refinement
ProvedMTT.distribution_relationFor an ordinary root and any period system, each signed degree-j disk moment at positive depth n equals the sum of its p refinements at depth n+1. This holds for every integer center, both signs, and all 0 ≤ j ≤ k−2. The disk moments are defined by (10.2), with the correction term at depth n−1.
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.distribution_relation
{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 α)
(s : Bool) (j : ℕ) (hj : j ≤ k - 2) (n : ℕ) (hn : 0 < n) (a : ℤ) :
(∑ b ∈ Finset.range p,
diskMoment f ιp P α s j (n + 1) (a + (b : ℤ) * (p : ℤ) ^ n)) =
diskMoment f ιp P α s j n a := by sorryRead-back
What the Lean code literally says, in plain math · GPT-6 (Codex)
For every prime natural number , positive natural number , natural number , and pair of unital ring homomorphisms and , where is an algebraic closure of and is the completed algebraic closure of , suppose the following data are given. There is a weight- cusp form for the image of in , a Dirichlet character modulo with values in (extended by zero on nonunits), and a sequence for , such that the coefficient of degree in the period-one Fourier expansion of is , , and, for every and in the upper half-plane, . In addition, for every prime natural number and every such , these data satisfy . There are also two nonzero complex numbers , indexed by Boolean values , and algebraic numbers for every Boolean , natural number , and rational , such that, whenever , , where , , and is the complex-valued Bochner integral with respect to real Lebesgue measure. The -submodule of generated by all with is assumed finitely generated; the values with are included in the data but have no comparison or finiteness requirement. Let satisfy and . For rational define , using the rational embeddings into , and, for an integer and a positive natural number , define . Then for every Boolean , every natural number , every positive natural number , and every integer , the identity holds in . The assertion includes , (which forces ), , (for which ), negative and zero , and divisible by ; there is no coprimality assumption on or on , nor any assumption that the Dirichlet character is primitive. The hypothesis excludes , and and ensure that all rational denominators and exponents occurring in this identity are nondegenerate. The binomial sum includes its endpoints, with zeroth powers equal to one even when ; the theorem makes no assertion at depth .
Confirmed by the mission captain (proposal self-audit).