I have trouble proving the following inequality.
Let a matrix $A \in \mathbb{R}^{M \times N}$, and $\sigma_i(A)$ be the i-largest singular value of A. Define the operator norm and the trace norm as follow:
$$ \|A\|_2 := \sigma_1(A),\ \|A\|_{tr} = \sum_{i = 1}^{\min\{M, N\}} \sigma_i(A) $$
Could anyone provide me how to prove the below statement?
$$ \langle X,Y\rangle \le \|X\|_{tr}\,\|Y\|_2 $$
Note that $\langle X,Y\rangle $ is the matrix inner product.