Theorem A at fixed for an abstract zero configuration
ProvedZeta23.Assembly.thmA_abstractThe -form of Theorem A at a fixed mollifier exponent, for an abstract zero configuration (any locally finite multiset of points in the strip , symmetric under ). Here counts zeros of with ordinate in with multiplicity, counts distinct zeros on the line , and .
Assume: the published analytic inputs PaperInputs Z (explicit formula H-EF, Riemann–von Mangoldt H-RvM, Chebyshev–Mertens, Montgomery–Vaughan, Stirling facts for ); a valid parameter pack (taper profile, , ) with ; the trace asymptotics [thm:traces] for the prime-side traces (ThmTracesHyp P Z); eventually in : the block inputs of prop:block, the tail inputs of prop:tail with , the boundary count , the explicit-formula bridge ([eq:Gdef]), and the taper normalization ([eq:abdef]); and finally .
Conclusion:
This is the specialization (P.calE) of thmA_abstract_err. It is the summit of the Zeta23.Assembly module: Zeta23.thmA_lam_of_traces instantiates it with the actual zeta zeros, after which the and dyadic steps yield the headline constant .
import Mathlib.Algebra.BigOperators.Finprod import Mathlib.Algebra.Order.Chebyshev import Mathlib.Algebra.Order.Rearrangement import Mathlib.Analysis.CStarAlgebra.Classes import Mathlib.Analysis.Calculus.ContDiff.Defs import Mathlib.Analysis.Complex.ExponentialBounds import Mathlib.Analysis.Convex.Birkhoff import Mathlib.Analysis.Matrix.Normed import Mathlib.Analysis.Matrix.PosDef import Mathlib.Analysis.Real.Pi.Bounds import Mathlib.Analysis.SpecialFunctions.Gamma.Digamma import Mathlib.Analysis.SpecialFunctions.Pow.Asymptotics import Mathlib.Analysis.SpecialFunctions.Pow.Complex import Mathlib.Data.Matrix.Basic import Mathlib.Data.Set.Card import Mathlib.LinearAlgebra.FiniteDimensional.Lemmas import Mathlib.MeasureTheory.Integral.Bochner.Basic import Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic import Mathlib.MeasureTheory.Measure.Lebesgue.Basic import Mathlib.NumberTheory.ArithmeticFunction.VonMangoldt import Definitions.Def_Zeta23_Assembly import Definitions.Def_Zeta23_Assembly_Inputs import Definitions.Def_Zeta23_Defs import Definitions.Def_Zeta23_Hypotheses import Definitions.Def_Zeta23_LinAlg_HermitianPosPart import Definitions.Def_Zeta23_LinAlg_PosIndex import Definitions.Def_Zeta23_LinAlg_Sylvester import Definitions.Def_Zeta23_LinAlg_VonNeumann import Definitions.Def_Zeta23_PrimeSideTemp import Definitions.Def_Zeta23_TracesBoundsE open Matrix Finset RHLinalg open scoped ComplexOrder open Zeta23 open Assembly open Filter Asymptotics Topology
theorem Zeta23.Assembly.thmA_abstract (Z : ZeroConfig) (H : PaperInputs Z) (P : Params) (hP : P.Valid)
(hlam : P.lam < 1) (hTr : ThmTracesHyp P Z)
(hBlock : ∀ᶠ T in atTop, BlockInputs Z P T)
(θ₀ : ℝ → ℝ) (hTail : ∀ᶠ T in atTop, TailInputs Z P T (θ₀ T))
(hθ₀ : ∃ C : ℝ, ∀ᶠ T in atTop, θ₀ T ≤ C * l T * T ^ (P.lam / 2 - 1))
(hNII : ∃ C : ℝ, ∀ᶠ T in atTop, (NII Z T : ℝ) ≤ C * Real.sqrt T * l T)
(hGzGp : ∀ᶠ T in atTop, Z.Gz P T = P.Gp T)
(ha : ∀ᶠ T in atTop, 1 - 2 * P.w / P.L T ≤ P.a T ∧ P.a T ≤ 1)
(hcalE : Tendsto P.calE atTop (𝓝 0)) :
∀ ε > 0, ∃ T₀ : ℝ, ∀ T ≥ T₀, (Hfun P.lam - ε) * (Z.N T (2 * T) : ℝ) ≤ Z.N0star T (2 * T) := by sorry