Ramanujan sums are multiplicative in the modulus
ProvedVino.ramanujan_mul_coprimeanalytic-number-theorycircle-methodnumber-theoryramanujan-sums
If then for every integer ,
Multiplicativity in the modulus is the structural fact that makes the singular series an Euler product. Together with the multiplicativity of and of it shows that is multiplicative, so that factors over the primes dividing .
Preamble
import Definitions.Def_Vino_ramanujan import Mathlib.Data.ZMod.Units open Finset
Formal statement
namespace Vino
theorem ramanujan_mul_coprime {q₁ q₂ : ℕ} (h : Nat.Coprime q₁ q₂) (n : ℤ) :
ramanujan (q₁ * q₂) n = ramanujan q₁ n * 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)).