Given $A\succ 0$ (positive-definite) and $c>0$, I am trying to show
$$\|(A + cI)^{-1}x\|\leq \frac{\|x\|}{\lambda_{\min}(A)} \tag{1}$$
using information like this but without success so far. Could you please help to prove it? Any help is welcome.
EDIT: This inequality is an abstract form of the inequality
$$\left\| \left[f''(x_k) - r_M(x_k)\frac{M}{2}I \right]^{-1}f'(x_k)\right\| \leq \frac{\|f'(x_k)\|}{\lambda_{min}\left(f''(x_k)\right)}\tag{2}$$ appeared here (Theorem 3). Here is the part of the proof

Since $A\succ 0$, so is $A+cI\succ 0$, so $\lVert (A+cI)^{-1}\rVert = \lambda_{\min}(A + cI)^{-1}$, and $$ \lVert (A+cI)^{-1}x\rVert\leq \lVert (A+cI)^{-1}\rVert\lVert x\rVert = \frac{\lVert x\rVert}{\lambda_{\min}(A+cI)}\leq \frac{\lVert x\rVert}{\lambda_{\min}(A)}. $$