Documentation

AnalyticNumberTheory.Mertens.PartialSummation

Abel summation for prime reciprocal sums #

This finite identity is the bridge from effective Chebyshev-theta estimates to Mertens' second theorem. It deliberately contains no asymptotic claim.

The theta-error contribution to the positive-kernel Abel formula.

Equations
Instances For
    theorem AnalyticNumberTheory.Mertens.norm_integral_Ioi_le_div_log {f : } {x C : } (hx : 1 < x) (hbound : tSet.Ioi x, f t C * (t⁻¹ / Real.log t ^ 2)) :

    A reusable improper-integral tail estimate for the kernel that occurs in the Mertens error term.

    The theta-error kernel is locally integrable away from the logarithmic singularity.

    The theta-error kernel has the integrable decay required for the Mertens tail estimate.

    The constant in the Mertens reciprocal-prime asymptotic, expressed through the theta-error kernel.

    Equations
    Instances For

      The finite error integral differs from its limiting value by the negative improper tail.

      The theta-error kernel is integrable on every finite interval beginning at two.

      Splitting the theta term in the Abel integral into its identity main term and its theta-error term.

      The improper theta-error tail has the Mertens O(1 / log x) rate.

      Abel summation expresses the finite reciprocal-prime sum through the Chebyshev theta function.

      theorem AnalyticNumberTheory.Mertens.theta_abel_main_term {x : } (hx : 2 x) :
      x / (x * Real.log x) + (t : ) in 2..x, t * (Real.log t + 1) / (t * Real.log t) ^ 2 = Real.log (Real.log x) + (-Real.log (Real.log 2) + 1 / Real.log 2)

      The contribution of replacing theta by the identity in the positive-kernel Abel formula.

      Exact real-variable decomposition underlying Mertens' second theorem.

      Mertens' second theorem with an explicit O(1 / log x) error, on the real-variable bridge used by downstream arithmetic applications.

      Natural-number Big-O interface for Mertens' second theorem.

      Natural-number form of Mertens' second theorem, with the finite initial range absorbed into the uniform constant.

      Prime reciprocal sum over an interval: for 3 ≤ a ≤ b, Σ_{a ≤ p ≤ b} 1/p ≤ log(log b/log a) + E, with an explicit error from Mertens' second theorem. Subtracting the endpoint log log terms yields the ratio log b/log a.

      theorem AnalyticNumberTheory.Mertens.primeReciprocalSum_range_eq (a b : ) (ha : 1 a) (hab : a b) :
      pFinset.range (b + 1) with Nat.Prime p a p, 1 / p = primeReciprocalSum b - primeReciprocalSum (a - 1)

      Interval sum as a difference: Σ_{a ≤ p ≤ b} 1/p = primeReciprocalSum b - primeReciprocalSum (a-1).

      theorem AnalyticNumberTheory.Mertens.primeReciprocal_doubleSum_eq (A B : Finset ) :
      pA, qB, 1 / (p * q) = (∑ pA, 1 / p) * qB, 1 / q

      Double reciprocal sum factorization (Fubini): Σ_{p,q} 1/(pq) = (Σ_p 1/p)(Σ_q 1/q).

      theorem AnalyticNumberTheory.Mertens.primeReciprocal_doubleSum_le :
      ∃ (E : ), 0 < E ∀ (a b c : ), 3 aa bb cp₁Finset.range (b + 1) with Nat.Prime p₁ a p₁, p₂Finset.range (c + 1) with Nat.Prime p₂ b p₂, 1 / (p₁ * p₂) (Real.log (Real.log b / Real.log a) + E) * (Real.log (Real.log c / Real.log b) + E)

      Double reciprocal sum bound: for 3 ≤ a ≤ b ≤ c, Σ_{a ≤ p₁ ≤ b} Σ_{b ≤ p₂ ≤ c} 1/(p₁p₂) ≤ (log(log b/log a) + E)·(log(log c/log b) + E), where E comes from the explicit error in Mertens' second theorem.