AnalyticNumberTheory.LargeSieve.PanTypeIIAssembly #
Primitive-character decomposition of panTypeIICharSqSum #
For the Type II character sum panTypeIIV3CharSum (the vaughanThird
sequence), this module proves the decomposition
t_q(m) ≤ 2·Σ_{q' | q} φ(q)·P2_{q'}(m) + 2·φ(q)·D2_q(m)².
The argument is parallel to the Type I decomposition in
PanTypeIAssembly.lean: pointwise square bounds followed by a bound on
fiber cardinality, with the sequence replaced by vaughanThird(n,u,v).
Primitive-character decomposition: termwise bounds and fiber cardinality #
Primitive-character part:
P2_{q'}(m) = Σ_{χ' primitive mod q'} ‖V_χ'(m)‖².
Equations
- AnalyticNumberTheory.LargeSieve.panTypeIIPrimitiveSqSum q' m u v = ∑ χ' : DirichletCharacter ℂ q' with χ'.IsPrimitive, ‖AnalyticNumberTheory.Sieve.panTypeIIV3CharSum q' m u v χ'‖ ^ 2
Instances For
P2_{q'}(m) ≥ 0, since it is a sum of squares.
Non-coprime density term:
D2_q(m) = Σ_{n ≤ m, (n,q) > 1} |vaughanThird(n,u,v)|.
Equations
- AnalyticNumberTheory.LargeSieve.panTypeII_nonCoprimeDensity q m u v = ∑ n ∈ Finset.range (m + 1), if n.gcd q ≠ 1 then |AnalyticNumberTheory.Sieve.vaughanThird n u v| else 0
Instances For
The non-coprime density term is nonnegative.
Pointwise Type II bound:
‖V_χ(m)‖ ≤ ‖V_{χ.primitiveCharacter}(m)‖ + D2_q(m).
Type II square bound:
‖V_χ‖² ≤ 2‖V_{χ.prim}‖² + 2·D2_q(m)².
Fiber bound at level q': the contribution of characters modulo q
with conductor q' to the primitive-character square sum is at most
φ(q)·P2_{q'}(m). The fiber has cardinality at most φ(q), and each
term satisfies ‖V_{χ.prim}‖² ≤ P2_{q'}(m).
Type II primitive-character decomposition of the all-character
square sum, with the coarse coefficient φ(q):
t_q(m) ≤ 2·Σ_{q' | q} φ(q)·P2_{q'}(m) + 2·φ(q)·D2_q(m)².
This parallels the Type I decomposition, replacing the sequence by
vaughanThird. An injectivity-based version with coefficient 1 would
require conductor casts; that sharper version is not established here.