The singular value decomposition of a complex-values $n\times m$ matrix $A$ is defined as
$$A = U \Sigma V^*$$
where $U$ and $V$ are unitary $n \times n$ matrices and $m \times m$ matrices respectively, and $Σ$ is an $n \times m$ rectangular diagonal matrix, whose diagonal elements are the singular values $\sigma _I$ of $A$. $V^*$ denotes the conjugate transpose of $V$. The singular value decomposition s a generalization of the eigen decomposition to arbitrary $n\times m$ matrices
I have solved 4 other proofs about SVD but I am having trouble solving the following and I am looking for some help!
$A$ can be written as the sum of rank-one matrices, i.e $$A = \sum _{i=1}^r \sigma_i u_i v_i^*$$ where $r$ is the rank of $A$ and $u_i$ and $v_i$ are the ith columns of $U$ and $V$ respectively.