Documentation

LeanPool.ZetaZeros.MontgomeryTaylor.TestFunction

Properties of the extremal test function #

f_0 is even, vanishes off [-1/2, 1/2], has total mass one, and is measurable, bounded and continuous on its support. Every later step rests on these, and none mentions the functional.

f₀ is even. Immediate from cos being even and |-x| = |x|.

theorem ZetaZeros.extremalTest_eq_zero {x : } (hx : 1 / 2 < |x|) :

f₀ is supported in [-1/2, 1/2]: it vanishes outside.

theorem ZetaZeros.extremalTest_eqOn_uIcc :
Set.EqOn extremalTest (fun (x : ) => Real.cos (2 * x) / (2 * Real.sin (1 / 2))) (Set.uIcc (-1 / 2) (1 / 2))

On the closed interval [-1/2,1/2], extremalTest agrees with the continuous cos(√2 ·)/(√2 sin(1/√2)) (the jump of the indicator is strictly outside).

extremalTest is continuous on [-1/2,1/2].

extremalTest is interval-integrable on [-1/2,1/2].

extremalTest is bounded: |extremalTest x| ≤ C with C = (√2 sin(1/√2))⁻¹.

extremalTest is IntegrableOn any measurable set of finite measure.