Assume $A,B \in \mathbb{R}^{m\times n}$, how can you prove the following:
$A^\mathrm{T}A=B^\mathrm{T}B \Leftrightarrow \exists$ orthogonal $Q$ such that $A=QB$
or is there a counterexample? Intuitively it makes sense to me, but I haven't found a nice proof yet. I have tried it through using SVD, but the non-uniqueness of the decomposition makes problems. I would be happy for some suggestions!