There is this exercise in a numerical course book in the topic of regularization of the least squares approximation, which goes like this:
Prove that for every $A\in R^{n\times m}$ real or complex matrix $$\kappa_2^2(A) \geq \kappa_2(A^TA + \gamma I),$$ where $\gamma>0$ is a real number, and $I$ is the appropriate size identity matrix.
Can you help me with this proof?
I have proved that $\kappa_2^2(A) = \kappa_2(A^TA)$, but in the original exercise I can't give a bound on $||(A^TA + \gamma I)^{-1}||$. I'm curious about this bound also, even if the exercise can be solved without it.