Gauss sum expansion of over Dirichlet characters
ProvedVino.sum_charInv_mul_gaussEanalytic-number-theorycircle-methoddirichlet-charactersnumber-theory
Let and let be coprime to . Write
for the Gauss sum of a Dirichlet character modulo . Then
the sum running over all Dirichlet characters modulo with values in .
This is the exact dual of the definition of a Gauss sum: it expresses the additive character at a reduced fraction as a linear combination of multiplicative characters. It is the identity that converts the major-arc analysis of an exponential sum over primes into a question about -functions, since after substituting it the inner sum becomes a von Mangoldt sum twisted by a Dirichlet character.
Preamble
import Definitions.Def_Vino_dirichlet import Mathlib.NumberTheory.DirichletCharacter.Orthogonality open Finset
Formal statement
namespace Vino
theorem sum_charInv_mul_gaussE (q : ℕ) [NeZero q] {b : ℕ} (hb : IsUnit ((b : ℕ) : ZMod q)) :
∑ χ : DirichletCharacter ℂ q, χ⁻¹ ((b : ℕ) : ZMod q) * gaussE q χ
= (Nat.totient q : ℂ) * CircleMethod.e ((b : ℝ) / (q : ℝ)) := by sorry
end VinoSource
R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge Tracts in Mathematics 125, Cambridge University Press, 1997, Chapter 3, Section 3.1 (major arcs for the three primes theorem, expansion of the von Mangoldt exponential sum in Dirichlet characters); H. Davenport, Multiplicative Number Theory, 3rd ed., Springer GTM 74, 2000, Chapter 26.