Small-q source envelope at modulus 2
ProvedTaoFivePrimes.small_q_modulus_two_source_envelopeanalytic-number-theorycircle-methodexponential-sumsgoldbachnumber-theorytao-five-primes
Let and suppose
For Tao's cutoff , the modulus-two smoothed von Mangoldt sum satisfies
This is the small-denominator cancellation estimate before changing the coprimality modulus. It isolates the Vaughan Type I/II part of Tao's Section 6 derivation of (1.10).
Preamble
import Definitions.Def_TaoFivePrimes_SmoothedExpSum import Definitions.Def_TaoFivePrimes_RepresentationCount import Mathlib.Analysis.SpecialFunctions.Pow.Real
Formal statement
namespace TaoFivePrimes
theorem small_q_modulus_two_source_envelope
(x alpha beta : ℝ) (a : ℤ) (q : ℕ)
(hx : (10 : ℝ) ^ 20 ≤ x)
(hq : 100 ≤ q) (hqx : (q : ℝ) ≤ x / 100)
(haq : Nat.Coprime a.natAbs q)
(halpha : 4 * alpha = (a : ℝ) / q + beta)
(hbeta : |beta| ≤ 1 / (q : ℝ) ^ 2)
(hsmall : (q : ℝ) ≤ x ^ (1 / 3 : ℝ)) :
‖smoothedExpSum eta0 2 x alpha‖ ≤
(x / q) * Real.log (2 * x) *
(0.5 * Real.log (2 * x / (q : ℝ) ^ 2 + 4) +
0.9 * (8 + Real.log q)) +
(0.301 * Real.log q ^ 2 + 2.66 * Real.log q) *
(x / Real.sqrt q) := by
sorry
end TaoFivePrimesSource
Terence Tao, Every odd number greater than 1 is the sum of at most five primes, arXiv:1201.6656v4, Theorem 5.1 (equations (5.4)-(5.6)) and Section 6 derivation of equation (1.10), https://arxiv.org/html/1201.6656v4