$A$ and $B$ are two real symmetric non-singular matrices but not necessarily sign definite. Suppose $A+B$ is non-singular. I want to find a $\lambda \in \Bbb R$ such that $$(A+B)^{-1}\leq(A+\lambda I)^{-1}$$ where $A\leq B$ means $A-B$ is negative semi-definite. Does such $\lambda$ exist? How can I find it?
I have tried the identity $(A+B)^{-1}=A^{-1}-A^{-1}(B^{-1}+A^{-1})^{-1}A^{-1}$. But it led me to
$$(A^{-1}+\lambda^{-1} I)^{-1}\leq(A^{-1}+B^{-1})^{-1}$$
Thanks in advance!
I found a way by Schur's complement identity.
It holds that the following three matrices are congruent. $$\begin{bmatrix}(A+\lambda I)^{-1}&I\\I&A+B\end{bmatrix}\sim\begin{bmatrix}A+B&I\\I&(A+\lambda I)^1-(A+B)^{-1}\end{bmatrix}\sim\begin{bmatrix}(A+\lambda I)^{-1}&I\\I&B-\lambda I\end{bmatrix}$$
Let $n_-(A)$ denote the number of negative eigenvalues of $A$. Then, by Sylvester's law of inertia, $(A+\lambda I)^1\geq(A+B)^{-1}$ iff \begin{equation}n_-(A+B)=n_-(A+\lambda I)+n_-(B-\lambda I)\end{equation} But such $\lambda$ does not always exist, as shown by the excellent counterexample by @Rammus. In that example, $n_-(A+B)=0$ but no $\lambda$ can simultaneously make $n_-(A+\lambda I)=0$ and $n_-(B-\lambda I)$.
Anyways, if such $\lambda$ exists, the identity above provides a way to find it.