A generic paper-Q-style modulus for Liu's finite weight #
This module first develops the generic non-strict integer convention
Q(N, w) = ∏ {r prime | r ≤ w and r ∤ N}. It then identifies the specialization
at w = ⌊N^(1/4 - ε/2)⌋ with Liu's source definition, whose membership condition
is the real inequality r ≤ N^(1/4 - ε/2).
The exact finite outer divisor sum from Liu's eqn-r0 is also assembled, with
its cutoff retained. No asymptotic estimate or subsequent maximum bound is
asserted.
Liu's source lower cutoff for the first prime in eqn-adef. This is
independent of the modulus-prime cutoff paperQSourceCutoff.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceZ10 N = ⌊↑N ^ (1 / 10)⌋₊
Instances For
Liu's source split point between the two primes in eqn-adef.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N = ⌊↑N ^ (1 / 3)⌋₊
Instances For
The floor cutoffs recover the three strict/non-strict real source
inequalities in eqn-adef.
The support condition and the strict N^(1/10) lower bound on p₁ imply
the corrected upper exponent p₂ ≤ N^(9/20).
All source-facing real consequences of an admissible pair at Liu's
N^(1/10) and N^(1/3) cutoffs. The final exponent is 9/20, not the
unsupported 4/10 printed in main.tex line 312.
The finite set of primes at most w which do not divide N.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStylePrimes N w = {r ∈ Finset.range (w + 1) | Nat.Prime r ∧ ¬r ∣ N}
Instances For
A generic paper-Q-style modulus with the non-strict integer convention
r ≤ w.
Equations
Instances For
The prime factors of a product over a finite prime set recover that set.
The generic modulus is nonzero because every factor is prime.
The prime-factor finset of the generic modulus is exactly its defining set.
The generic prime product is squarefree.
Exact finite arbitrary-model R₁ majorant for a divisor of the generic
modulus. The weight cutoff z remains independent of the modulus cutoff w.
Signed finite arbitrary-model R₁ bound for a divisor of the generic
modulus.
Proxy specialization. Exact finite R₁ majorant using ANT's historical
x / log x model. This is not a theorem about the paper's true li.
Proxy specialization. Signed finite R₁ bound using ANT's historical
x / log x model. Its type exhibits N, independent z,w,y, and the
hypothesis d ∣ Q(N,w).
The exact divisor index in Liu 2022, main.tex lines 296--300 (eqn-r0),
using the explicit non-strict paperQStyleModulus convention. In particular,
d = 1 is not removed.
Equations
Instances For
The finite outer non-coprime majorant with an arbitrary main-term model,
generic support cutoff X, and exact index d ∣ Q(N,w), d ≤ D.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleMainR1Majorant main N z w y D X = ∑ d ∈ MathlibNt.SieveTheory.LiuWeight.paperQStyleR1Divisors N w D, 3 ^ d.primeFactors.card * MathlibNt.SieveTheory.LiuWeight.liuMainNoncoprimeMajorant main N X d (N % d) (MathlibNt.SieveTheory.LiuWeight.liuWeight N z y)
Instances For
The corresponding finite outer signed sum for an arbitrary main-term model.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleMainR1SignedSum main N z w y D X = ∑ d ∈ MathlibNt.SieveTheory.LiuWeight.paperQStyleR1Divisors N w D, 3 ^ d.primeFactors.card * MathlibNt.SieveTheory.LiuWeight.liuMainNoncoprimeSum main N X d (N % d) (MathlibNt.SieveTheory.LiuWeight.liuWeight N z y)
Instances For
Exact outer arbitrary-model rewrite before every analytic estimate in Liu
2022 main.tex line 304.
Outer triangle bound for the arbitrary-model signed finite sum.
Source-facing Liu R₁ majorant with the paper scale fixed as X = N.
The function main remains abstract, so this definition does not identify the
paper's li with ANT's proxy.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleSourceR1Majorant main N z w y D = MathlibNt.SieveTheory.LiuWeight.paperQStyleMainR1Majorant main N z w y D N
Instances For
Source-facing signed Liu R₁ sum with X = N.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleSourceR1SignedSum main N z w y D = MathlibNt.SieveTheory.LiuWeight.paperQStyleMainR1SignedSum main N z w y D N
Instances For
Source-facing outer rewrite with X = N, matching the N in Liu's
eqn-delta-def and eqn-r0.
Source-facing outer triangle bound with X = N.
Reduction under a paper-li upper model #
An explicit upper model for a candidate paper logarithmic integral.
No identification with ANT's historical x / log x proxy is made.
Equations
Instances For
An admissible Liu pair has positive product.
Pointwise Liu-pair estimate under an explicit paper-li upper model.
The exact finite double reciprocal sum left after applying the paper-li upper model. No maximum, Euler product, or Mertens estimate is built into it.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleSourceR1ReciprocalSum N z w y D = ∑ d ∈ MathlibNt.SieveTheory.LiuWeight.paperQStyleR1Divisors N w D, 3 ^ d.primeFactors.card * ∑ p ∈ MathlibNt.SieveTheory.LiuWeight.liuWeightPairs N z y with p.1 * p.2 ≤ N ∧ p.1 ∣ d, 1 / (↑p.1 * ↑p.2 * ↑d.totient)
Instances For
The reciprocal sum over admissible Liu pairs whose first prime divides
d. The parameters z and y retain their independent source roles.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleR1PairReciprocalSum N z y d = ∑ p ∈ MathlibNt.SieveTheory.LiuWeight.liuWeightPairs N z y with p.1 * p.2 ≤ N ∧ p.1 ∣ d, 1 / (↑p.1 * ↑p.2)
Instances For
The exact outer p₁ index in Liu's nested source sum, including primality
and p₁ ∣ d.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceR1P₁Range N d = {p₁ ∈ Finset.range (N + 1) | Nat.Prime p₁ ∧ MathlibNt.SieveTheory.LiuWeight.liuSourceZ10 N < p₁ ∧ p₁ ≤ MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N ∧ p₁ ∣ d}
Instances For
The exact inner p₂ index in Liu's nested source sum. The root-free size
condition is exactly the square-root cutoff from eqn-adef.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceR1P₂Range N p₁ = {p₂ ∈ Finset.range (N + 1) | Nat.Prime p₂ ∧ MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N < p₂ ∧ p₁ * p₂ ^ 2 ≤ N}
Instances For
Liu's pair reciprocal sum written as an exact nested p₁,p₂ finite sum.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceR1NestedPairReciprocalSum N d = ∑ p₁ ∈ MathlibNt.SieveTheory.LiuWeight.liuSourceR1P₁Range N d, ∑ p₂ ∈ MathlibNt.SieveTheory.LiuWeight.liuSourceR1P₂Range N p₁, 1 / (↑p₁ * ↑p₂)
Instances For
Exact reindexing of the retained pair sum into Liu's nested source ranges.
The redundant p₁*p₂ ≤ N filter follows from the exact square-root condition.
The corrected rectangular source range: p₁ > N^(1/10) and
N^(1/3) < p₂ ≤ N^(9/20), with primality and p₁ ∣ d retained.
Equations
Instances For
The reciprocal sum over the corrected rectangular source range.
Equations
Instances For
Monotonicity from the exact nested source range to the corrected rectangle. No prime-reciprocal estimate or Mertens theorem is used.
The first-coordinate index in the corrected rectangular majorant.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceR1RectangularP₁Range N d = {p ∈ Finset.range (N + 1) | Nat.Prime p ∧ ↑N ^ (1 / 10) < ↑p ∧ p ∣ d}
Instances For
The corrected [1/3, 9/20] prime interval in the second coordinate.
Equations
Instances For
The reciprocal divisor-prime factor in the corrected rectangle.
Equations
Instances For
The reciprocal prime sum on the corrected [1/3, 9/20] interval.
Equations
Instances For
The finite corrected rectangle is exactly the product of its two coordinate indices.
Exact factorization of the corrected rectangular pair reciprocal sum.
The second-coordinate reciprocal interval sum is nonnegative.
A fixed global bound for the corrected [1/3, 9/20] reciprocal prime
interval, chosen from the verified Mertens theorem.
Equations
Instances For
The pointwise logarithmic gain from p > N^(1/10). The threshold N ≥ 2
is sufficient for every positivity and logarithmic division used here.
The logarithms of the selected distinct prime divisors sum to at most
log d. This uses their product dividing d, not a cardinality estimate.
Liu's source divisor cutoff D₂ = floor(N^(1/2)).
Equations
- MathlibNt.SieveTheory.LiuWeight.liuSourceD2 N = ⌊↑N ^ (1 / 2)⌋₊
Instances For
The first-coordinate reciprocal divisor sum has the concrete uniform
5 N^(-1/10) bound up to the source cutoff D₂.
The truncated divisor-weight sum from the exact R₁ index, including
d = 1 whenever 1 ≤ D.
Equations
Instances For
The full divisor-weight sum over all divisors of the generic paper-Q-style modulus.
Equations
Instances For
Exact factorization of the retained reciprocal sum into the divisor weight and the per-modulus pair reciprocal sum.
A transparent uniform upper bound for every per-modulus pair reciprocal sum in the exact truncated divisor index.
Equations
- MathlibNt.SieveTheory.LiuWeight.PaperQStyleR1PairUniformBound N z w y D M = (0 ≤ M ∧ ∀ d ∈ MathlibNt.SieveTheory.LiuWeight.paperQStyleR1Divisors N w D, MathlibNt.SieveTheory.LiuWeight.paperQStyleR1PairReciprocalSum N z y d ≤ M)
Instances For
Every per-modulus pair reciprocal sum is nonnegative.
At the frozen source cutoffs and D₂, every per-modulus pair sum is bounded
by 5 C₂ N^(-1/10).
A uniform per-modulus pair bound factors out of the exact reciprocal sum.
Source-facing Liu R₁ reduction under an explicit paper-li upper model.
The right side retains the exact finite divisor and pair sums.
The paper-li upper-model reduction combined with a transparent uniform bound for the exact per-modulus pair sums.
The paper-li majorant specialized to the verified source pair bound at
z = floor(N^(1/10)), y = floor(N^(1/3)), and
D₂ = floor(N^(1/2)).
Dropping the cutoff d ≤ D only enlarges the nonnegative divisor-weight
sum.
Exact squarefree Euler product for the full divisor-weight sum.
Liu 2022 main.tex line 194 prints p - 2 in this local factor. That is a
source typo: because Nat.totient p = p - 1 for prime p, the exact factor is
1 + 3 / (p - 1). No Mertens or asymptotic estimate is used here.
The corrected local divisor factor is bounded by the reciprocal cube of the
corresponding Mertens factor. This includes p = 2; primality supplies all
denominator positivity used in the proof.
For w ≤ N, enlarging from the primes defining the paper-Q-style modulus
to every prime at most N bounds the full divisor sum by the reciprocal cube
of the Mertens product.
A fixed positive choice of lower-bound constant for the Mertens product.
Equations
Instances For
The fixed divisor-weight constant obtained by cubing the reciprocal of the chosen Mertens lower-bound constant.
Equations
Instances For
The corrected full divisor weight is O((log N)^3), uniformly for
w ≤ N, with an explicit choice-defined constant and threshold N ≥ 3.
Conditional source endpoint. Assuming the supplied main satisfies the
explicit PaperLiUpperModel true-li boundary, the verified R1 layers give the
source majorant bound with the exact harmless constant 15 = 3 * 5.
This theorem does not instantiate main or identify it with ANT's proxy.
The finite outer non-coprime majorant from Liu 2022, main.tex lines
296--300, with Y = N, canonical residue N % d, and a generic support cutoff
X. This legacy declaration is the ANT x / log x proxy specialization, not
the paper's true-li layer.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleOuterR1Majorant N z w y D X = ∑ d ∈ MathlibNt.SieveTheory.LiuWeight.paperQStyleR1Divisors N w D, 3 ^ d.primeFactors.card * AnalyticNumberTheory.Sieve.panDistributionNoncoprimeMajorant N X d (N % d) (MathlibNt.SieveTheory.LiuWeight.liuWeight N z y)
Instances For
The corresponding finite outer signed non-coprime sum.
Equations
- MathlibNt.SieveTheory.LiuWeight.paperQStyleOuterR1SignedSum N z w y D X = ∑ d ∈ MathlibNt.SieveTheory.LiuWeight.paperQStyleR1Divisors N w D, 3 ^ d.primeFactors.card * AnalyticNumberTheory.Sieve.panDistributionNoncoprimeSum N X d (N % d) (MathlibNt.SieveTheory.LiuWeight.liuWeight N z y)
Instances For
The legacy outer majorant is exactly the ANT proxy specialization.
The legacy outer signed sum is exactly the ANT proxy specialization.
Proxy specialization. Exact outer rewrite with ANT's x / log x
compatibility model. It is not an identification with the paper's true li.
Proxy specialization. Outer triangle bound for the legacy signed finite
sum. This does not assert a true-li model or any estimate from lines 304--319.
The source-facing finite set in Liu main.tex line 219: primes satisfying
the real, non-strict cutoff p ≤ N^(1/4 - ε/2) and not dividing N. The range
bound is only a finite carrier; mem_liuPaperQPrimes exposes the source formula.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuPaperQPrimes N ε = {p ∈ Finset.range (MathlibNt.SieveTheory.LiuWeight.paperQSourceCutoff N ε + 1) | Nat.Prime p ∧ ¬p ∣ N ∧ ↑p ≤ ↑N ^ (1 / 4 - ε / 2)}
Instances For
Flooring the nonnegative real power loses no natural primes at the non-strict source cutoff.
Liu's source modulus Q, defined from the real cutoff in line 219.
Equations
Instances For
Liu's real-cutoff modulus is exactly the generic floor-cutoff modulus.
The fully source-specialized finite R₁ majorant, whose outer divisors use
the real-cutoff modulus liuPaperQModulus and whose weight lower cutoff remains
the distinct liuSourceZ10.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuPaperQSourceR1Majorant main N ε = ∑ d ∈ (MathlibNt.SieveTheory.LiuWeight.liuPaperQModulus N ε).divisors with d ≤ MathlibNt.SieveTheory.LiuWeight.liuSourceD2 N, 3 ^ d.primeFactors.card * MathlibNt.SieveTheory.LiuWeight.liuMainNoncoprimeMajorant main N N d (N % d) (MathlibNt.SieveTheory.LiuWeight.liuWeight N (MathlibNt.SieveTheory.LiuWeight.liuSourceZ10 N) (MathlibNt.SieveTheory.LiuWeight.liuSourceY3 N))
Instances For
The source-Q majorant is exactly the generic floor-cutoff specialization.
The floored source cube-root cutoff is no larger than N for N ≥ 1.
Conditional source-cutoff endpoint. For ε ≥ 0, the natural floored
paper cutoff meets both cutoff hypotheses of
paperQStyleSourceR1Majorant_le_log_square. The PaperLiUpperModel hypothesis
is retained explicitly; no unconditional R1 or true-li identification follows.