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 #
theorem
PrimitiveSetsAboveX.summable_normalizationSmallPrimePart_and_tsum_le
{x Y : ℕ}
(hx : 3 ≤ x)
:
(Summable fun (n : ℕ) => normalizationSmallPrimePart x Y n) ∧ ∑' (n : ℕ), normalizationSmallPrimePart x Y n ≤ (2 * ∑ q ∈ Finset.Ico 1 Y, ArithmeticFunction.vonMangoldt q / ↑q) / Real.log ↑x
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.