Let $(V, \| \cdot \|)$ be a Banach Space over $\mathbb{F}$ and let $T \in B(V)$ (i.e linear and continuous $V \to \mathbb{F}$). If $\|I - T \| < 1$ then prove
- T bijective
- $T^{-1}$ continuous
- $S_n = \sum_{k=0}^{n} (I-T)^k$ converges to $T^{-1}$
Here is what I have done.
Assume wlog $n>m$ $$ \|S_n - S_m \| = \| \sum_{k=0}^n (I-T)^k - \sum_{k=0}^m (I-T)^k \| = \| \sum_{k=m+1}^n (I-T)^k \| \leq \sum_{k=m+1}^n \|I-T\|^k \leq \\ \leq \sum_{k=0}^n \|I-T \|^k = \frac{1}{1 - \|I -T \| } < \infty $$
Which proves that $S_n$ is Cauchy. Since $(V, \| \cdot \|)$ complete $\Rightarrow$ $B(V)$ complete, thus $S_n \to S$.
Now
$$ S_nT = \left( \sum_{k=0}^n (I-T)^k \right) (I - (I-T)) = (I-T)^{n+1} + I \to I $$ and similiar for $TS_n$. Thus $S$ is the inverse of $T$.
Since
$$ \|T^{-1} \| = \|S \| = \lim_{n \to \infty} \|S_n\| = \lim_{n \to \infty} \|\sum_{k=0}^n (I-T)^k \| \leq \lim_{n \to \infty} \sum_{k=0}^n \|I-T\|^k < \infty $$ $T^{-1}$ is bounded and hence continuous.
Since $TS = ST = I$ we get that $T$ is bijective.