Definition: A metric space $(X,d)$ is said to be compact iff every sequence admits a convergent subsequence.
I am having trouble with the following result:
Let $(X,d)$ be a compact metric space. Then $(X,d)$ is both complete and bounded.
So far I have been able to prove that $(X,d)$ is complete as follows.
If $X$ is compact, then every sequence $x_{n}\in X$ admits a convergent subsequence.
In particular, if $x_{n}$ is Cauchy, then it admits a convergence subsequence, which makes it convergent as well.
What concerns me is the second part. How do we prove that it is bounded?
Could someone help me with this?
If it is not bounded there exist $x_n,y_n$ such that $d(x_n,y_n) \to \infty$. There exist subsequences $x_{n_k}$ and $y_{n_k}$ converging to some points $x$ and $y$. Can you show using triangle inequality that $d(x,y)=\lim d(x_{n_k},y_{n_k}$)? That would lead to the contradiction $d(x,y)=\infty$.