Variable-length primitive maximal large sieve for Vaughan Type I #
This module does not collect the products d*m (or d*e*m) back into one
coefficient sequence of length N. Each short row keeps its physical prefix
length, and the Rademacher--Menshov loss is paid separately at that length.
Consequently the large-sieve ledger contains primitiveLargeSieveConstant (L r) Q
for each row r, rather than one copy of the length-N constant multiplying an
already collected length-N moment.
The exact row-by-row RHS of the variable-length maximal large sieve. The
factor (log₂ L+1)^2 is the explicit Rademacher--Menshov payment for a complete
prefix maximum in that row.
Equations
- AnalyticNumberTheory.LargeSieve.variableLengthPrimitivePrefixBudget S c L Q = ∑ r ∈ S, ↑((L r).log2 + 1) ^ 2 * AnalyticNumberTheory.LargeSieve.primitiveLargeSieveConstant (L r) Q * ∑ m ∈ Finset.Icc (0 + 1) (0 + ↑(L r)), ‖c r m‖ ^ 2
Instances For
Variable-length prefix large sieve. Every short row is sent to the
primitive maximal theorem at its own length. In particular no ambient N
occurs in the analytic constant unless it is already one of the row lengths.
First-lane physical row length.
Equations
Instances For
Middle-lane physical row length, indexed by the short product a=d*e.
Equations
Instances For
Literal Möbius square-energy on a first-lane shell.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstShortEnergy DS = ∑ d ∈ DS, ‖↑(ArithmeticFunction.moebius d)‖ ^ 2
Instances For
Literal μ²Λ² energy on two middle-lane shells.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddleShortEnergy DS ES = ∑ d ∈ DS, ∑ e ∈ ES, ‖↑(ArithmeticFunction.moebius d) * ↑(ArithmeticFunction.vonMangoldt e)‖ ^ 2
Instances For
First Type-I dyadic row ledger. This is the genuine long-variable
primitive estimate: the dth row uses length N/d.
Middle Type-I row ledger after grouping the two short variables by their
product a=d*e. A two-shell implementation can map each (d,e) to this same
row interface without changing the physical length N/(d*e).
Two-shell version of the middle lane; the inner maximal large sieve is
still applied at the variable length N/(d*e).
Abstract physical-scale compression. If the RM-weighted energy of every
row is at most one, the length contribution is #S * Lmax, not N times a
collected moment. The hypothesis #S * Lmax ≤ N then gives exactly
N + #S * K(Q) Q².
Linear-harmonic transport for an arbitrary nonnegative conductor family. This local form avoids routing the Type-I module through an all-character aggregate.
Linear-harmonic imprimitive conductor transport applied before the variable row lengths are forgotten. This is the connector used on every dyadic conductor window.