Suppose that $T: M \to M$ is a compact contractive Operator on a nonempty compact subset $M$ of a complete metric space $X$. Show that $T$ has a unique fixed point. Further show that the sequence defined by $x_{n+1}=Tx_n$ converges to the fixed point from an arbitrary point $x_0 \in M$. By a contractive operator I mean there exists a $1 \gt k \ge 0$ such that $d(Tx,Ty) \le k d(x,y)$.
My try: For the first part Let $S=\{(x,y): 0 \lt a \le d(x,y) \le b\}$. Let $f: M \times M \to K$ such that $f(x,y)=\frac{d(Tx,Ty)}{d(x,y)}$. $f$ is continuous on $S$ and $S$ being compact, $f$ attains its maximum say $K(a,b) \lt 1$ . Then by generalized fixed point theorem (Generalized Fixed Point Theorem) $T$ has a unique fixed point.
I have trouble showing the second part. Since $M$ is compact, every such $x_n$ will have a convergent subsequence say $x_{n_{k}}$ which goes to say $x'$. I need to show that all convergent subsequences go to $x$ which is the fixed point and somewhere use $x_{n+1}=Tx_n$. I am unable to do so.
Thanks for the help!!
It is the same proof as in the Banach fixed point theorem. The idea is to show that the sequence $x_n$ is Cauchy in $X$ and thus it is convergent, say to $x\in X$. Because all $x_n$ are in $M$ and $M$ is closed, then $x\in M$. Now you have to show that this $x$ is indeed a solution to $Tx=x$. For this write $d(Tx_n,Tx)\leq k d(x_n,x)\to 0$ and therefore $d(x_{n+1},Tx)\to 0$, but also $d(x_{n+1},x)\to 0\Rightarrow Tx=x$.
Showing that the sequence $\{x_n\}$ is Cauchy: $$d(x_{n+1},x_n)=d(Tx_n,Tx_{n-1})\leq kd(x_n,x_{n-1})\leq ...\leq k^nd(x_1,x_0)$$ Therefore, by the triangle inequality and the sum formula for geometric series you get $$d(x_n,x_{n+m})\leq d(x_n,x_{n+1})+d(x_{n+1},x_{n+2})+...+d(x_{n+m-1},x_{n+m})$$ $$\leq (k^n+k^{n+1}+...+k^{n+m-1})d(x_1,x_0)$$ $$\leq k^n(1+k+k^2+...)d(x_1,x_0)=\frac{k^n}{1-k}d(x_1,x_0)\to 0$$ as $n\to\infty$, because $k<1$