Elementary source closure for prime-AP partial summation #
This module discharges the higher-prime-power term by a literal finite support
count. It also records the minimal one-dimensional hypotheses needed for the
global PNT and Chebyshev-to-li sources. No AP or Bombieri--Vinogradov
conclusion is assumed in either source contract.
Nonprime support of Λ through N.
Equations
- AnalyticNumberTheory.LargeSieve.higherPrimePowerSupport N = {n ∈ Finset.range (N + 1) | ¬Nat.Prime n ∧ ArithmeticFunction.vonMangoldt n ≠ 0}
Instances For
A finite family containing every higher prime power through N: bases up
through √N, and exponents up through log₂ N.
Equations
- AnalyticNumberTheory.LargeSieve.higherPrimePowerEnvelope N = Finset.image (fun (pk : ℕ × ℕ) => pk.1 ^ (pk.2 + 2)) ((Finset.range (N.sqrt + 1)).product (Finset.range (N.log2 + 1)))
Instances For
The von Mangoldt coefficient through N has norm at most log N.
The explicit modulus-free majorant for the higher-prime-power correction.
Equations
Instances For
Summing the residue maximum over any initial modulus interval costs only its cardinality. In particular there is no hidden residue-class factor.
Literal Standard-BV-range specialization of the preceding elementary estimate.
Once the elementary scalar majorant fits in an N/log^A N budget, the
whole prime-power contribution on the genuine Standard-BV range fits in the
same budget. This theorem performs the finite q,residue,prefix bookkeeping;
its premise is purely one-dimensional.
The two genuinely global source terms left by partial summation: the
principal PNT prefix at modulus one, after Abel amplification, and the scalar
discrete-main-to-genuine-li discrepancy.
Equations
Instances For
Minimal source contract. It is a statement about one scalar sequence of
N, with one common eventual threshold. It mentions neither residue classes,
AP errors, characters, modulus ranges, nor a BV conclusion.
Equations
Instances For
The one-dimensional contract closes exactly the global source term in the partial-summation bridge, with no AP/BV assertion frozen into the hypothesis.