depends only on modulo
ProvedVino.e_natCast_modanalytic-number-theorycircle-methodnumber-theory
For and any natural number ,
Replacing a numerator by its least nonnegative residue is the step that connects a sum indexed by with an arbitrary rational point of the circle.
Preamble
import Definitions.Def_CircleMethod_char open Finset
Formal statement
namespace Vino
theorem e_natCast_mod (q : ℕ) (hq : 0 < q) (b : ℕ) :
CircleMethod.e (((b % q : ℕ) : ℝ) / (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.