In my notes, and in many other sources I've found online the following is defined:
$$A = \sum_{j=1}^r \sigma_j v_jv_j^T$$ and also $$A_k = \sum_{j=1}^k \sigma_j v_jv_j^T$$
where $\sigma_j$ is the $j$-th singular value of the SVD decomposition.
Then, it has been claim that $$\min_{B \text { s.t } rank(B)\le k} \|A-B\| = \|A-A_k\|$$
I'm not so sure I understand the first two definitions of $A,A_k$ - It seems like the result $\in Mat_{1\times 1}$ (as it's a sum of $1\times 1$ matrices), though they refer $A_k$ as a $k$-rank matrix. How exactly?
What am I missing?