How would I go about proving the following conjecture:
Let $a$ and $b$ be positive natural numbers such that $b>a$ and $\gcd(a,b)=1$. Then $$\{ak\bmod{b}:k\in\mathbb{Z},1\leq k\leq b\}=\{0,1,2,\ldots,b-1\}.$$
I've computed a number of examples. For example, let $a=2$ and $b=5$. Then the set of multiples of $a$ mod $5$ are $2,4,1,3,0$ in order.