Ramanujan sums are periodic in modulo
ProvedVino.ramanujan_periodicanalytic-number-theorycircle-methodnumber-theoryramanujan-sums
For and every integer ,
Ramanujan's sum is therefore a function of the residue class of modulo — it is the local object attached to the congruence condition modulo , which is exactly the role it plays in the singular series.
Preamble
import Definitions.Def_Vino_ramanujan import Mathlib.Data.Nat.Totient open Finset
Formal statement
namespace Vino
theorem ramanujan_periodic {q : ℕ} (hq : 0 < q) (n : ℤ) : ramanujan q (n + (q : ℤ)) = ramanujan q n := 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)).