I have the following question but without any correction so I will really appreciate a feedback on my answers.
Question:
Let be $K$ a non-empty compact metric space. We define $ \text{diam} (K) = \sup \left \{ d(a, b): a,b \in K \right \}$. Show that $\text{diam} (K) < \infty$ and $\exists a,b \in K$ such that $\text{diam} (K)= d(a, b)$.
My Answer:
Prove that $\text{diam} (K) < \infty$
By absurd we suppose that $\text{diam} (K) = \infty$. It means that there exists at least one strictly increasing sequence defined WLOG, as follow: $(u_n=d(a,b_n))_n$ verifying $u_n \underset{n \to \infty}{\rightarrow} \infty$ and this for any given fixe $a \in K$. Hence we can not extract a convergent (in $K$) subsequence from $u_n$. And this contradict the definition of $K$ being a compact set.
Prove that $\exists a,b \in K$ such that $\text{diam}(K)= d(a,b)$
We writte $\text{diam}(K)=C$.
Now we define by reccurence the following sequence:
- We take $a_0,b_0$ as we want in $K$ and $u_0=d(a_0,b_0) \leq C$
- We choose $a_1, b_1 \in K$ s.t. $0 \leq C- d(a_0,b_0) < u_1=d(a_1,b_1) \leq C$. Such $a_1, b_1$ has to exists by the definition of $C$. Indeed it is not the case we get $d(a_0;b_0)=C$ (and this completes the proof).
- ... same for all $u_n$...
So we have $u_n \underset{n \to \infty}{\rightarrow} C $ and the subsequence $(a_{nk} ; b_{nk})$ that must cvge to $(a;b)$ by the compactness of $K$ verifies too $u_{nk} \underset{k \to \infty}{\rightarrow} K $ by the uniqueness of the limit. $ \Rightarrow d(a_{nk},b_{nk}) \underset{n \to \infty}{\rightarrow} d(a,b)=C$
Is this correct? thank you.