Let $A$ be a symmetric positive semidefinite matrix and $I$ the identity matrix.
Given the linear equation
$$ y = A(A + \sigma^2I)^{-1} x $$
Write $A$ in terms of its eigenvectors $|u_i\rangle$, $$ A=\sum_{i=1}^n \lambda_i|u_i\rangle\langle u_i| $$ and assume $$ x = \sum_{i=1}^n \gamma_i |u_i\rangle $$
How can one prove that $$ y = \sum_{i=1}^n \frac{\gamma_i\lambda_i}{\lambda_i + \sigma^2}|u_i\rangle $$
I have been trying to use the matrix inversion lemma, but I can't get the result. Is there something fundamental that I am missing?
Thanks