Definition 6.5.1. Rank-\(k\) reconstruction.
Let
\begin{equation*}
A=U\Sigma V^T
\end{equation*}
be an SVD of a rank-\(r\) matrix \(A\text{.}\) For \(1\leq k\leq r\text{,}\) the rank-\(k\) reconstruction of \(A\) is
\begin{equation*}
A_k
=
U_k\Sigma_kV_k^T
=
\sum_{i=1}^k \sigma_i\mathbf{u}_i\mathbf{v}_i^T,
\end{equation*}
where \(U_k\) contains the first \(k\) columns of \(U\text{,}\) \(\Sigma_k\) contains the first \(k\) singular values, and \(V_k\) contains the first \(k\) columns of \(V\text{.}\)
The matrix \(A_k\) keeps the \(k\) largest singular directions and discards the rest. Its rank is at most \(k\text{.}\)
