Skip to main content
\( \newcommand{\lt}{ < } \newcommand{\gt}{ > } \newcommand{\amp}{ & } \)

Section4.3Properties of Congruence

There are two main sets of propositions that make this possible. The proofs are not hard, and you may skip them on a first reading.

Just below, in Section 4.4, we will see that these propositions and the following fact mean we are ready to roll with modulo and integers.

So we can break up \(\mathbb{Z}\) into disjoint subsets, and use well-definedness. If I want to do a computation, I can pick any number with the same remainder modulo \(n\), and it will still work fine. (Hopefully I pick an easier number to work with!) Here is an example.

Example4.3.4

For instance, \(2\equiv 5\) (mod \(n\)) is the same thing as saying \(5\equiv 2\) (mod \(n\)), and if \(2\not\equiv 6\) (mod \(n\)), then \(5\not\equiv 6\) (mod \(n\)) either.

Or instead of computing \(2\cdot 2\cdot 2\cdot 2\) modulo \(3\), I might choose \(-1\cdot -1\cdot -1\cdot -1\) instead, getting the same answer (modulo 3)

It won't always be that clear-cut, but that is the general idea.