I am solving a problem and at some point in the solution I arrived at $$s-t=kn$$ for some $k\in\mathbb{Z}$. Note that $s, t, n$ are also whole numbers.
Can someone show me how do we conclude from here that $s$ and $t$ have the same remainder when divided by $n$?
I mean we can write $s=t+kn$ and $t=s-kn$, but doesn't this mean that the remainder when we devide $s$ by $n$ is $k$? And the same for $t$: the remainder is $s$. I am not sure what's exactly going on.
Thanks!