Documentation

MathlibNt.AnalyticNumberTheory.Chen1973.Chen1973Lemma6Equation21LogTailMoments

Exact logarithmic moments for the true equation-(21) Mellin tail #

This file proves the positive-ray moments and their finite binomial sum. It does not assume or prove a logarithmic-derivative bound. Integrability is established by Gamma convergence and change of variables, not totalization.

Gamma moment used to prove the true Mellin tail integrable before evaluating it.

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_expMoment_integral (N j : ) (hN : 0 < N) :
(w : ) in Set.Ioi 0, w ^ j * Real.exp (-(N * w)) = j.factorial / N ^ (j + 1)

Logarithmic tail moment on the unit ray.

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_logTail_integral (N j : ) (hN : 0 < N) :
(v : ) in Set.Ioi 1, Real.log v ^ j / v ^ (N + 1) = j.factorial / N ^ (j + 1)

Scale cancellation in the true high-tail moment, including integrability.

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_scaledLogTail_integral {a : } (ha : 0 < a) (N j : ) (hN : 0 < N) :
(t : ) in Set.Ioi a, a ^ N / t ^ (N + 1) * Real.log (t / a) ^ j = j.factorial / N ^ (j + 1)
theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_shiftedLogTail_integrable {a : } (ha : 0 < a) (D : ) (N r : ) (hN : 0 < N) :
MeasureTheory.IntegrableOn (fun (t : ) => a ^ N / t ^ (N + 1) * (D + Real.log (t / a)) ^ r) (Set.Ioi a) MeasureTheory.volume

Arbitrary polynomial logarithmic growth remains integrable in the true tail.

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_shiftedLogTail_integral {a : } (ha : 0 < a) (D : ) (N r : ) (hN : 0 < N) :
(t : ) in Set.Ioi a, a ^ N / t ^ (N + 1) * (D + Real.log (t / a)) ^ r = jFinset.range (r + 1), (r.choose j) * D ^ (r - j) * (j.factorial / N ^ (j + 1))

Exact full high-tail budget, with the scale cancelling and no radial loss.