Explicit trivial bound
ProvedVino.norm_vmSum_le_mul_loganalytic-number-theorycircle-methodnumber-theoryprime-numbers
Combining the triangle inequality with Chebyshev's bound gives, for and every real ,
This is the benchmark the minor-arc estimate must improve on: Vinogradov's theorem needs a saving of an arbitrary power of over exactly this quantity.
Preamble
import Definitions.Def_Vino_primes import Mathlib.Analysis.SpecialFunctions.Log.Basic open Finset
Formal statement
namespace Vino theorem norm_vmSum_le_mul_log (α : ℝ) (N : ℕ) (hN : 1 ≤ N) : ‖vmSum α N‖ ≤ (N : ℝ) * Real.log N := by sorry end Vino
Source
R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge Tracts in Mathematics 125, Cambridge University Press, 1997, Chapter 3 (the three primes theorem).