MTT interpolation from the two signed moment measures
ProvedMTT.interpolation_of_momentsIf the two signed bounded measures realize every prescribed critical polynomial disk moment, their sum satisfies the full scalar period-normalized MTT interpolation identity for every primitive p-power-conductor character and critical exponent. The conductor-one case retains both Euler factors; positive conductor has multiplier α^(−n). Algebraic values bridge the two fixed embeddings.
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.interpolation_of_moments
{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 α)
(μ : Bool → UnitMeasure p)
(hμ : ∀ s, RealizesMoments f ιp P α s (μ s)) :
Interpolates f ιp P.omega α (μ true + μ false) := by sorryRead-back
What the Lean code literally says, in plain math · GPT-6 (Codex)
For every prime natural number , natural numbers and , and unital ring homomorphisms and , the following implication holds. Here is an algebraic closure of . Suppose consists of a weight- cusp form for , a Dirichlet character modulo with values in , and coefficients for every natural , such that the coefficient of degree of the width-one -expansion of is , , and, for every and every in the complex upper half-plane, . Suppose also that for every prime natural and every such , , including primes dividing . Put for natural and rational . Suppose a period system supplies nonzero complex numbers for and values for every such , with whenever , where and , and with the -submodule generated by all with finitely generated. Suppose satisfies and . Let , let be the image of under , and suppose is a continuous -linear functional for each Boolean (these are the measures in the statement). Define in for rational . Assume, for each , every natural , every integer relatively prime to , and every natural , there exists a continuous function equal to when the reduction of modulo equals the reduction of , and equal to zero otherwise, such that . Then for every natural , every primitive -valued Dirichlet character modulo , and every natural , there exist a continuous function and an algebraic number such that for all , , and . Here is true exactly when and is false otherwise; character arguments are residues at their displayed modulus; , with the representative in ; and . All these integrals are the total Bochner integrals with respect to real Lebesgue measure restricted to , which take value zero if the integrand is not integrable; field inversion and division are total, with inverse of zero equal to zero, so no separate nonvanishing hypothesis is imposed on a Gauss sum. The assumptions on moments only involve positive depths, while the conclusion includes , hence modulus one, and includes and the case , in which is the only allowed moment. Natural subtractions occurring here agree with ordinary subtraction under the stated bounds, and follows from its norm. The values for have no comparison requirement and do not enter these moment identities. No assumption that is relatively prime to is present, and the conclusion is conditional on the supplied period system and both measures, rather than asserting their existence or uniqueness.
Confirmed by the mission captain (proposal self-audit).