Let matrix $A \in \mathbb{R}^{n\times n}$ be positive semidefinite.
Is it then true to that $$ (A + \lambda I)^{-1} \to \mathbf{0} \quad (\lambda \to \infty) \quad ? $$
If so, is the fact that $A$ is positive definite irrelevant here?
My thoughts so far: $$ (A + \lambda I)^{-1} = \Big(\lambda( \frac{1}{\lambda}A + I ) \Big)^{-1} = \frac{1}{\lambda} \Big(\frac{1}{\lambda}A + I \Big)^{-1} $$ I think that $\lim_{\lambda \to \infty} \Big( \frac{1}{\lambda}A + I \Big)^{-1} = I^{-1} = I$, but I don't know if I can just pass the $\lim$ through the inverse $(\cdot)^{-1}$ like that. If this is the case, then $$ \lim_{\lambda \to \infty} (A + \lambda I)^{-1} = \lim_{\lambda \to \infty} (1/\lambda) \lim_{\lambda \to \infty} (A/\lambda + I)^{-1} = 0 \cdot I = \mathbf{0} $$ as I'd like to show.
Where this comes from:
I'm trying to justify a claim made in an econometrics lecture. Namely,
$$ \textrm{Var}(\hat{\beta}^{\textrm{ridge}}) = \sigma^2 (X^{T}X + \lambda I)^{-1} X^T X [(X^T X + \lambda I)^{-1}]^T \to \mathbf{0} $$ where $\hat{\beta}^\textrm{ridge}$ is the ridge estimator in a linear model, $X \in \mathbb{R}^{n \times p}$ is the design matrix, and the equality is known. The limit, however, wasn't justified.
$(\cdot)^{-1} : GL_n(\mathbb{R}) \to GL_n(\mathbb{R})$ is continuous and $GL_n(\mathbb{R})$ is open in $M_n(\mathbb{R})$ (see: https://math.stackexchange.com/a/810675/369800). [To understand the proof just linked: determinant continuous (see: https://math.stackexchange.com/a/121834/369800) and adjoint continuous (see: https://math.stackexchange.com/a/2031642/369800)]
– zxmkn Jan 24 '19 at 19:07