depends only on modulo
ProvedVino.e_div_congranalytic-number-theorycircle-methodnumber-theory
If and then
Every manipulation of complete or reduced exponential sums modulo — reindexing residues, replacing a residue by its representative, splitting a modulus by the Chinese remainder theorem — reduces to this statement.
Preamble
import Definitions.Def_CircleMethod_char open Finset
Formal statement
namespace Vino
theorem e_div_congr {q : ℕ} (hq : 0 < q) {a b : ℤ} (h : (q : ℤ) ∣ (a - b)) :
CircleMethod.e ((a : ℝ) / (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, Section 1.1 (the character e(x) = exp(2*pi*i*x)).