Existence of the ordinary p-adic L-measure with MTT interpolation
ProvedMTT.exists_ordinary_padic_L_measureFor every prime p, positive level N, weight k ≥ 2, normalized algebraic cuspidal Hecke eigenform f of nebentypus ε, and fixed embeddings of the algebraic closure of Q into C and Cp, assume the p-th eigenvalue is a p-adic unit. There exist a unit root α, a pair of nonzero periods with algebraic normalized modular integrals spanning a finite integral lattice, and a bounded Cp-valued measure on Zp*. For every primitive χ of conductor p^n and every 0 ≤ j ≤ k−2, its χ(x)x^j moment is the MTT Euler multiplier times the algebraic image of p^(n(j+1)) j! L(f_{χ⁻¹},j+1)/((−2πi)^j τ(χ⁻¹) Ω^{χ(−1)(−1)^j}). The complex L-value is defined by its actual Mellin integral. The quantifiers include n=0, p=2, and p dividing N.
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.exists_ordinary_padic_L_measure
{p N k : ℕ} [Fact p.Prime] (hN : 0 < N) (hk : 2 ≤ k)
(ι : Qbar →+* ℂ) (ιp : Qbar →+* ℂ_[p]) (f : Eigenform N k ι)
(hord : ‖ιp (f.coeff p)‖ = 1) :
∃ (α : ℂ_[p]) (P : Periods k ι f.form) (μ : UnitMeasure p),
IsOrdinaryRoot f ιp α ∧ Interpolates f ιp P.omega α μ := 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 , every pair of unital ring homomorphisms and , where is an algebraic closure of , and every datum consisting of a weight- cusp form on the image of in , a Dirichlet character modulo with values in , and coefficients such that the coefficient of degree of the width-one -expansion of equals for every , , for every and every in the upper half-plane, and for every prime natural number and every such , the hypothesis implies the existence of , a period system , and a bounded -valued abstract measure on (with scalar field ), with the following properties. The period system consists of two nonzero complex numbers , indexed by , and a function such that, for every , every , and every , , where , , and ; the -submodule of spanned by all these with is finitely generated. Values of at larger are included in its domain but are subject to neither of these conditions. The element satisfies and . For every natural number , every primitive -valued Dirichlet character modulo , and every natural number , there exist a continuous function and such that, for every , , where is the image of the underlying -adic integer in and then , and such that and . Here and are evaluations at the residue class of in , is the inverse Dirichlet character, precisely when and is otherwise, with the canonical natural representative, , and . All the displayed complex integrals are the totalized Bochner integrals over with respect to Lebesgue measure; no separate integrability assumption is imposed in these definitions, and a nonintegrable integrand gives integral zero. Division and inversion are the field's total operations, so a zero denominator gives zero; and the two periods are explicitly nonzero, whereas nonvanishing of the Gauss sums is not a separate hypothesis or conjunct. The interpolation quantifiers include , hence modulus , using exactly the same residue evaluations and sums, and include ; when , is the only allowed exponent. The bounds ensure that the natural-number subtractions , , and in these assertions do not truncate, and prime ensures . No coprimality condition between and is imposed, the eigenvalue relation includes primes dividing , the assertion is existence rather than uniqueness, and no separate condition prescribing polynomial moments on residue disks is part of its conclusion.
Confirmed by the mission captain (proposal self-audit).