How do I show that my solution to the congruence is the only solution?
I'm asked to solve, $\mu,\lambda$ that satisfy $$89 \lambda+55 \mu=1$$ Using Euclid's algorithm I found $\lambda=-21,\mu=34$.
Then I'm asked to find the solution to $$89 x \equiv 7\pmod{55}$$ Using $\lambda 89 \equiv1 \pmod{55}$
I found that $7\lambda89 \equiv7 \pmod{55} \implies x=7\lambda +55k$ for $k\in \mathbb{Z}$.
But how do I show, that this is the only solution to the congruence?
Why is that the case? I don't have any theorems saying that. So I think I need to argue for that – sjm23 Sep 18 '20 at 20:35