Use the division algorithm to write
\begin{align*}
a \amp = qm + r\\
b \amp = q'm + r'
\end{align*}
for some integers \(q,q'\) and \(r,r'\) in the range \(0\leq r,r'\lt m\text{,}\) so we have
\begin{equation}
a-b = (q-q')m + (r-r')\tag{1.6.1}
\end{equation}
with
\(|r-r'|\leq m-1\text{.}\) To establish the βifβ part of the statement in the Proposition, suppose that
\(a \MOD m = b\MOD m\text{.}\) This means that
\(r=r'\text{,}\) so
(1.6.1) becomes
\(a-b=(q - q')m\text{.}\) Thus we have
\(m|(a-b)\text{,}\) so we conclude that
\(a\equiv b \pmod{m}\text{.}\) To establish the βonly ifβ part of the statement in the Proposition, suppose that
\(a\equiv b \pmod{m}\text{,}\) so we have that
\(a-b\) is a multiple of
\(m\text{,}\) say
\(a-b=km\text{.}\) Then
(1.6.1) becomes
\begin{equation*}
r-r' = m(k-q+q').
\end{equation*}
Because \(|r-r'|\leq m-1\text{,}\) we conclude that \(k-q+q'\) must be zero. Thus we have \(r=r'\text{,}\) which means that \(a \MOD m = b\MOD m\text{.}\) This completes the proof.