Unique bounded measure realizing the critical polynomial moments
ProvedMTT.measure_extensionFor each sign and each ordinary root, the prescribed disk moments extend to exactly one continuous Cp-linear functional on C(Zp*,Cp). On every unit residue disk of positive depth, this measure integrates X^j to the prescribed moment for every 0 ≤ j ≤ k−2. The assertion also supplies the continuous disk test functions pointwise, rather than assuming their existence.
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.measure_extension
{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) :
∃! μ : UnitMeasure p, RealizesMoments f ιp P α s μ := 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 , suppose the following data are given. There is a holomorphic cusp form of weight for (acting through its image in ), a Dirichlet character modulo with values in , and coefficients for all natural numbers , such that the coefficient of degree in the width-one Fourier expansion of is , , and, for every and every in the complex upper half-plane, . For every prime natural number and every such , these data also satisfy . Further suppose a period system is given: complex numbers for each Boolean , and algebraic numbers for every Boolean , natural number , and rational number , such that, whenever , , where , , and is the complex Bochner integral against real Lebesgue measure; the -submodule of spanned by all with is required to be finitely generated. The values with are part of the data but have no comparison or lattice condition. Suppose also that satisfies and . Then, for each Boolean , there exists exactly one continuous -linear functional , on the space of continuous functions with its usual uniform topology, with the following property: for every natural number , every integer coprime to , and every natural number , there exists a continuous function which is when the underlying -adic integer reduces to modulo , and is zero otherwise, and this function satisfies , where, for the nonzero rational numbers occurring here, , and in denotes the image of the underlying -adic integer under . Uniqueness is among all such continuous linear functionals satisfying every displayed moment condition, and asserts equality on every continuous function. The quantifiers include , , primes dividing , both signs independently, all positive and negative integer representatives coprime to , (where the second symbol has denominator ), and ; for only is prescribed and . No moment at depth zero is prescribed. The natural-number subtractions in the formulas are ordinary subtractions in the stated ranges, and all displayed divisors , , and are nonzero under the hypotheses. Bochner integrals use the total integral convention, assigning zero if integrability fails; no separate integrability hypothesis is included. The conclusion is conditional on the existence of all the stated form, period, and root data and does not assert their existence.
Confirmed by the mission captain (proposal self-audit).