Recursion in the length of the von Mangoldt exponential sum
ProvedVino.vmSum_succanalytic-number-theorycircle-methodnumber-theoryprime-numbers
For every and every ,
where .
Together with this characterises the sum recursively, which is the form induction arguments on actually consume.
Preamble
import Definitions.Def_Vino_primes import Mathlib.Analysis.SpecialFunctions.Log.Basic open Finset
Formal statement
namespace Vino
theorem vmSum_succ (α : ℝ) (N : ℕ) :
vmSum α (N + 1)
= vmSum α N
+ ((ArithmeticFunction.vonMangoldt N : ℝ) : ℂ) * CircleMethod.e (α * (N : ℝ)) := by sorry
end VinoSource
R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge Tracts in Mathematics 125, Cambridge University Press, 1997, Chapter 3 (the three primes theorem).