So I'm working on a problem with the following statement:
Problem Statement: Assume metric space $C$ is complete and has this property:
If $(x_n)_{n \ge 0}$ is a sequence in $C$ and there exists $\varepsilon > 0$ such that $d(x_i,x_j) > \varepsilon$ for all $i \neq j$, then the sequence $(x_n)$ is not bounded.
Prove that if $A \subset C$ bounded and closed, then $A$ is compact.
Here is what I have done so far/my thoughts...
Proof: From the statement, we know that $C$ is complete thus this means that every Cauchy sequence converges to a point in metric space $C$. Now, compactness means that a subset $A$ in metric space $C$ is compact when the set $A$ is contained in the union of a collection of open subsets of $C$, then $A$ is contained in a finite number of these subsets.
From the property given, we know that the metric space $C$ contains a divergent (non-convergent) sequence that is not bounded. Hence, a subset $A$ of $C$ must be select points which are bounded thus we let $\varepsilon > 0$ such that $d(x,y) < \varepsilon$ $\forall$ $x,y \in A\subset C$. Since $A$ is bounded and closed, we select $x < y$ such that A is monotonically increasing, thus $A$ is a convergent sequence because it is a bounded monotonically increasing sequence. Thus, since $A$ contains a convergent subsequence it is compact. Thus, metric space $C$ is compact.
To me, I feel like I'm in the right direction but am struggling to have that closing logic for this proof. I appreciate the help!