Documentation

MathlibNt.AnalyticNumberTheory.Chen1973.Chen1973Lemma6Equation21KernelTailBound

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_complexKernel_tail_bound {a t σ : } (ha : 0 < a) (ht : 0 < t) (N : ) :
1 / ((σ + t * Complex.I) * (1 + (σ + t * Complex.I) / a) ^ N) a ^ N / t ^ (N + 1)

Imaginary-part bounds retain the full true high-tail exponent.

The genuine production kernel inherits the lossless high-tail estimate.

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_weightedKernel_tail_bound {x : } (hx : 1 < x) {d t σ : } (hd : 1 d) (ht : chen1973PerronScale x t) (r : ) :
chen1973MellinKernel (↑x) (σ + t * Complex.I) * (1 + Real.log (d * (1 + t))) ^ r chen1973PerronScale x ^ (chen1973PerronOrder x + 1) / t ^ (chen1973PerronOrder x + 2) * (1 + Real.log (d * (1 + chen1973PerronScale x)) + Real.log (t / chen1973PerronScale x)) ^ r

Polynomial logarithmic weight on the actual production kernel's high tail.

theorem AnalyticNumberTheory.LargeSieve.chen1973Lemma6_eq21_weightedKernel_tail_integrable_and_bound {x : } (hx : 1 < x) {d σ : } (hd : 1 d) (r : ) :
have a := chen1973PerronScale x; have N := chen1973PerronOrder x + 1; have D := 1 + Real.log (d * (1 + a)); have f := fun (t : ) => chen1973MellinKernel (↑x) (σ + t * Complex.I) * (1 + Real.log (d * (1 + t))) ^ r; MeasureTheory.IntegrableOn f (Set.Ioi a) MeasureTheory.volume (t : ) in Set.Ioi a, f t jFinset.range (r + 1), (r.choose j) * D ^ (r - j) * (j.factorial / N ^ (j + 1))

The actual weighted Mellin kernel is integrable on its high tail, with an explicit budget from the exact logarithmic moments. No integrability input or zero-free/logarithmic-derivative premise is used in this kernel theorem.