Suppose that $A \in \mathbb{R}^{n \times n}$ is a symmetric positive semi-definite matrix such that $\operatorname{Tr}(A)\le n$. I want a lower bound on the following quantity $$\operatorname{Tr} \bigl( \bigl( (A+I )^{-1} \bigr)^2\bigr)$$ where $I$ denotes the identity matrix.
My intuition tells me it should be
$$ \operatorname{Tr} \bigl( \bigl( (A+I )^{-1} \bigr)^2\bigr) \ge 1/4 $$
However, I'm not sure how to show it. Also my intuition might be wrong?
By spectral theorem, there is invertible matrix $P$ such that $$ P^{-1}(I+A)P=\pmatrix{1+\mu_1 \\ & \ddots & \\ & & 1+\mu_n} $$ where $\mu_i$ is eigenvalue of $A$ and $\mu_i\geqslant0$. So $$ (I+A)^{-1}=P\pmatrix{\dfrac1{1+\mu_1} \\ & \ddots & \\ & & \dfrac1{1+\mu_n}}P^{-1} $$ And $$ ((I+A)^{-1})^2=P\pmatrix{\dfrac1{(1+\mu_1)^2} \\ & \ddots & \\ & & \dfrac1{(1+\mu_n)^2}}P^{-1} $$ So $$ Tr(((I+A)^{-1})^2)=\sum_{i=1}^n\dfrac1{(1+\mu_i)^2}\leqslant n $$ Then by $\sum_{i=1}^n\mu_i\leqslant n$, we have $\mu_i\leqslant n$ for all $i$. So a lower bound is $$ Tr(((I+A)^{-1})^2)\geqslant\frac{n}{(1+n)^2} $$