Suppose $T$ is a bounded linear operator on a banach space $X$, such that $\|I-T\| < 1$. Show that $T$ has an inverse and it is bounded.
To show that an inverse exists, we have to show that $T$ is injectice and surjective. Now, I can prove tha injective part, but cannot prove the surjectivity, and how is the inverse bounded.
I know a similar question was asked here but the answer there did not help at all. I also cannot ask for an explanation in the comments either because my reputation is not yet 50.
Edit: $I$ is the identity operator.
Lemma: If $A:X\to X$ is a bounded operator defined on a Banach space and $||A||<1$ then $I-A$ is invertible and the inverse is bounded.
Proof: For all $k\in\mathbb{N}$ we have $||A^k||\leq ||A||^k$. Since $||A||<1$ the series $\sum_{k=0}^\infty ||A^k||$ converges. Since $X$ is a Banach space we know that the space of bounded linear operators $L(X,X)$ is also a Banach space. And it is well known that in a Banach space an absolutely convergent series is convergent. Hence $\sum_{k=0}^\infty A^k$ converges to an element $S\in L(X,X)$. Now we can define the sequence of partial sums $S_n=\sum_{k=0}^n A^k$. We have:
$(I-A)S_n=S_n(I-A)=I-A^{n+1}$
By taking $n\to\infty$ we get $(I-A)S=S(I-A)=I$. So $S$ is an inverse of $I-A$, hence the inverse exists and it is bounded.
Well, now in your case just take $A=I-T$. Then $I-A=I-(I-T)=T$.