Documentation

AnalyticNumberTheory.Mertens.PrimeAbel

Abel summation for the reciprocal-prime Dirichlet series #

This file packages the general LSeries_eq_mul_integral_of_nonneg theorem for the coefficient sequence which is 1 / p at primes and zero elsewhere. Its partial sums are exactly primeReciprocalSum, so the resulting integral is a direct Abel/Mellin bridge for Mertens' second theorem.

The reciprocal-prime coefficient sequence, extended by zero away from primes.

Equations
Instances For

    Expanding the L-series shows explicitly that its exponent is shifted by one: at s = ε this is the prime Dirichlet sum ∑ p, p ^ (-(1 + ε)).

    The partial sums of primeReciprocalCoeff are the finite reciprocal-prime sums.

    The reciprocal-prime sum is bounded by the corresponding harmonic sum.

    A coarse unconditional growth bound, sufficient for the half-plane 1 < re s.

    The reciprocal-prime sum grows more slowly than every positive real power. This elementary estimate extends the Abel bridge to Re(s) > 0.

    theorem AnalyticNumberTheory.Mertens.primeReciprocalLSeries_eq_mul_integral {r : } (hr : 0 r) {s : } (hs : r < s.re) (hO : primeReciprocalSum =O[Filter.atTop] fun (n : ) => n ^ r) :
    LSeries (fun (n : ) => (primeReciprocalCoeff n)) s = s * (t : ) in Set.Ioi 1, (primeReciprocalSum t⌋₊) * t ^ (-(s + 1))

    An Abel/Mellin representation of the reciprocal-prime L-series. The explicit growth hypothesis is deliberately separated from the analytic identity: any subsequent bound for primeReciprocalSum can be inserted here without changing the bridge.

    theorem AnalyticNumberTheory.Mertens.primeDirichletSum_eq_mul_integral {r : } (hr : 0 r) {s : } (hs : r < s.re) (hO : primeReciprocalSum =O[Filter.atTop] fun (n : ) => n ^ r) :
    (∑' (n : ), if Nat.Prime n then n ^ (-(1 + s)) else 0) = s * (t : ) in Set.Ioi 1, (primeReciprocalSum t⌋₊) * t ^ (-(s + 1))

    The Abel/Mellin bridge written directly as a prime Dirichlet sum at exponent 1 + s.

    theorem AnalyticNumberTheory.Mertens.primeDirichletSum_eq_mul_integral_of_pos (ε : ) ( : 0 < ε) :
    (∑' (n : ), if Nat.Prime n then n ^ (-(1 + ε)) else 0) = ε * (t : ) in Set.Ioi 1, (primeReciprocalSum t⌋₊) * t ^ (-(ε + 1))

    The prime Dirichlet Abel formula in the full range needed at the pole: every positive real displacement ε from s = 1.

    theorem AnalyticNumberTheory.Mertens.realPrimeDirichletSum_eq_mul_integral_of_pos (ε : ) ( : 0 < ε) :
    (∑' (p : Nat.Primes), p ^ (-(1 + ε))) = ε * (t : ) in Set.Ioi 1, (primeReciprocalSum t⌋₊) * t ^ (-(ε + 1))

    Real prime-indexed form of the positive-displacement Abel formula.

    An unconditional specialization of the Abel/Mellin bridge. Its coarse growth proof only gives 1 < re s; sharper Mertens bounds can instead be supplied to primeReciprocalLSeries_eq_mul_integral to reach every positive real part.