I am currently studying for a calculus exam and stumbled across the following problem.
Let $B = \{(x, y) \in \mathbb{R}^2 : \|(x, y)\| < 1\}$, and let $f: B \to B$ be a continuous function. We define the sequence $\{(x_n, y_n)\}_{n \geq 1}$ by $(x_n, y_n) = f(x_{n-1}, y_{n-1})$ for $n \geq 1$ and $(x_0, y_0) \in B$. We define the norm as $ ||(x,y)|| = \sqrt{x^2+y^2} $.
We want to prove that if $\|f(x, y)\| < \|(x, y)\|$ for all $(x, y) \neq (0, 0)$ in $B$, then $\lim_{n \to \infty} (x_n, y_n) = (0, 0)$.
My first attemps tried to use the banach fixed point theorem, however they all failed. Later I tried looking at a compact subset of $ B $ since there exists an $ \epsilon > 0 $ such that $ \epsilon = ||(x_0, y_0)|| $ and from $|| f(x,y)|| < ||(x,y)||$ it follows that all $ (x_n, y_n) $ are on the closed $ \epsilon $ ball centered at $ (0,0) $. However, I wasn't able to show that every sequence $ (x_n, y_n) $ needs to converge to $ (0,0) $.
Any help would be much appreciated.
The sequence $\|(x_n,y_n)\|$ is decreasing and nonnegative, hence convergent. Let $$m=\lim_n\|(x_n,y_n)\|=\inf_n\|(x_n,y_n)\|$$ The sequences $x_n$ and $y_n$ are bounded. By the Bolzano-Weierstrass theorem there is a subsequence $n_k$ such that $x_{n_k}$ and $y_{n_k}$ are convergent. Let $x_{n_k}\to x$ and $y_{n_k}\to y.$
Then $$\|(x,y)\|=\lim_k\|(x_{n_k},y_{n_k})\|=m$$ $$ \|f(x,y)\|=\lim_k \|f(x_{n_k},y_{n_k})\|=\lim_k\|(x_{n_k+1},y_{n_k+1})\|=m$$ Hence $\|f(x,y)\|=\|(x,y)\|,$ which implies $(x,y)=(0,0),$ i.e. $m=0.$