Documentation

LeanPool.Erdos1196.NormalizationSmallPrime

Small-prime bounds for the normalization constant #

This file isolates the contribution to B_x coming from divisors q < Y. Its main theorem shows that this part is summable and contributes only O(1 / log x) for fixed Y.

Main statements #

The natural-number kernel in the small-prime tail.

Equations
Instances For
    noncomputable def PrimitiveSetsAboveX.smallPrimeKernel (q : ) (t : ) :

    The corresponding real-variable kernel used for integral comparison.

    Equations
    Instances For
      theorem PrimitiveSetsAboveX.sum_range_smallPrimeTail_le_two_inv_log {x q N : } (hx : 3 x) (hq : 0 < q) :
      (∑ mFinset.range N, if x ⌈/⌉ q m then smallPrimeTailTerm q m else 0) 2 / Real.log x

      Every finite prefix of the small-prime tail is bounded by 2 / log x once x ≥ 3. This is the monotone integral comparison specialized to the exact cutoff x ⌈/⌉ q.

      For x ≥ 3, the small-prime contribution to B_x is summable, and its total mass is bounded by an explicit O(1 / log x) term depending only on the fixed cutoff Y.