The von Mangoldt exponential sum is -periodic in
ProvedVino.vmSum_add_oneanalytic-number-theorycircle-methodnumber-theoryprime-numbers
The generating function is a function on the circle: for all and all ,
This is why the circle method integrates over a single period , and why the major and minor arcs may be described modulo .
Preamble
import Definitions.Def_Vino_primes import Mathlib.Analysis.SpecialFunctions.Log.Basic open Finset
Formal statement
namespace Vino theorem vmSum_add_one (α : ℝ) (N : ℕ) : vmSum (α + 1) N = vmSum α 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).