Given an integer m>1, called a modulus, two integers are said to be congruent modulo m , if m is a divisor of their difference (i.e., if there is an integer k such that a−b=km). Congruence modulo m is denoted: a≡b(modm).
If a≡b(modm) and c≡d(modm), then there exist integers k and s such that a−b=km and c−d=sm. Then (a−b)−(c−d)=km−sm. It follows that (a−c)−(b−d)=(k−s)m where k−s is an integer as a difference of two integers. Therefore,
a−c≡b−d(modm).
Comments
Leave a comment