I have a trouble to prove the following
let $I_n$ be the $n\times n$ identity matrix and $A$ is $n\times n$ positive semi-definite matrix and $b$ is a positive scalar.
Now, can we say $I_n-(I_n+bA)^{-1}$ is also positive definite?
We may assume A is non singular. then how can I prove this?
Ok, This seems to mean it is true. Let $(\lambda, x)$ be an eigenpair of the matrix $A$, with $\lambda > 0$. Then we know that $$ (I_n + b A)^{-1}x = \frac{1}{1 + b \lambda} x. $$ Also, we then see $$ [I_n - (I_n + b A)^{-1}]x = \left(1 - \frac{1}{1 + b \lambda} \right) x. $$ Since $b, \lambda > 0$ we see that the eigenvalue is also positive. Since eigenpair was arbitrary, this proves the claim.