Congruences modulo an integer #
This file defines the equivalence relation a ≡ b [ZMOD n]
on the integers, similarly to how
data.nat.modeq
defines them for the natural numbers. The notation is short for n.modeq a b
,
which is defined to be a % n = b % n
for integers a b n
.
Tags #
modeq, congruence, mod, MOD, modulo, integers