Structured Type-I coefficient energy for Vaughan's identity #
This module opens the two divisor/convolution sums inside vaughanTypeICoeff.
The resulting finite majorant records the outer truncated-divisor multiplicity,
the logarithmic first convolution, and the complete inner truncated-divisor
multiplicity of the middle convolution. Thus the Type-I lane is not discharged
by treating vaughanTypeICoeff as an opaque sequence.
The explicit Cauchy energy of the truncated μ * log convolution.
Equations
Instances For
The explicit nested Cauchy energy of the truncated μ * Λ convolution.
The inner divisor cardinality is retained separately for every outer divisor.
Equations
Instances For
The pointwise structured Type-I budget. The factor 2 is exactly the
loss in (A-B)^2 ≤ 2(A^2+B^2).
Equations
Instances For
Genuine Type-I pointwise estimate, obtained by expanding both divisor convolutions rather than applying a norm estimate to the already-packaged coefficient.
A coarser version of the structured energy in which the two truncated
cardinalities are replaced by the literal cutoff factors u+1 and v+1.
The divisor sums themselves (and hence every logarithmic/Λ factor) remain
visible.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeICutoffEnergy n u v = 2 * (↑(u + 1) * ∑ d ∈ n.divisors with d ≤ u, (↑(ArithmeticFunction.moebius d) * Real.log ↑(n / d)) ^ 2 + ↑(u + 1) * ∑ d ∈ n.divisors with d ≤ u, ↑(v + 1) * ∑ e ∈ (n / d).divisors with e ≤ v, (↑(ArithmeticFunction.moebius d) * ArithmeticFunction.vonMangoldt e) ^ 2)
Instances For
The finite ℓ² Type-I coefficient energy on [1,N], with N, both
cutoffs, all logarithms, and both divisor multiplicities explicit.
Fully explicit cutoff-factor form of the finite Type-I energy bound.
The weighted prefix large-sieve ledger with the Type-I lane replaced by its genuine divisor/convolution energy. The Type-II and small lanes remain visible as the next independent fronts.