AP-normalized Vaughan Type-I shell input #
This file isolates the weighted Cauchy step needed by the physical Type-I
argument. In particular, Cauchy in the modulus variable is weighted by
q^{-1/2}. The resulting first factor is the harmonic conductor ledger, not
the cardinality of the modulus interval. Every row on the square side keeps
its own length, so this module never forms a length-N global coefficient
moment.
An AP-normalized shell of long rows with their literal short coefficients.
Equations
- AnalyticNumberTheory.LargeSieve.apNormalizedWeightedRowShellMean S w c L Q = ∑ q ∈ Finset.Icc 1 Q, (↑q.totient)⁻¹ * ∑ χ : AnalyticNumberTheory.LargeSieve.PrimitiveCharacter q, ∑ r ∈ S, ‖w r‖ * √(AnalyticNumberTheory.LargeSieve.primitiveCharacterPrefixMaxSquare (c r) 0 (L r) q χ)
Instances For
Literal square energy of the short coefficients in one shell.
Equations
- AnalyticNumberTheory.LargeSieve.rowShellShortEnergy S w = ∑ r ∈ S, ‖w r‖ ^ 2
Instances For
Weighted Cauchy, first over primitive characters and then over the rows,
with the correct q^{-1/2} outer weight. The square ledger on the right has
exactly the q / φ(q) weight consumed by the primitive large sieve.
The previous shell square estimate with the variable-length primitive maximal large sieve inserted. This is the no-global-moment producer.
The two literal Vaughan Type-I lanes #
One d-shell in the first (μ * log) lane. Its row has the physical
length N / d; no coefficient is collected back at ambient length N.
Equations
- AnalyticNumberTheory.LargeSieve.apNormalizedVaughanTypeIFirstShellMean DS N Q = AnalyticNumberTheory.LargeSieve.apNormalizedWeightedRowShellMean DS (fun (d : ℕ) => ↑(ArithmeticFunction.moebius d)) (AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstRowCoeff fun (x : ℕ) => 1) (AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstRowLength N) Q
Instances For
One (d,e)-shell in the middle (μ * Λ) lane. Its row has the physical
length N / (d*e).
Equations
- AnalyticNumberTheory.LargeSieve.apNormalizedVaughanTypeIMiddleShellMean DS ES N Q = AnalyticNumberTheory.LargeSieve.apNormalizedWeightedRowShellMean (DS ×ˢ ES) (fun (de : ℕ × ℕ) => ↑(ArithmeticFunction.moebius de.1) * ↑(ArithmeticFunction.vonMangoldt de.2)) (AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddlePairRowCoeff fun (x : ℕ) => 1) (AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddlePairRowLength N) Q
Instances For
Scalar optimization used on each dyadic short-variable shell. Reopening
the square ledger gives the exact short-scale term Q * sqrt (N*D). The older
Q²*sqrt N is only what results after the lossy substitution D ≤ Q²; it is
not intrinsic to double Cauchy.
Finite shell aggregation. This is the final wiring theorem used after the
first lane (d shells) and middle lane ((d,e) shells) have separately been
expanded. It records the explicit constant K = #first shells + #middle shells; the common logPay contains the RM, coefficient, harmonic, and
large-sieve logarithmic payments supplied by the shell estimates.