I find this queistion in my textbook:
QUESTION) Let $T \in \mathcal{L}(\mathcal{B})$, where $\mathcal{B}$ is a Banach Space. If exists $n$ with $||T^{n}|| < 1$, show that, given $\eta \in \mathcal{B}$, the equation $x - Tx = \eta$ has a unique solution.
So, I think I can solve this question using Banach fixed point theorem, setting $A(x) = Tx + \eta $. However, I can't show that $A$ is a contraction. Help me with it!
Observe that $A^n(x) = T^n x + \beta_n$, where $\beta_n = \sum_{k=1}^{n-1}T^k \eta + \eta$. Thus,
$$ \|A^n(x) - A^n(y)\| = \|T^n(x - y)\| \leq \|T^n\|\|x - y\| $$
which implies that $A^n$ is a contraction. From here you can use the result that if $A^n$ is a contraction, then $A$ has a unique fixed point. For example, see the proof of this result here.