I need to proof the following statement:
Let $a, b, n \in \Bbb{Z}$ with $ n≥ 2, gcd(a,n)=1$. Proof that if $s_{1},s_{2}$ are solutions to $ax\equiv b \pmod{n}$, then $s_{1}\equiv s_{2} \pmod{n}$.
I don't know where to start my proof. I do know that if you get any solution, then by adding the modulo you get equivalent solutions. Then, there are n possible solutions. But I don't think my argument is correct.