1.
a≡a(modm) Proof.
Since
and
we have
a≡a(modm). 2.
a≡b(modm)⟹b≡a(modm) Proof.
If
a≡b(modm), then
m∣(a−b). Since
b−a=−(a−b), we also have
m∣(b−a). Therefore,
b≡a(modm). 3.
a≡b(modm),b≡c(modm)⟹a≡c(modm) Proof.
Since
a≡b(modm), we have
m∣(a−b), and since
b≡c(modm), we have
m∣(b−c). Adding these two divisibilities,
m∣(a−c), so
a≡c(modm). 4.
a≡b(modm)⟹⎩⎨⎧a+c≡b+c(modm),a−c≡b−c(modm),ac≡bc(modm). Proof.
Since
m∣(a−b), we obtain
m∣(a+c)−(b+c), m∣(a−c)−(b−c), and
m∣c(a−b)=ac−bc. Therefore,
a+c≡b+c(modm), a−c≡b−c(modm), and
ac≡bc(modm). 5.
a≡b(modm),c≡d(modm)⟹⎩⎨⎧a+c≡b+d(modm),a−c≡b−d(modm),ac≡bd(modm). Proof.
Since
a≡b(modm), we have
m∣(a−b), and since
c≡d(modm), we have
m∣(c−d). Adding the two divisibilities,
m∣(a+c)−(b+d), so
a+c≡b+d(modm). Subtracting the two divisibilities,
m∣(a−c)−(b−d), so
a−c≡b−d(modm). Also,
m∣c(a−b), and
m∣b(c−d). Adding these,
m∣(ac−bd), so
ac≡bd(modm). 6.
a≡b(modm)⟹an≡bn(modm),n∈Z+ Proof.
Using Property 5 repeatedly,
a≡b(modm), multiplied by itself n times gives
an≡bn(modm). 7.
ac≡bc(modm)⟺a≡b(modgcd(m,c)m). Proof.
Let
d=gcd(m,c), and write
m=m′d,c=c′d, where
gcd(m′,c′)=1. (⇒)
Since
ac≡bc(modm), we have
m∣c(a−b). Hence
m′d∣c′d(a−b), so
m′∣c′(a−b). Since
gcd(m′,c′)=1, Euclid's Lemma gives
m′∣(a−b). Therefore,
a≡b(modm′)=(modgcd(m,c)m). (⇐)
If
a≡b(modm′), then
m′∣(a−b). Multiplying by d,
m∣d(a−b). Multiplying by c′,
m∣c(a−b), which is equivalent to
ac≡bc(modm). 8.
a≡b(modm),d∣m⟹a≡b(modd) Proof.
Since
a≡b(modm), we have
m∣(a−b). Because
it follows that
d∣(a−b). Therefore,
a≡b(modd).□