Harmonic remainder in Liu's Selberg denominator #
This file isolates the elementary harmonic error in the exact denominator
convolution. All estimates are pointwise in the fixed even integer N.
The error left after replacing H_{⌊x/d⌋} by log x - log d.
Equations
Instances For
theorem
MathlibNt.SieveTheory.LiuWeight.liuHarmonicResidual_nonneg_le_one
{x d : ℕ}
(hd : d ∈ Finset.Icc 1 x)
:
The signed correction tail beyond x, written as an actual indicator family.
Equations
Instances For
The absolute correction tail beyond x, written as an actual indicator family.
Equations
Instances For
theorem
MathlibNt.SieveTheory.LiuWeight.summable_liuSelbergCorrectionTail
{N x : ℕ}
(hNeven : Even N)
(hN : 0 < N)
:
theorem
MathlibNt.SieveTheory.LiuWeight.summable_liuSelbergCorrectionAbsTail
{N x : ℕ}
(hNeven : Even N)
(hN : 0 < N)
:
theorem
MathlibNt.SieveTheory.LiuWeight.liuSelbergCorrection_sum_Icc_add_tail
{N x : ℕ}
(hNeven : Even N)
(hN : 0 < N)
:
∑ d ∈ Finset.Icc 1 x, (liuSelbergCorrection N) d + ∑' (d : ℕ), liuSelbergCorrectionTail N x d = ∑' (d : ℕ), (liuSelbergCorrection N) d
theorem
MathlibNt.SieveTheory.LiuWeight.liuSelbergArithmetic_sum_Icc_eq_log_main_add_remainders
{N x : ℕ}
(hNeven : Even N)
(hN : 0 < N)
:
∑ n ∈ Finset.Icc 1 x, liuSelbergArithmetic N n = Real.log ↑x * ∑' (d : ℕ), (liuSelbergCorrection N) d - Real.log ↑x * ∑' (d : ℕ), liuSelbergCorrectionTail N x d - ∑ d ∈ Finset.Icc 1 x, (liuSelbergCorrection N) d * Real.log ↑d + ∑ d ∈ Finset.Icc 1 x, (liuSelbergCorrection N) d * liuHarmonicResidual x d
Exact separation of the logarithmic main term, the signed correction tail, the logarithmic moment, and the elementary harmonic residual.
theorem
MathlibNt.SieveTheory.LiuWeight.abs_liuSelbergArithmetic_sum_Icc_sub_log_main_le
{N x : ℕ}
(hNeven : Even N)
(hN : 0 < N)
(_hx : 1 ≤ x)
:
A transparent fixed-N reduction of the finite Selberg denominator to
three explicit absolutely summable errors. No uniformity in N is asserted.