I am having trouble proving the following statement:
Let $\mathbf{A}\in\mathbb{C}^{n\times n}$ be a square matrix such that $\|\mathbf{A}\|<1$, for some induced norm $\|.\|$. Then, $\|(\mathbf{I}-\mathbf{A})^{-1}-\mathbf{I}\|\leq\dfrac{\|\mathbf{A}\|}{1-\|\mathbf{A}\|}$.
I have been able to prove that $\|(\mathbf{I}-\mathbf{A})^{-1}\|\leq\dfrac{1}{1-\|\mathbf{A}\|}$ by using the absolutely converging geometric series $(1-z)^{-1} = \sum_{n=0}^{\infty}{z^n}$, having $|z|<1$, together with Neumann's theorem $(\mathbf{I}-\mathbf{A})^{-1} = \sum_{n=0}^{\infty}{\mathbf{A}^n}$, but I can't prove the above "extension" statement from the inequalities that emerge after using the triangle inequality: $\|(\mathbf{I}-\mathbf{A})^{-1}-\mathbf{I}\|\leq\|(\mathbf{I}-\mathbf{A})^{-1}\|+\|\mathbf{I}\|$.
Can anyone please provide me with a hint/help on how to proceed? Thanks in advance!
Note The formulation to be proven appears in Generalizations of the Condition Number by Predrag S. Stanimirovic.
$(I-A)^{-1}=I+A+A^{2}+\cdots$ (the series converging in the norm since $\|A\|<1$) and so $(I-A)^{-1}-I=A+A^{2}+\cdots$. So $\|(I-A)^{-1}-I\| \leq \|A\|+\|A\|^{2}+\cdots=\frac {\|A\|} {1-\|A\|}$.