Vaughan Type I in the long variable #
The first and middle prefixes are rearranged before any square is taken. Their
literal divisor sums become finite sums over the short variables d and
(d,e), while the remaining character sum is in the long variable m.
The final ledger deliberately freezes only the resulting coefficient moment.
It does not assume a Type-I character estimate, and it does not reuse the
pointwise divisor-cardinality energy from VaughanTypeIEnergy.
The positive short-variable range occurring in a prefix of length y.
Equations
Instances For
Complex form of the first Vaughan divisor factor.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstAt n u = ∑ d ∈ n.divisors with d ≤ u, ↑(ArithmeticFunction.moebius d) * ↑(Real.log ↑(n / d))
Instances For
Complex form of the middle Vaughan divisor factor.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddleAt n u v = ∑ d ∈ n.divisors with d ≤ u, ∑ e ∈ (n / d).divisors with e ≤ v, ↑(ArithmeticFunction.moebius d) * ↑(ArithmeticFunction.vonMangoldt e)
Instances For
On 0 < n ≤ y, the first divisor factor has a fixed short support.
On 0 < n ≤ y, the middle factor is a fixed short (d,e) rectangle.
The condition e ∣ n/d has become the single product condition d*e ∣ n.
The first Type-I prefix before rearrangement.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstPrefix b y u q χ = ∑ n ∈ Finset.Icc 1 y, b n * ↑χ ↑n * AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstAt n u
Instances For
The first prefix after n=d*m; the character sum is long in m.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIFirstLong b y u q χ = ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanTypeIShortRange y u, ↑(ArithmeticFunction.moebius d) * ↑χ ↑d * ∑ m ∈ Finset.Icc 1 (y / d), b (d * m) * ↑(Real.log ↑m) * ↑χ ↑m
Instances For
Exact first-prefix rearrangement into a short d coefficient and a long
m character sum.
The middle Type-I prefix before rearrangement.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddlePrefix b y u v q χ = ∑ n ∈ Finset.Icc 1 y, b n * ↑χ ↑n * AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddleAt n u v
Instances For
The middle prefix after n=d*e*m; (d,e) are short and m is long.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeIMiddleLong b y u v q χ = ∑ d ∈ AnalyticNumberTheory.LargeSieve.vaughanTypeIShortRange y u, ∑ e ∈ AnalyticNumberTheory.LargeSieve.vaughanTypeIShortRange y v, ↑(ArithmeticFunction.moebius d) * ↑(ArithmeticFunction.vonMangoldt e) * ↑χ ↑d * ↑χ ↑e * ∑ m ∈ Finset.Icc 1 (y / (d * e)), b (d * e * m) * ↑χ ↑m
Instances For
Exact middle-prefix rearrangement into short (d,e) coefficients and a
long m character sum.
The signed Type-I prefix, exactly equal to first minus middle.
Equations
Instances For
Exact replacement of the packaged Type-I prefix by its long-variable form.
Character-free Type-I coefficient produced by the exact long-variable rearrangement. This is the smallest coefficient moment needed by the primitive prefix large sieve.
Equations
Instances For
The literal finite coefficient moment; no pointwise divisor-cardinality majorant has been inserted.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeILongCoeffMoment b N u v = ∑ n ∈ Finset.Icc 1 ↑N, ‖AnalyticNumberTheory.LargeSieve.vaughanTypeILongCoeff b u v n‖ ^ 2
Instances For
Prefix maximum written on the rearranged long-variable forms themselves.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeILongPrefixMaxSquare b N u v q χ = (Finset.image (fun (y : ℕ) => ‖AnalyticNumberTheory.LargeSieve.vaughanTypeILongPrefix (fun (n : ℕ) => b ↑n) y u v q χ‖ ^ 2) (Finset.range (N + 1))).max' ⋯
Instances For
Every prefix of the collected coefficient sequence is literally the previously rearranged short-times-long expression.
The generic prefix maximum and the maximum of the exact long-variable forms are equal, not merely comparable.
Minimal BV-scale scalar hypothesis. It is a coefficient moment only, not a
Type-I character-sum conclusion. All of u,v,N remain explicit.
Equations
- AnalyticNumberTheory.LargeSieve.VaughanTypeILongCoeffMomentBound b N u v C κ = (AnalyticNumberTheory.LargeSieve.vaughanTypeILongCoeffMoment b N u v ≤ C * ↑N * Real.log ↑(N + 1) ^ κ)
Instances For
Primitive large sieve applied only after the exact long-variable rearrangement.
Primitive large sieve in the publication-facing, genuinely rearranged form: its left side is a maximum of short-variable coefficients multiplying long-variable character sums.
Explicit BV-compatible N * log^κ coefficient scale. The only premise is
the minimal coefficient moment above.
Weighted Vaughan ledger with the old pointwise Type-I energy removed. Type I is charged by the exact long-variable coefficient moment; Type II and the small range retain their existing coefficient moments.
The integrated weighted Vaughan ledger after inserting precisely the BV-scale coefficient-moment premise. No Type-I character-sum estimate is assumed: the primitive large sieve was proved above from the coefficient moment.