I am stuck following a proof of the Eckart-Young Theorem which states that the rank r approximation of a matrix $D_r$ minimizes the Frobenius norm to the original matrix $D$.
Let the SVD decomposition of a matrix $D$ be $L\Delta R^T$.
The Frobenius norm is defined as:
let $A = D-D_r$, then
$$||A||_F = \sqrt(\sum_i\sum_j A_{ij}^2)$$
from there it follows:
$$||A||_F = ||D-D_r||_F=||L\Delta R^T - D_r||_F = ||\Delta - L^TD_rR||_F$$
I do not see how in the previous line the last equality holds. Can someone point out what I am missing?
It's because the Frobenius norm is invariant under left or right multiplication of unitary matrices (it's easy to see this if you know that the Frobenius norm is induced by the inner product $\langle A,B\rangle=\operatorname{tr}(AB^T)$), and the $L,R$ in your singular value decomposition are unitary matrices.