I've been trying to solve this for 3 hours..
If $A$ is an $n \times n$ matrix with $\|A\|<1$ in any norm, then show that $\|(I-A)^{-1}\| \leq \frac {1}{1-\|A\|}$.
My trying is:
$$ \|(I-A)^{-1}\| = \|A^{-1} - I^{-1}\|=\| A^{-1} - I\| \leq \|A^{-1}\|-\|I\|=\|A^{-1}\||-1 \leq \|A\|^{-1} -1 $$
Multiplying both sides of the inequality by $(1-\|A\|)$, we get
$(1-\|A\|)\cdot\|(I-A)^{-1}\| \leq (1-\|A\|)\cdot(\|A||^{-1} -1)\|A\|^{-1}-1 -\|A\|^{-1}\|A\| -\|A\|= \|A\|^{-1}-\|A\|-2 \leq \|A\|^{-1}$
Therefore, $(1-\|A\|)\cdot\|(I-A)^{-1}\| \leq \|A\|^{-1}$ but $\|A\|^{-1}$ is not smaller than 1 :(