Let $m$ and $n$ be relatively prime integers different from $\pm 1$. Show that there are unique integers $u$ , $v$ $\in Z$ such that $um+vn=1$ and $0 \le u \lt |n|$. In this case show that $|v| \lt |m|$
My try: Let there be two such integers, $u$, $u'$, $v$ and $v'$. Then $um+vn=1$ and $u'm+v'n=1$. Subtracting one from the other we get $m(u-u')+n(v-v')=0$. Now $m(u-u')=n(v'-v)$. Since $(m,n)=1$, we have $n | (u-u')$. Also $m |(v-v')$. There exists $k$ and $k'$ such that $u=u'+nk$ and $v=v'+mk'$.
From here how do I show the required??
Thanks for the help!!