Main-parametric Pan consumption for Liu's coprime majorant #
This module defines the fixed-parameter Pan objects for an arbitrary main-term
model and proves the finite structural implication needed by Liu's coprime
eqn-r lane. It does not assert the analytic Pan mean-value theorem.
The residue maximum uses the live ANT unitResidues convention. In particular,
the unique canonical residue modulo 1 is 0.
Main-parametric finite Pan objects #
Exact change in a scaled AP error when only the additive normalization of the logarithmic integral is changed.
The unrestricted Pan inner sum for an arbitrary main-term model.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanInnerSum main Y X q l f = ∑ a ∈ Finset.range (X + 1), f a * MathlibNt.SieveTheory.LiuWeight.liuScaledAPError main Y a q l
Instances For
The coprime Pan inner sum for an arbitrary main-term model.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanCoprimeSum main Y X q l f = ∑ a ∈ Finset.range (X + 1), if a.Coprime q then f a * MathlibNt.SieveTheory.LiuWeight.liuScaledAPError main Y a q l else 0
Instances For
The source-interval version of the coprime Pan sum, with Pan's convention
A₁ < a ≤ A₂.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanCoprimeIntervalSum main Y A₁ A₂ q l f = ∑ a ∈ Finset.Ioc A₁ A₂, if a.Coprime q then f a * MathlibNt.SieveTheory.LiuWeight.liuScaledAPError main Y a q l else 0
Instances For
Zero extension from a Pan source interval to the ambient finite range does not alter the coprime aggregate. This is the finite support bridge required before applying Corollary (2.30).
The maximum of the absolute coprime inner sum over canonical reduced
residues modulo q. The value at q = 0 is 0, while q = 1 uses residue
0.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanMaxL main Y X q f = if h : (AnalyticNumberTheory.Sieve.unitResidues q).Nonempty then (Finset.image (fun (l : ℕ) => |MathlibNt.SieveTheory.LiuWeight.liuMainPanCoprimeSum main Y X q l f|) (AnalyticNumberTheory.Sieve.unitResidues q)).max' ⋯ else 0
Instances For
The maximum of liuMainPanMaxL over source parameters Y ≤ N.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanMaxY main X q N f = (Finset.image (fun (Y : ℕ) => MathlibNt.SieveTheory.LiuWeight.liuMainPanMaxL main Y X q f) (Finset.range (N + 1))).max' ⋯
Instances For
Liu's source cutoff is eventually contained in Pan's modulus range.
Existential threshold form of the eventual Liu-to-Pan cutoff inclusion.
The fixed-N main-parametric Pan weighted sum.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanWeightedSum main N f B = ∑ q ∈ Finset.range (MathlibNt.SieveTheory.LiuWeight.panModulusCutoff N B + 1), ↑(ArithmeticFunction.moebius q) ^ 2 * 3 ^ q.primeFactors.card * MathlibNt.SieveTheory.LiuWeight.liuMainPanMaxY main N q N f
Instances For
The endpoint-only weighted sum at Y = N. This is the exact prefix needed
by Liu's source-Q consumer and avoids strengthening Pan--Ding--Wang's source
interval hypotheses to every small prefix.
Equations
- MathlibNt.SieveTheory.LiuWeight.liuMainPanEndpointWeightedSum main N f B = ∑ q ∈ Finset.range (MathlibNt.SieveTheory.LiuWeight.panModulusCutoff N B + 1), ↑(ArithmeticFunction.moebius q) ^ 2 * 3 ^ q.primeFactors.card * MathlibNt.SieveTheory.LiuWeight.liuMainPanMaxL main N N q f
Instances For
Fixed-N endpoint form of the weighted Pan mean-value inequality.
Equations
- MathlibNt.SieveTheory.LiuWeight.LiuMainPanEndpointMeanValueAt main N f A B C = (MathlibNt.SieveTheory.LiuWeight.liuMainPanEndpointWeightedSum main N f B ≤ C * ↑N / Real.log ↑N ^ A)
Instances For
A transparent fixed-N instance of the main-parametric Pan mean-value
inequality. This is a predicate for consuming an analytic input, not a proof of
that input.
Equations
- MathlibNt.SieveTheory.LiuWeight.LiuMainPanMeanValueAt main N f A B C = (MathlibNt.SieveTheory.LiuWeight.liuMainPanWeightedSum main N f B ≤ C * ↑N / Real.log ↑N ^ A)
Instances For
Proxy compatibility #
Proxy compatibility. The unrestricted object specializes to ANT's
historical x / log x finite sum. This is not a true-li statement.
Proxy compatibility. The coprime object specializes to ANT's historical
x / log x finite sum. This is not a true-li statement.
Proxy compatibility. The canonical-residue maximum specializes
definitionally to ANT's live panMaxL.
Proxy compatibility. The source-parameter maximum specializes
definitionally to ANT's live panMaxY.
Proxy compatibility. The fixed weighted sum specializes to the finite
left side occurring in ANT's PanMeanValueUniform.
Proxy compatibility. This is only a fixed-N restatement of ANT's
historical proxy finite inequality, not an analytic theorem.
Finite consumption bridge #
A canonical reduced residue is bounded by the residue maximum at the same endpoint.
A canonical reduced residue and a source parameter in range are bounded by the two nested Pan maxima.
The source-faithful endpoint structural bridge: Pan's weighted estimate at
Y = N already controls the only prefix used by Liu's source-Q coprime
majorant. No maximum over unsupported small prefixes is needed.
The exact structural consumption bridge: a fixed-N, main-parametric Pan
mean-value inequality controls Liu's source-Q coprime majorant whenever its
source divisor cutoff is inside the Pan modulus cutoff.
The genuine logarithmic-integral specialization retains both the analytic
fixed-N Pan predicate and the cutoff inclusion as explicit hypotheses.
Beyond a threshold depending only on ε and B, the true logarithmic-
integral coprime bound requires only the fixed-N Pan mean-value input.
Changing only the additive normalization of the genuine logarithmic integral costs the source mass times the full paper-Q divisor weight.
Explicit finite N^(2/3) log^3 N normalization-loss bound.
Any fixed multiple of N^(2/3) log^3 N is eventually absorbed by
N / log^A N, for an arbitrary fixed real logarithmic exponent A.
The additive-normalization loss in the aggregate coprime Pan majorant is eventually absorbable into any prescribed inverse logarithmic power.
Consequently, an eventual inverse-log bound for one additive normalization
transfers to every other normalization, at the cost of adding 1 to the fixed
constant.