IndisputableMonolith.NumberTheory.RiemannHypothesis.CertificateWindow
The CertificateWindow module defines the nonnegative flat-top window φ_{L,t0} tied to a profile ψ at scale L and center t0. It forms part of the window-to-oscillation bridge in the BRF route toward the Riemann Hypothesis. The module supplies auxiliary definitions including Poisson kernels and plateau values that support measure control on the positive distribution -w'. Researchers working on analytic number theory proofs of RH would reference these window constructions.
claim$ϕ_{L,t_0}(t) := ofReal(ψ((t-t_0)/L)/L)$ for a profile $ψ:ℝ→ℝ$ with $ψ≥0$, matching the manuscript form $L^{-1}ψ((t-t_0)/L)$.
background
This module sits in the NumberTheory.RiemannHypothesis section and imports WindowToOscillation, whose doc-comment states it targets the bridge step immediately preceding Lemma local-to-global-wedge: a window (test-function) bound for the positive distribution -w' implies a bound on the essential oscillation Δ_I(w) = essSup_I w - essInf_I w. The central object is the flat-top window associated to a profile ψ at scale L>0 and center t0, given explicitly by ofReal(ψ((t-t0)/L)/L). Sibling definitions include certificateWindowFlat, poissonKernel, poissonConv, and plateau lemmas such as lower_of_plateau_one and hpoisson_plateau_of_c0Poisson that operationalize the window for oscillation estimates.
proof idea
This is a definition module, no proofs.
why it matters in Recognition Science
The module supplies the window objects required for the oscillation control step in the BRF approach to the Riemann Hypothesis. It directly supports the bridge from window/measure bounds to essential oscillation bounds as described in the upstream WindowToOscillation module, which precedes the local-to-global-wedge lemma in the Riemann-proofs documentation.
scope and limits
- Does not prove the Riemann Hypothesis.
- Does not contain the local-to-global-wedge lemma.
- Does not specify or construct the profile function ψ.
- Does not provide numerical verification of any window bounds.
depends on (1)
declarations in this module (14)
-
def
certificateWindowFlat -
lemma
lower_of_plateau_one -
def
poissonKernel -
def
poissonConv -
def
poissonPlateauValSet -
def
c0PoissonENN -
def
c0Poisson -
lemma
c0PoissonENN_le_poissonConv -
lemma
ofReal_c0Poisson_le_poissonConv -
lemma
hpoisson_plateau_of_c0Poisson -
def
certificateWindowPoisson -
theorem
oscOn_Icc_whitney_le_mul_L_of_flatTop -
theorem
oscOn_Icc_whitney_le_div_c0_mul_L_of_poissonPlateau -
theorem
oscOn_Icc_whitney_le_div_c0Poisson_mul_L_of_poissonPlateau