Proved
Zeta23.Assembly.s1_add_s2_eqnumber-theoryzero-countingzeta23
Let be an abstract zero configuration and a real height. Write and for the slightly enlarged window, and let be the set of distinct zeros with ordinate in . The paper's block decomposition splits the on-line part of into (zeros with and multiplicity ) and ( and ), with cardinalities and .
The theorem asserts the exact counting identity
where counts distinct on-line zeros in the window (without multiplicity). Indeed is exactly , since every zero has , and the union is disjoint.
This identity lets the seam inequality seamA convert the rank/positivity bound , whose right side is phrased in block data, into a bound on the zero-counting function that Theorem A is about.
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
open Set
variable (Z : ZeroConfig)
variable (T : ℝ)
variable {T}
Formal statement
theorem Zeta23.Assembly.s1_add_s2_eq : Z.s1 T + Z.s2 T = Z.N0star (T - D0 T) (2 * T + D0 T) := by sorry
Source