Suppose I
$$\begin{array}{ll} \underset{\Omega \in \Bbb R^{n \times n}}{\text{maximize}} & \text{Tr}(\Omega A)\\ \text{subject to} & \Omega^\top \Omega = I_n\end{array}$$
What am I looking at here? My instinct tells me to use the SVD decomposition $U \Sigma V^T$ of $A$ and simply argue that I must pick $V U^T$ so that then I am left with $\text{Tr} (\Sigma)$ which is then the sum of the square roots of the eigenvalues of $A A^T$, which is positive semidefinite. But why is this the highest the trace can get?