Liu's genuine logarithmic-integral weight sum #
This module reindexes the finite characteristic weight by its unique prime-pair
representation and separates Liu's printed reciprocal-log estimate from the
comparison between the genuine logarithmic integral and x / log x.
The weighted main-model sum in Liu's factored M₁.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuWeightMainSum main N = ∑ a ∈ Finset.range (N + 1), MathlibNt.SieveTheory.LiuWeight.liuWeight N (MathlibNt.SieveTheory.LiuWeight.liuSourceZ10 N) (MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N) a * main (↑N / ↑a)
Instances For
Exact finite reindexing of Liu's characteristic weight by its unique admissible ordered prime pair.
The reciprocal-log sum printed in Liu's lm-mt, with every quotient taken
in ℝ.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceReciprocalLogSum N = ∑ p ∈ MathlibNt.SieveTheory.LiuWeight.liuWeightPairs N (MathlibNt.SieveTheory.LiuWeight.liuSourceZ10 N) (MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N), 1 / (↑p.1 * ↑p.2 * Real.log (↑N / (↑p.1 * ↑p.2)))
Instances For
Transparent statement of the source estimate
∑ f(a)/(a log(N/a)) ≤ 0.49254/log N.
Equations
Instances For
The x / log x proxy weight sum is exactly N times Liu's
reciprocal-log sum.
Liu's reciprocal-log estimate gives the printed proxy main-sum bound without any natural-number division.
The genuine-logarithmic-integral weighted-sum estimate needed for Liu's
M₁.
Equations
- MathlibNt.SieveTheory.LiuWeight.LiuGenuineLiWeightMainSumBound kappa K N = (0 ≤ MathlibNt.SieveTheory.LiuWeight.liuWeightMainSum (MathlibNt.SieveTheory.LiuWeight.liuLogarithmicIntegral kappa) N ∧ MathlibNt.SieveTheory.LiuWeight.liuWeightMainSum (MathlibNt.SieveTheory.LiuWeight.liuLogarithmicIntegral kappa) N ≤ K * ↑N / Real.log ↑N)
Instances For
The exact summed correction from replacing the source proxy by the genuine logarithmic integral.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuGenuineLiRemainderSum kappa N = ∑ p ∈ MathlibNt.SieveTheory.LiuWeight.liuWeightPairs N (MathlibNt.SieveTheory.LiuWeight.liuSourceZ10 N) (MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N), MathlibNt.SieveTheory.LiuWeight.liuLogarithmicIntegralRemainder kappa (↑N / (↑p.1 * ↑p.2))
Instances For
A fixed Mertens bound for the first prime coordinate of Liu's pairs.
Equations
Instances For
The chosen constant uniformly bounds the first-coordinate reciprocal mass.
The first-coordinate reciprocal mass is nonnegative.
The uniform first-coordinate Mertens bound is nonnegative.
The reciprocal mass of the exact Liu pair set.
Equations
Instances For
The exact pair reciprocal mass is uniformly bounded by the two Mertens constants.
The genuine-minus-proxy remainder is eventually bounded by x / log(x)^2.
The additive normalization is absorbed using log(x)^2 = o(x).
The pair logarithm lower bound converts the pointwise remainder estimate to
an N / (p₁ p₂ log(N)^2) estimate.
The pointwise pair majorant factors through the exact reciprocal pair mass.
Exact decomposition of the genuine weight sum into the source proxy and its summed logarithmic-integral correction.
The sole analytic correction estimate needed after exact reindexing.
Equations
- MathlibNt.SieveTheory.LiuWeight.LiuGenuineLiRemainderSumBound kappa eta N = (|MathlibNt.SieveTheory.LiuWeight.liuGenuineLiRemainderSum kappa N| ≤ eta * ↑N / Real.log ↑N)
Instances For
Eventual o(N/log N) form of the sole remaining correction estimate.
Equations
- MathlibNt.SieveTheory.LiuWeight.LiuGenuineLiRemainderSumIsLittleO kappa = ∀ (eta : ℝ), 0 < eta → ∃ (N₀ : ℕ), ∀ (N : ℕ), N₀ ≤ N → MathlibNt.SieveTheory.LiuWeight.LiuGenuineLiRemainderSumBound kappa eta N
Instances For
The summed genuine-logarithmic-integral correction is o(N / log N).
Under kappa ≥ 0, every summand in the genuine weight sum is
nonnegative.
The source 0.49254 estimate and one precise remainder-sum bound imply the
genuine logarithmic-integral estimate.
For a nonnegative normalization, Liu's printed reciprocal-log estimate eventually implies the genuine logarithmic-integral weight-sum bound.