Discrete partial summation from Chebyshev AP errors to prime AP errors #
This module is deliberately downstream of the proved finite character orthogonality module. It does not assume a Bombieri--Vinogradov conclusion. The only separately packaged source term is the scalar comparison between the discrete Abel main term and the genuine logarithmic integral.
Inclusive partial sum through y.
Equations
- AnalyticNumberTheory.LargeSieve.realPrefix c y = ∑ n ∈ Finset.range (y + 1), c n
Instances For
Finite discrete Abel summation, including both endpoints.
The Chebyshev theta-prefix (primes only, weighted by log p).
Equations
Instances For
Multiplication by 1 / log p removes the prime logarithmic weight.
Prime counting is the finite sum of the ordinary AP indicators.
Exact discrete Abel formula for prime counting. The terms at 0 and 1
vanish because there are no primes there; no singular logarithm is evaluated.
The deterministic main term obtained by applying the same finite Abel
operator to the Chebyshev main prefix y.
Equations
Instances For
The total variation of the finite Abel operator. Keeping this exact finite
quantity makes the estimates valid also at y = 0,1,2.
Equations
Instances For
Theta error in one reduced residue class.
Equations
Instances For
Exact higher-prime-power correction between ψ (the von Mangoldt prefix)
and θ (the sum of log p over primes).
Equations
Instances For
The correction is exactly what must be removed from the von Mangoldt prefix to leave the prime-only logarithmic weight.
The correction has the promised arithmetic content: it is precisely the
von Mangoldt mass on non-primes in the residue class (hence, by the support of
Λ, on higher prime powers).
Pointwise conversion of a ψ AP error into a θ AP error, paying the
higher-prime-power correction explicitly.
The genuine-li source discrepancy. This is a one-dimensional global source term, independent of the modulus and residue; no AP conclusion is hidden in it.
Equations
Instances For
Absolute-value estimate for the finite Abel operator under a uniform prefix bound. This is the discrete partial-summation inequality used below.
The largest theta-prefix error for one residue through N.
Equations
- AnalyticNumberTheory.LargeSieve.thetaAPResiduePrefixMaxError N q a = (Finset.image (fun (y : ℕ) => |AnalyticNumberTheory.LargeSieve.thetaAPMainError y q a|) (Finset.range (N + 1))).max' ⋯
Instances For
Exact pointwise discrete partial-summation bound before taking maxima.
Prefix maximum of the explicit higher-prime-power correction.
Equations
- AnalyticNumberTheory.LargeSieve.lambdaPrimePowerCorrectionPrefixMaxError N q = (insert 0 (Finset.image (fun (p : ℕ × ℕ) => ‖AnalyticNumberTheory.LargeSieve.lambdaPrimePowerCorrection p.1 q p.2‖) ((Finset.range (N + 1)).product (AnalyticNumberTheory.Sieve.unitResidues q)))).max' ⋯
Instances For
Prefix maximum of the total variation of the Abel kernel.
Equations
Instances For
Prefix maximum of the one-dimensional genuine-li source discrepancy.
Equations
Instances For
Uniform theta-prefix control obtained from all von Mangoldt AP prefixes and the explicit higher-prime-power correction.
Pointwise prime-AP error controlled uniformly by the lambda AP prefix maximum, prime powers, and the scalar genuine-li source term.
Lambda-to-prime AP prefix-max bridge. This is the requested finite
partial-summation conclusion, connected literally to
standardPrimeAPPrefixMaxError. It assumes no BV/AP prime-counting theorem.
Composition with the already-proved principal/nonprincipal character majorant. In particular the global/principal Chebyshev error remains visible and is not silently charged to the nonprincipal characters.