Say I have a matrix of the form
$$ A = \begin{bmatrix} A_1 \\ A_2 \end{bmatrix} $$
where $A_1$ is a $n \times n$ matrix of full rank, and $A_2$ is a $(m-n) \times n$ matrix (arbitrary).
I would like to show that $||A^+||_2\leq||A_1^{-1}||_2$
where $A^{+}$ is the pseudo inverse, defined $(A^*A)^{-1}A^*$. I have said that, $$A^+ = (A_1^{*}A_1 + A_2^{*}A_2 )^{-1}[A_1^* A_2^*]$$
lets look at the first part of this matrix $$(A_1^{*}A_1 + A_2^{*}A_2 )^{-1}A_1^* = [A_1 + A_1^{-*}A_2^*A_2]^{-1}$$ this is as far as I can go with regards to manipulating this matrix as $A_2$ is not square it does not have inverse.
I am a bit unsure how to progress...