Actual hyperbolic decomposition of the direct Vaughan Type-II mean #
The prefix cutoff in Vaughan Type II is the genuine hyperbola d * e * m ≤ y.
This file does not replace it by a rowwise square estimate. Instead it first
partitions the two divisor variables into the canonical dyadic rectangles, then
takes the finite maximum of each resulting collected (d,t=e*m) prefix over the
original prefix endpoint y. Rectangles whose lower dyadic corner lies above
N are proved identically zero and removed before the direct mean is summed.
Canonical rectangles which can meet the hyperbola d*e*m ≤ N (m ≥ 1).
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIIActiveCanonicalRectangles N u v = {kl ∈ AnalyticNumberTheory.LargeSieve.vaughanCanonicalDyadicRectangles N u v | 2 ^ kl.1 * 2 ^ kl.2 ≤ N}
Instances For
The actual maximal collected-prefix square on one canonical rectangle.
The tensor collection is the exact substitution t=e*m; the maximum is still
over the original hyperbolic endpoint, so no rectangular majorization has been
inserted.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanCanonicalCollectedPrefixMaxSquare N u v k l q χ = (Finset.image (fun (y : ℕ) => ‖AnalyticNumberTheory.LargeSieve.vaughanTypeIICanonicalBilinearBlock (fun (x : ℕ) => 1) y N u v k l q χ‖ ^ 2) (Finset.range (N + 1))).max' ⋯
Instances For
AP-normalized direct mean of one actual canonical collected-prefix shell.
Equations
- AnalyticNumberTheory.LargeSieve.apNormalizedVaughanActualCollectedShellMean N Q u v k l = ∑ q ∈ Finset.Icc 1 Q, (↑q.totient)⁻¹ * ∑ χ : AnalyticNumberTheory.LargeSieve.PrimitiveCharacter q, √(AnalyticNumberTheory.LargeSieve.vaughanCanonicalCollectedPrefixMaxSquare N u v k l q χ)
Instances For
A genuine hyperbolic shell is controlled by rowwise tensor prefix maxima.
Each row keeps its own endpoint y/d; Cauchy is applied only after the exact
row-prefix identity above.
Maximizing the preceding pointwise estimate over the actual endpoint keeps one fixed ambient tensor on the right.
A canonical rectangle above the lower-corner hyperbola contributes zero to
every prefix y ≤ N.
Exact finite reindexing: at every prefix endpoint the full Type-II form is the sum of precisely the active canonical hyperbolic shells.
The maximal full Type-II prefix of one primitive character is dominated by the sum of the actual canonical collected-prefix shell maxima.
Shell coverage after summing primitive characters and moduli. This is the
exact direct-mean decomposition; no rowwise N² estimate is used.
The active family is finite with the same canonical log² N budget.
Canonical inhabitance of the existing AP-normalized Type-II input once the
physical bilinear estimate has been supplied for each actual hyperbolic
shell. In particular the required scale retains the term Q*N/sqrt(u+1) and
never passes through a rowwise N² majorant.