Explicit form of
ProvedZeta23.Assembly.frobGhat_leanalysislinear-algebrazeta23
A scalar inequality making explicit the paper's bound . All quantities are real numbers: are the taper normalization, mollifier length, height, and shifted log-height; (trG2) is the second trace; the relative error of [eq:tr2]; the zero count and its Riemann–von Mangoldt remainder.
Assume , the upper half of [eq:tr2] in the form
and Riemann–von Mangoldt in the form ([eq:RvM]). Then, with , , and ,
The left side equals in hat units, and the second summand is the explicit remainder fed into err_isLittleO. Consumed by thmA_abstract_err in the assembly of Theorem A.
Preamble
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
Formal statement
theorem Zeta23.Assembly.frobGhat_le {a L T ℓ₁ trG2 C calE N RN : ℝ} (ha : 0 < a) (hL : 0 < L) (hℓ₁ : 0 < ℓ₁)
(hK : 0 ≤ 1 + C * calE)
(htr2 : trG2 - T * L / (2 * Real.pi) * (ℓ₁ ^ 2 + L ^ 2 / 3)
≤ C * calE * (T * L / (2 * Real.pi) * (ℓ₁ ^ 2 + L ^ 2 / 3)))
(hRvM : T * ℓ₁ / (2 * Real.pi) ≤ N + RN) :
((a * L)⁻¹) ^ 2 * trG2
≤ (1 / (L / ℓ₁) + (L / ℓ₁) / 3) * N
+ (1 / (L / ℓ₁) + (L / ℓ₁) / 3) * (((1 + C * calE) / a ^ 2 - 1) * N
+ (1 + C * calE) / a ^ 2 * RN) := by sorry
Source