Finite Vaughan decomposition and primitive-character prefix reduction #
This module is a purely finite algebraic layer between Vaughan's identity and
weighted_primitive_prefix_maximal. It makes no Bombieri--Vinogradov claim and
introduces no analytic hypothesis.
For arbitrary cutoffs u,v, the exact all-n decomposition is
Λ n = TypeI(n;u,v) + TypeII(n;u,v) + Small(n;v).
Here Type I is vaughanFirst - vaughanMiddle, Type II is vaughanThird, and
the last term retains the complete exceptional range n ≤ v. The final
theorem consumes this equality inside every primitive-character prefix and
reduces its weighted square maximum to three explicit coefficient energies.
No cutoff is selected or hidden.
The two Type-I pieces of Vaughan's identity, kept together with their correct relative sign.
Equations
Instances For
The genuinely bilinear (large-large) piece of Vaughan's identity.
Equations
Instances For
The complete small-factor exception. Keeping this term makes the identity
valid without a premise such as v < n.
Equations
Instances For
The finite Vaughan identity, valid for every natural n and every pair of
cutoffs. This internalizes Mathlib's μ * log = Λ API through the exact
finite identity in AnalyticNumberTheory.Sieve.VaughanIdentity.
A scalar coefficient sequence multiplied by the von Mangoldt function.
Equations
Instances For
The Type-I coefficient sequence at the literal cutoffs u,v.
Equations
- AnalyticNumberTheory.LargeSieve.vaughanTypeICoeff b u v n = b n * ↑(AnalyticNumberTheory.LargeSieve.vaughanTypeI n.toNat u v)
Instances For
The Type-II coefficient sequence at the literal cutoffs u,v.
Equations
Instances For
The small-factor coefficient sequence at the literal cutoff v.
Equations
Instances For
Pointwise complex-linear form of the exact finite Vaughan identity.
Exact consumption by one primitive character and one finite prefix. This is the algebraic interface used before taking character/modulus sums or prefix maxima; no estimate has yet been applied.
A finite pointwise three-piece decomposition on [1,N] is consumed by the
primitive-character prefix maximum, uniformly in the character and modulus.
Exact algebraic reduction of every primitive-character prefix maximum of
b Λ to Type I, Type II, and the retained small range. All four finite
parameters N,Q,u,v remain explicit.
The concrete algebraic consumer of the proved prefix-maximal primitive large sieve. Closing Standard BV from here still requires genuine Type-I and Type-II energy estimates; this theorem does not disguise those estimates as a Prop premise or a BV conclusion.