Pointwise envelopes for the literal Liu main term. The additive normalization κ is unrestricted; no distribution hypothesis is introduced.
The fixed coefficient costs only the lower endpoint log 2.
Equations
Instances For
theorem
MathlibNt.SieveTheory.LiuWeight.sum_liuWeight_div_finset_le_one_add_log
(N : ℕ)
(S : Finset ℕ)
:
Any finite window can be enlarged to the mother sum, even above N.
theorem
MathlibNt.SieveTheory.LiuWeight.abs_liuPanLi_mainTerm_finset_le
(κ : ℝ)
(N q : ℕ)
(S : Finset ℕ)
:
|∑ a ∈ S, liuWeight N (liuSourceZ10 N) (liuSourceY3 N) a * liuLogarithmicIntegral κ (↑N / ↑a) / ↑q.totient| ≤ liuPanLiEnvelopeConstant κ * ↑N * (1 + Real.log ↑N) / ↑q.totient
Whole-sum absolute value, literal genuine Liκ, and original totient divisor.
theorem
MathlibNt.SieveTheory.LiuWeight.abs_liuPanLi_mainTerm_Ioc_le
(κ : ℝ)
(N q A₁ A₂ : ℕ)
:
|∑ a ∈ Finset.Ioc A₁ A₂ with a.Coprime q,
liuWeight N (liuSourceZ10 N) (liuSourceY3 N) a * liuLogarithmicIntegral κ (↑N / ↑a) / ↑q.totient| ≤ liuPanLiEnvelopeConstant κ * ↑N * (1 + Real.log ↑N) / ↑q.totient
Uniform interval version, with no upper restriction on A₂.
The constant is selected before all endpoints and moduli.
The extra reciprocal-totient payment is independent of N, q and the window.
Equations
Instances For
theorem
MathlibNt.SieveTheory.LiuWeight.modulus_mul_abs_liuPanLi_mainTerm_finset_le
(κ : ℝ)
{N q : ℕ}
(hN : 2 ≤ N)
(hq : 0 < q)
(hqN : q ≤ N)
(S : Finset ℕ)
:
↑q * |∑ a ∈ S, liuWeight N (liuSourceZ10 N) (liuSourceY3 N) a * liuLogarithmicIntegral κ (↑N / ↑a) / ↑q.totient| ≤ liuPanLiModulusEnvelopeConstant κ * ↑N * (1 + Real.log ↑N) ^ 2
Multiplication by q costs at most a second logarithm for 0 < q ≤ N.
theorem
MathlibNt.SieveTheory.LiuWeight.modulus_mul_abs_liuPanLi_mainTerm_Ioc_le
(κ : ℝ)
{N q : ℕ}
(hN : 2 ≤ N)
(hq : 0 < q)
(hqN : q ≤ N)
(A₁ A₂ : ℕ)
:
↑q * |∑ a ∈ Finset.Ioc A₁ A₂ with a.Coprime q,
liuWeight N (liuSourceZ10 N) (liuSourceY3 N) a * liuLogarithmicIntegral κ (↑N / ↑a) / ↑q.totient| ≤ liuPanLiModulusEnvelopeConstant κ * ↑N * (1 + Real.log ↑N) ^ 2
Coprime interval specialization, still with no upper restriction on A₂.
Quantifier order suitable for the later actual interval-maximal error bound.