1: \begin{definition}[RRLU Rank $k$ Approximation denoted RRLU$_k$]
2: Given a RRLU decomposition (Theorem \ref{trm:rrlu-pan}) of a matrix $A$ with an integer $k$ (as in Eq. \ref{eq:rrlu_def})
3: such that $PAQ=LU$, then the RRLU rank $k$ approximation is defined by taking $k$ columns
4: from $L$ and $k$ rows from $U$ such that
5: \begin{equation}
6: \label{eq:rrlu_rank_k_approx}
7: \text{RRLU}_k(PAQ)=\begin{pmatrix} L_{11} \\ L_{21} \end{pmatrix}
8: \begin{pmatrix} U_{11} U_{12} \end{pmatrix}
9: \end{equation}
10: where $L_{11}, L_{21}, U_{11}, U_{12}, P$ and $Q$ are defined in Theorem \ref{trm:rrlu-pan}.
11: \end{definition}
12: