Let $X$ be a Banach space, $T \in B(X)$ and $||I−T||=γ<1$. Show that $T$ is injective. My attempt:
Suppose that $Tx=Ty$, for some $x,y\in X$. Then, by the linearity of $T$, $$T(x-y)=0\implies ||T(x-y)||=0.$$ By definition of the operator norm, $$||T(x-y)|| \le ||T||\,||x-y||.$$ How can I show that this implies $||x-y||=0$?
The space of bounded linear operators on $X$, denoted $\mathcal{B}(X)$, is a Banach space, since $X$ is complete. The norm associated with $\mathcal{B}(X)$ is the operator norm, i.e. \begin{align*} \|T\| = \sup_{\|x\| = 1} \|Tx\|. \end{align*}
Recall that a normed vector space is complete if and only if every absolutely convergent series converges.
So consider the series \begin{align*} \sum_{n=0}^{\infty} \|I-T\|^n \end{align*} Since $\|I-T\| < 1$, this series converges, hence \begin{align*} \sum_{n=0}^{\infty} (I-T)^n \end{align*} converges in $\mathcal{B}(X)$ to some element, call it $S$. To show that $S = T^{-1}$, it suffices to show that $ST= I$. Observe, \begin{align*} ST &= \sum_{n=0}^{\infty} (I-T)^n T \\ &= \sum_{n=0}^{\infty} (I-T)^n - \sum_{n=0}^{\infty} (I-T)^{n+1} \\ &= \sum_{n=0}^{\infty} (I-T)^n - \sum_{n=1}^{\infty} (I-T)^{n} \\ &= (I-T)^0 \\ &= I \end{align*} Thus, $S = T^{-1}$. In particular, $T$ is injective.