Representative of a residue class
ProvedVino.intCast_sub_val_dvdalgebranumber-theory
If an integer reduces to , then differs from the canonical representative by a multiple of :
This is the bridge between arithmetic in and the integer numerators that appear inside the additive character .
Preamble
import Definitions.Def_Vino_ramanujan import Mathlib.Data.ZMod.Units open Finset
Formal statement
namespace Vino
theorem intCast_sub_val_dvd {q : ℕ} [NeZero q] (m : ℤ) (x : ZMod q) (h : (m : ZMod q) = x) :
(q : ℤ) ∣ (m - (x.val : ℤ)) := by sorry
end VinoSource
R. C. Vaughan, The Hardy-Littlewood Method, 2nd ed., Cambridge Tracts in Mathematics 125, Cambridge University Press, 1997, Section 2.6 and Chapter 3; G. H. Hardy and E. M. Wright, An Introduction to the Theory of Numbers, 6th ed., Oxford University Press, 2008, Section 16.6 (Ramanujan's sum c_q(n)).