Auxiliary tail lemmas for primitive sets above x #
This file contains the standalone calculus lemmas reused in the proof of tailEstimate.
Its main output is a small API for the model kernels 1 / (t log(ct)^2) and
2 / (t log(ct)^3): each kernel is integrable on an admissible tail, and its tail integral can
be computed exactly.
Main statements #
theorem
PrimitiveSetsAboveX.integrableOn_Ioi_inv_log_sq
{c y : ℝ}
(hc : 0 < c)
(hy : 1 < c * y)
:
MeasureTheory.IntegrableOn (fun (t : ℝ) => 1 / (t * Real.log (c * t) ^ 2)) (Set.Ioi y) MeasureTheory.volume
The logarithmic kernel 1 / (t log(ct)^2) is integrable on every admissible tail.
theorem
PrimitiveSetsAboveX.integrableOn_Ioi_two_inv_log_cube
{c y : ℝ}
(hc : 0 < c)
(hy : 1 < c * y)
:
MeasureTheory.IntegrableOn (fun (t : ℝ) => 2 / (t * Real.log (c * t) ^ 3)) (Set.Ioi y) MeasureTheory.volume
The cubic logarithmic kernel 2 / (t log(ct)^3) is integrable on every admissible tail.