Birch–Mellin formula for primitive twists
ProvedMTT.birch_mellin_formulaFor any primitive Dirichlet character χ of positive conductor m and any 0 ≤ j ≤ k−2, the Mellin critical value of the inverse-character twist equals ((−2πi)^j τ(χ⁻¹)/(j! m^(j+1))) times the χ-weighted sum of the modular symbols λ(f,X^j;a,m). The modular symbols and Mellin integral are the actual complex integrals, and the Gauss sum uses the positive exponential.
import Definitions.Def_MTT_Measures set_option autoImplicit false noncomputable section open scoped BigOperators
open MTT in
theorem MTT.birch_mellin_formula
{N k m : ℕ} [NeZero m] (hN : 0 < N) (hk : 2 ≤ k)
(ι : Qbar →+* ℂ) (f : Eigenform N k ι)
(χ : DirichletCharacter Qbar m) (hχ : χ.IsPrimitive)
(j : ℕ) (hj : j ≤ k - 2) :
criticalLValue ι f.form m χ j =
((-2 * Real.pi * Complex.I) ^ j * gaussSum ι m χ⁻¹ /
((j.factorial : ℂ) * (m : ℂ) ^ (j + 1))) *
∑ a : ZMod m, ι (χ a) * modularSymbol f.form j a.val m := by sorryRead-back
What the Lean code literally says, in plain math · GPT-6 (Codex)
For all natural numbers with , , and , every unital ring homomorphism from the chosen algebraic closure of , and every datum consisting of a cusp form of weight for (viewed inside ), a Dirichlet character modulo with values in , and coefficients for all natural , assume that the coefficient of degree in the width-one -expansion of equals for every , that , that for every and every in the upper half-plane, and that for every prime and every such one has . For every primitive -valued Dirichlet character modulo and every natural number with , define , where is the least nonnegative representative of and is a character modulo . The asserted equality is . Here characters are evaluated on residue classes, is the inverse Dirichlet character (with its usual zero values on nonunits), and every integral is the complex Bochner integral over the open positive real half-line with Lebesgue measure. These are total integral operations, yielding zero when the corresponding integrand is not integrable; the statement includes no separate integrability hypothesis. Complex inverses are also total, so means zero if ; no separate nonvanishing hypothesis for the Gauss sum is included. The quantifiers include , , and (in the last case necessarily ), while and are excluded; since , the natural-number subtraction is ordinary subtraction here. There is no coprimality condition between and .
Confirmed by the mission captain (proposal self-audit).