Seam A: explicit zero-side lower bound for
ProvedZeta23.Assembly.seamAThe explicit form of [eq:zeroside-rank] for the concrete matrices of the proof. Let be an abstract zero configuration, a parameter pack, and . Write P.hat T (Z.Gz P T) for the zero-side Gram matrix rescaled to hat units (); and are the real trace and Frobenius norm; is the zero count with multiplicity; is the boundary count with ; and is the tail trace-norm bound.
Assume the block inputs of prop:block (the decomposition with , rank and trace bounds, and the counts [eq:Ncount], produced by ZeroSide.lean) and the tail inputs of prop:tail (eigenvalue bound for and trace-norm bound for , produced by Tail.lean), together with . Then
where counts distinct on-line zeros with ordinate in .
This is the seam where the linear-algebra chapter (positivity index, rank bounds, tail perturbation four_tr_sub_frobSq_perturb, and the counting identity s1_add_s2_eq) is stitched into a single explicit inequality; thmA_abstract_err combines it with the trace asymptotics [thm:traces] to prove Theorem A at fixed .
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
variable (Z : ZeroConfig) (P : Params) (T : ℝ)
variable {Z P T}
theorem Zeta23.Assembly.seamA (hT : 0 ≤ T) (hB : BlockInputs Z P T) {θ₀ : ℝ} (hTl : TailInputs Z P T θ₀)
(ha : 0 < P.a T) (hL : 0 < P.L T) :
4 * rtrace (P.hat T (Z.Gz P T)) - frobSq (P.hat T (Z.Gz P T)) - 2 * (Z.N T (2 * T) : ℝ)
- 3 * (NII Z T : ℝ)
- θ₀ / (P.a T * P.L T) * (4 + 2 * Real.sqrt (frobSq (P.hat T (Z.Gz P T))) + θ₀ / (P.a T * P.L T))
≤ Z.N0star T (2 * T) := by sorry