Documentation

LeanPool.ZetaZeros.MontgomeryTaylor.Reduction

Reducing the functional to a single integral against G #

Q_0 0 is the integral of f_0 squared and the moment term is the double integral of |u - v| f_0 u f_0 v; added, they are the integral of f_0 against G.

The self-convolution restricted to the support interval.

Part (I): Q₀(0) = ∫_{-1/2}^{1/2} f₀(u)² du.

theorem ZetaZeros.inner_reduce {t : } (ht : |t| 1 / 2) :
(α : ) in 0..1, α * extremalTest (α - t) = (β : ) in -1 / 2..1 / 2, max (β + t) 0 * extremalTest β

Inner reduction: substituting β = α - t and using the support of extremalTest, α in 0..1, α · f₀(α - t) = ∫ β in -1/2..1/2, max(β+t, 0) · f₀(β) for |t| ≤ 1/2.

theorem ZetaZeros.step1_double :
2 * (α : ) in 0..1, α * extremalSelfConv α = (u : ) in -1 / 2..1 / 2, extremalTest u * (v : ) in -1 / 2..1 / 2, |u - v| * extremalTest v

Part (II): 2 ∫₀¹ α Q₀(α) dα = ∫∫ |u-v| f₀(u) f₀(v).