Let $f: \mathbb R^n \rightarrow \mathbb R^n$ with arbitrary norm $\|\cdot\|$. It exists a $x_0 \in \mathbb R^n$ and a number $r \gt 0 $ with
$(1)$ on $B_r(x_0)=$ {$x\in \mathbb R^n: \|x-x_0\| \leq r$} $f$ is a contraction with Lipschitz constant L
$(2)$ it applies $\|f(x_0)-x_0\| \le (1-L)r$
The sequence $(x_k)_{k\in\mathbb N}$ is defined by $x_{k+1}=f(x_k).$
How do I show that $x_k \in B_r(x_0) \forall k \in \mathbb N$?
How do I show that $f$ has a unique Fixed point $x_f$ with $x_f = \lim_{k \rightarrow\infty} x_k$?
I know this has something to do with Banach but I am totally clueless on how to prove this. Any help is welcome. Thanks.
Hint: Prove by induction Assume that $x_k\in B_r(x_0)$ then you have
$$ \|x_{k+1} -x_0\| = \|f(x_k) -f(x_{0}) +f(x_{0}) -x_0\| \\\le \|f(x_k) -f(x_{0})\|+\|f(x_{0}) -x_0\| \\ \le L \|x_k -x_{0}\|+\|f(x_{0}) -x_0\| $$
That is
$$ \|x_{k+1} -x_0\| \le L \|x_k -x_{0}\|+\|f(x_{0}) -x_0\| .$$
Using the assumption that,
$$\|f(x_0)-x_0\| \le (1-L)r$$ we get, $$ \|x_{k+1} -x_0\| \le L\|x_{k} -x_0\|+(1-L)r \tag{E}$$
Now since $x_0\in B_r(x_0)$ we assume if we Assume that $x_k\in B_r(x_0)$ . Then from the estimate above we have $$ \|x_{k+1} -x_0\| \le L\|x_{k} -x_0\|+(1-L)r\le (1-L +L)r= r $$
Hence $$x\in B_r(x_0)~~~\forall~~ k$$
Therefore $$f :B_r(x_0) \to B_r(x_0)$$ is a contraction on closed set $B_r(x_0)$(which is therefore complete). From the fix point theorem $f$ has a fix point $x_f$ and its satisfies $$x_f = \lim_{k\to\infty}x_k$$