Let $T$ be a bounded linear operator on a Hilbert space $H$. I have to show that the following are equivalent:
(i) $T$ is unitary
(ii) For every orthonormal basis $\{u_{\alpha}:\alpha\in \Lambda\}$, $\{T(u_{\alpha}):\alpha\in \Lambda\}$ is an orthonormal basis.
(iii) For some orthonormal basis $\{u_{\alpha}:\alpha\in \Lambda\}$, $\{T(u_{\alpha}):\alpha\in \Lambda\}$ is an orthonormal basis.
I have proved that (i)$\implies$ (ii). Also (ii)$\implies$ (iii) is obvious.
How to show that (iii)$\implies$ (i)? Please suggest anything?
For $(iii) \Rightarrow (i)$, you want to show that $$ \langle Tx,Ty\rangle = \langle x,y\rangle \qquad (\ast) $$ for all $x,y\in H$. First note that $(\ast)$ is true if $x,y\in S := \{u_{\alpha}\}$. By sesqui-linearity, $(\ast)$ is true if $x,y\in \text{span}(S)$. However, $\text{span}(S)$ is dense in $H$, so if $x\in H,v\in \text{span}(S)$ and $\epsilon > 0$, then $\exists u\in \text{span}(S)$ such that $\|x-u\| < \epsilon$. Hence, $$ |\langle Tx,Tv\rangle - \langle x,v\rangle| \leq |\langle Tx,Tv\rangle - \langle Tu,Tv\rangle| + |\langle Tu,Tv\rangle - \langle u,v\rangle| + |\langle u,v\rangle - \langle x,v\rangle| $$ Since $T$ is bounded, you can make the right hand side as small as you want, proving that $$ \langle Tx,Tv\rangle = \langle x,v\rangle $$ Similarly, one can replace $v$ by an arbitrary $y\in H$, proving $(\ast)$ for all $x,y\in H$.
Edit: My apologies, in addition to proving $(\ast)$, one also needs to prove that $T$ is surjective. To see this, one simply notes that $R(T)$, the range of $T$ contains an orthonormal basis for $H$, so if $x\in H$, then write $$ x = \sum a_{\alpha} T(u_{\alpha}) \qquad (\dagger) $$ so that the series $y = \sum a_{\alpha} u_{\alpha}$ converges because $(\dagger)$ converges. Now $y\in H$ and $x = T(y)$ since $T$ is continuous. Hence, $R(T) = H$.