I'm given a problem stating:
If $\gcd(m,x) = 1$ then $x$ has a unique inverse modulo $m$.
I'm told to state and prove the converse, which I believe is:
$$ x \text{ has a unique inverse modulo } m \implies \gcd( m, x ) = 1$$
After that step I'm sort of stuck. I know for gcd to equal $1$ you must end up with:
$$ma + xb = 1$$