Let $A$ be $K \times K$ positive definite symmetric matrix with known inverse $A^{-1}$ and set $I$ the identity matrix of dimension $K$.
Can one show that (generally or under some conditions)
$$\lim_{n \rightarrow \infty} n \left(nI + A\right)^{-1} = I$$
This limit holds for any matrix. Any $k \times k$ matrix $A$ cannot have eigenvalues of arbitrary magnitude, so $(n I + A)^{-1}$ is defined for all $n$ in some neighborhood of infinity (and minus infinity). In this neighborhood we can state that $$n\left(nI + A\right)^{-1}=n\left(n(I + \frac{1}{n}A)\right)^{-1} = \left(I + \frac{1}{n}A\right)^{-1}.$$ So if we define $f(h) = \left(I + hA\right)^{-1}$, we are interested in the limit $$\lim_{h\to 0} f(h).$$ We have seen that $f$ is indeed defined in a neighborhood around $0$ and since taking inverses is continuous we find that $f$ is continuous and thus $$\lim_{n \to \infty} n\left(nI + A\right)^{-1} = \lim_{h \to 0} f(h)= f(0) = (I+ 0 \cdot A)^{-1} = I.$$
I think of this argument as a sort of generalization of how I would prove that $$\lim_{n \to \infty} \frac{n}{n + a} = 1$$ for any real (or indeed complex) number $a$.