Documentation

MathlibNt.SieveTheory.Distribution.LiuPan.LiuPanCombinedAbelDeterministic

The deterministic term in Liu's aggregate Abel reduction #

The discrete Abel main term is an ordinary right Riemann sum for 1 / log. Above 2 monotonicity gives a uniform error. Below 2 the integral is kept explicit, so the singular contribution is not silently treated as an ordinary Riemann sum. Liu's product-cube support gives the exact O(N^(2/3)) indicator mass needed for a subsequent modulus average.

Exact telescoping formula for the discrete Abel main term.

Above the logarithmic singularity, the discrete Abel main term differs from the normalized logarithmic integral by a constant independent of x.

The rational source arguments use the same integer endpoint as Euclidean division. This keeps the singular x < 2 regime visibly separate from the ordinary Riemann-sum comparison above.

Mathlib's interval integral is zero when the interval crosses the non-integrable logarithmic singularity at 1.

On the integrable side of the singularity, the short integral grows at most logarithmically in the reciprocal distance from 1.

Below the endpoint 2, the discrete part is zero. The displayed integral is the only possible logarithmic singular contribution; no assertion of interval-integrability through 1 is being made.

A uniform formula for the error on x ≥ 0. The only growing term is the explicit logarithm of the reciprocal distance to the integrable side of the singularity at 1; on the non-integrable side Mathlib's integral is zero.

At rational source arguments the distance from the singularity is either zero/non-integrable or at least 1/a, giving a uniform logarithmic bound.

The uniform scalar error used for every source index a ≤ N.

Equations
Instances For

    Product-cube support turns the deterministic source sum into N^(2/3) times one logarithmic error factor.

    The bound is independent of both maximized variables.

    Uniformly in the Pan parameter B ≥ 0, the deterministic average has the sublinear scale N^(2/3) log(N)^7.

    theorem MathlibNt.SieveTheory.LiuWeight.eventually_liuMainPanAggregateInverseLogDeterministicBoundAt_source (kappa A : ) (_hA : 0 < A) :
    ∃ (C : ), 0 < C ∃ (N0 : ), ∀ (N : ), N0 N∀ (B : ), 0 BLiuMainPanAggregateInverseLogDeterministicBoundAt kappa N (liuWeight N (liuSourceZ10 N) (liuSourceY3 N)) A B C

    Every fixed logarithmic saving eventually dominates the deterministic N^(2/3) log(N)^7 scale, uniformly for all B ≥ 0.

    The unconditional deterministic estimate packages any aggregate psi source-family bound into the corrected two-component contract.