If we consider the linear regression problem $$\min_A \lVert Y-AX\rVert_2$$ where $A\in\mathbb{R}^{m\times n}$ and $X\in\mathbb{R}^{n\times N}$, $Y\in\mathbb{R}^{m\times N}$ and let the argument of its solution be $A^*$.
Then the best low rank approximation of $A^*$ is given by the Eckart–Young–Mirsky theorem - let's call it $A^*_r$.
My question: does $A^*_r$ solve $$\min_{A_r} \lVert Y-A_rX\rVert_2,$$ where the $A_r$'s are of the same rank as $A^*_r$?
Let me try. Take $Y = (1,10)'$ and $A=diag(1,1/2)$,$X=(1,20)'$, Then the $A$ of rang 1, selected in the theorem should be $diag(1,0)$ which has error 10. If we took in stead $diag(0,1/2)$ then the error would be 1 so it looks like you need to refrace your question.