The real cutoff in Pan--Wang--Ding (2.26) #
On printed pp. 600 and 603 the parameters are
D₁ = log(x)^B, D = sqrt(x)/log(x)^B, and H = (2^j D₁)^2.
The integer endpoint of the short polynomial is the floor of the real
square, not the square of a rounded conductor. The conductor interval is
open on the left and closed on the right, including at integral endpoints.
noncomputable def
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.lowConductor
(x : ℕ)
(B : ℝ)
:
Equations
Instances For
noncomputable def
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.upperConductor
(x : ℕ)
(B : ℝ)
:
Equations
Instances For
noncomputable def
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.conductorRadius
(x : ℕ)
(B : ℝ)
(j : ℕ)
:
Equations
Instances For
Instances For
Equations
Instances For
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.mem_shortCutoff_iff
(R : ℝ)
(n : ℕ)
:
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.shortCutoff_pos
{R : ℝ}
(hR : 1 ≤ R)
:
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.square_le_two_mul_shortCutoff
{R : ℝ}
(hR : 1 ≤ R)
:
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.upperConductor_square
(x : ℕ)
(B : ℝ)
:
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.shortCutoff_le_x
{x : ℕ}
{B R : ℝ}
(hx : 1 ≤ Real.log ↑x)
(hB : 0 ≤ B)
(hR : 0 ≤ R)
(hRD : R ≤ upperConductor x B)
:
The hypothesis required by the proved contour displacement follows from the actual active-cell inequality, uniformly in the cell index.
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.shortCutoff_lt_height
{x : ℕ}
{B R : ℝ}
(hx : 2 ≤ Real.log ↑x)
(hB : 0 ≤ B)
(hR : 0 ≤ R)
(hRD : R ≤ upperConductor x B)
:
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.panShortF₁_eq_real_cutoff
{q : ℕ}
(m x : ℕ)
(R : ℝ)
(hH : shortCutoff R ≤ x)
(χ : PrimitiveCharacter q)
(s : ℂ)
:
panShortF₁ m (shortCutoff R) χ s = ∑ n ∈ Finset.Icc 1 x with ↑n ≤ R ^ 2, panSourceD m n * ↑χ ↑n / ↑n ^ s
The literal short polynomial is exactly the sum over n ≤ R².
The extra ambient bound is only a finite enumeration device.
theorem
AnalyticNumberTheory.LargeSieve.ChenLiuCoprimeProducer.chosen_short_contour_uniform :
∃ (C : ℝ),
0 < C ∧ ∃ (X₀ : ℕ),
∀ (x : ℕ),
X₀ ≤ x →
∀ (B : ℝ) (j q : ℕ) (χ : PrimitiveCharacter q) (m y A₁ A₂ k : ℕ) (f : ℕ → ℂ),
0 ≤ B →
conductorRadius x B j ≤ upperConductor x B →
(∀ (n : ℕ), ‖f n‖ ≤ 1) →
1 ≤ y →
y ≤ x →
A₂ ≤ y →
‖(Complex.I * ∫ (t : ℝ) in -panSourceHeight x..panSourceHeight x, chen1973VerticalSection
(pan223Kernel f m (shortCutoff (conductorRadius x B j)) y A₁ A₂ k χ)
(panSourceSigma x) t) - Complex.I * ∫ (t : ℝ) in -panSourceHeight x..panSourceHeight x, chen1973VerticalSection
(pan223Kernel f m (shortCutoff (conductorRadius x B j)) y A₁ A₂ k χ) (1 / 2) t‖ ≤ C * (↑x ^ 2)⁻¹
The constant and threshold precede the real exponent, conductor cell, character, all source cutoffs, and bounded coefficients.