The exponential sum at the origin is
ProvedVino.vmSum_zero_freqanalytic-number-theorycircle-methodnumber-theoryprime-numbers
At frequency zero the prime-side generating function degenerates to Chebyshev's function:
This identifies the value that the major arc around has to reproduce, and it is the normalisation against which every cancellation estimate is measured.
Preamble
import Definitions.Def_Vino_primes import Mathlib.Analysis.SpecialFunctions.Log.Basic open Finset
Formal statement
namespace Vino theorem vmSum_zero_freq (N : ℕ) : vmSum 0 N = (psi 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).