I am taking the convex optimization course by CMU (though I am not a CMU student), and got stuck on this problem.
Formally, show that computing $\left \| X \right \|_{tr}$ can be expressed as the following convex optimization problem: $$\begin{array}{ll} \underset{{Y \in \mathbb{R}^{m \times n}}}{\text{maximize}} & \mbox{tr} \left( X^T Y \right)\\ \text{subject to} & \begin{pmatrix} I_{m} & Y \\ Y^{T} & I_{n} \end{pmatrix} \succeq 0\end{array}$$ where $I_{p}$ is the $p \times p$ identity matrix.
Any help would be appropriated.