How does $a\equiv b\pmod n$ implies $a$ and $b$ have the same remainder when divided by $n$?
I don't understand the huge jump from modular equivalence to having equal remainders.
I see by definition $a\equiv b\pmod n\,$ implies $n\mid (a-b)\,$ so $\,a-b=nk\,$ so $\,a=b+nk$.
But I do not see how this implies that $a$ and $b$ have the same remainder when divided by $n$.