Interval integrability of linear phases
ProvedVino.intervalIntegrable_eanalytic-number-theorycircle-methodnumber-theory
For every real and all , the function is interval integrable on .
Every integrand appearing in the circle method is, after expanding the generating function, a finite linear combination of such pure phases; this lemma is what allows the integral to be exchanged with those finite sums.
Preamble
import Definitions.Def_CircleMethod_char import Mathlib.Analysis.SpecialFunctions.Integrals.Basic open Finset
Formal statement
namespace Vino
theorem intervalIntegrable_e (m : ℝ) (a b : ℝ) :
IntervalIntegrable (fun α : ℝ => CircleMethod.e (m * α)) MeasureTheory.volume a b := by sorry
end VinoSource
R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge Tracts in Mathematics 125, Cambridge University Press, 1997, Section 1.1.