Pan--Wang--Ding Theorem A and the dyadic cover in (2.13) #
This leaf isolates two finite deductions used on pp. 600--604 of Pan--Wang--
Ding (1975). First, the usual q / φ(q) primitive large sieve implies the
sharp Theorem A scale Q + N / P on a dyadic conductor interval. Second, the
two open-left, closed-right dyadic partitions used in (2.13) really cover the
whole conductor and source rectangles. The triangle inequality is applied
only after each complete source block has been summed; it is never pushed
inside the a-sum.
The sharp dyadic form of Theorem A #
A convenient explicit form of the standard weighted primitive large-sieve
input. The constant C is absolute; this definition merely records the exact
N + Q² scale needed below.
Equations
- AnalyticNumberTheory.LargeSieve.PanWeightedPrimitiveLargeSieve C = (0 ≤ C ∧ ∀ (b : ℤ → ℂ) (M : ℤ) (N Q : ℕ), 0 < Q → ∑ q ∈ Finset.Icc 1 Q, ↑q / ↑q.totient * ∑ χ : AnalyticNumberTheory.LargeSieve.PrimitiveCharacter q, ‖AnalyticNumberTheory.LargeSieve.primitiveIntervalAmplitude b M N χ‖ ^ 2 ≤ C * (↑N + ↑Q ^ 2) * ∑ n ∈ Finset.Icc (M + 1) (M + ↑N), ‖b n‖ ^ 2)
Instances For
Pan--Wang--Ding Theorem A, sharp dyadic scale.
On P < q ≤ Q ≤ 2P, write 1/φ(q) = (1/q)(q/φ(q)) and use
1/q ≤ 1/P. Thus the standard N + Q² weighted primitive large sieve gives
an absolute multiple of N/P + Q; the displayed constant is 2C.
The complete dyadic cover used in (2.13) #
Number of open-left dyadic cells required to cover (R,Q].
Equations
- AnalyticNumberTheory.LargeSieve.panDyadicDepth R Q = Nat.log 2 (Q / R) + 1
Instances For
The j-th open-left, closed-right dyadic cell, clipped only at the final
paper endpoint.
Equations
- AnalyticNumberTheory.LargeSieve.panDyadicCell R Q j = Finset.Ioc (R * 2 ^ j) (min (2 * (R * 2 ^ j)) Q)
Instances For
Every point of (R,Q] lies in one of the advertised dyadic cells.
The cells cover the whole interval, including the last clipped cell.
Distinct dyadic cells are disjoint.
The clipped (j,k) block used to state the exact finite form of (2.13).
The norm remains outside the complete source sum in its k-cell.
Equations
- AnalyticNumberTheory.LargeSieve.panIymDyadicCoveredBlock g d y D₁ D A₁ A₂ j k = ∑ q ∈ AnalyticNumberTheory.LargeSieve.panDyadicCell D₁ D j, (↑q.totient)⁻¹ * ∑ χ : AnalyticNumberTheory.LargeSieve.PrimitiveCharacter q, ‖AnalyticNumberTheory.LargeSieve.panSourceCharacterAmplitude g d y (A₁ * 2 ^ k) (min (2 * (A₁ * 2 ^ k)) A₂) χ‖
Instances For
The complete a-sum is the sum of its dyadic source blocks.
Equation (2.13), complete finite dyadic block inequality.
The conductor cells are disjoint, while the source decomposition uses one
triangle inequality per character after summing every a in a full source
cell. This is exactly the absolute-value level in the paper.