Empty von Mangoldt exponential sum
ProvedVino.vmSum_zero_lenanalytic-number-theorycircle-methodnumber-theoryprime-numbers
Write for the von Mangoldt function and , and let
be the prime-side generating function of the circle method. The sum over the empty range vanishes:
This is the base case of the recursion in that underlies every induction on the length of the sum.
Preamble
import Definitions.Def_Vino_primes import Mathlib.Analysis.SpecialFunctions.Log.Basic open Finset
Formal statement
namespace Vino theorem vmSum_zero_len (α : ℝ) : vmSum α 0 = 0 := 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).