Here's what I have:
If $a$ is a perfect square mod $n$, then $\exists m \in \mathbb{Z}^+$ such that $m^2 \equiv a \text{ mod } n$. We want to find some $k$ such that $k^2 \equiv b \text{ mod } n$. \begin{align*} ab &\equiv 1 \text{ mod } n \\ m^2b &\equiv 1 \text{ mod } n \\ b &\equiv m^{-2} \text{ mod } n \end{align*}
Is this satisfactory? Thanks!
We have $a \equiv m^2 \mod n$. And we have $ab \equiv 1 \mod n$.
So $(mb)^2 \equiv m^2b^2 \equiv ab^2 \equiv (ab)b \equiv b \mod n$.