Finite Poisson bound: for on-line zeros
ProvedZeta23.ZeroSide.sum_normSq_v_leFix an abstract zero configuration , a height , and parameters , with , taper , grid points , dimension , and [eq:abdef]. The hypotheses are the three analytic inputs of the block section: PhiHatConj (), PhiHatReal ( is real on ), and PoissonSq (the consequence of [lem:poisson]: for every real , as a HasSum).
Let be a member of the finite zero set (zeros with ordinate in , ) which lies in the onLine part of the block data, i.e. is fixed by the reflection , equivalently . Writing for the evaluation vector (with , real for on-line ), the assertion is
the finite sum over the grid indices is at most the value of the full sum over , since all terms are nonnegative.
This is the key trace estimate behind prop:block(ii), "": it bounds each on-line zero's contribution to the trace of the positive-semidefinite part of the block decomposition. It is consumed by Zeta23.ZeroSide.blockInputsAt in Zeta23.ZeroSide.
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.Convex.Birkhoff
import Mathlib.Analysis.Matrix.PosDef
import Mathlib.Analysis.SpecialFunctions.ExpDeriv
import Mathlib.Analysis.SpecialFunctions.Gamma.Digamma
import Mathlib.Analysis.SpecialFunctions.Log.Basic
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.Bochner.ContinuousLinearMap
import Mathlib.MeasureTheory.Integral.IntervalIntegral.Basic
import Mathlib.MeasureTheory.Measure.Haar.NormedSpace
import Mathlib.MeasureTheory.Measure.Lebesgue.Basic
import Mathlib.NumberTheory.ArithmeticFunction.VonMangoldt
import Mathlib.Topology.Algebra.InfiniteSum.Order
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_ZeroSide
set_option linter.unusedSectionVars false
open Matrix Finset RHLinalg
open scoped ComplexOrder BigOperators
open Zeta23
open Zeta23.ZeroSide
open Zeta23 Classical
variable (Z : ZeroConfig) (T : ℝ)
variable (P : Params)
variable {Z T P}
variable (Z T P)
theorem Zeta23.ZeroSide.sum_normSq_v_le (hconj : PhiHatConj T P) (hreal : PhiHatReal T P) (hPois : PoissonSq T P)
(z : ZI Z T) (hz : z ∈ (blockData Z T P hconj).onLine) :
∑ k, ‖(blockData Z T P hconj).v z k‖ ^ 2 ≤ P.a T * P.L T ^ 2 := by sorry