Show that if $f : X \to X$ is an isometry and $X$ is compact metric space, then $f$ is bijective and hence a homeomorphism Hint: If $a\in X$ \ $f(X)$, choose so that the neighborhood of a is disjoint from $f(X)$. Set $x_1 = a$, and $x_{n+1} = f(x_n)$. Show that $d(x_n, x_m) \ge \epsilon$ for $n \neq m$.
Okay. So this question was addressed here. I was able to show that $d(x_n, x_m) \ge \epsilon$ for $n \neq m$, but was unable to discern the contradiction from this. As the answer in the link suggests, this evidently implies that $(x_n)$ cannot have a convergent subsequence, which contradicts sequential compactness. I haven't been able to find a proof of this, so I provide my own and hope that someone could critique it:
Suppose that there exists an $\epsilon > 0$ such that $d(x_n, x_m) \ge \epsilon$ for $n \neq m$, but, by way of contradiction, suppose that there exists a subsequence $x_{n_k}$ converging to $L$. Given $\frac{\epsilon}{2} > 0$, there exists a natural number $N$ such that $d(x_{n_k},L) < \frac{\epsilon}{2}$ for every $k \ge N$. Choosing $k=N$ and $k=N+1$, we get $d(x_{n_N},L) < \frac{\epsilon}{2}$ and $d(x_{n_{N+1}},L) < \frac{\epsilon}{2}$, and adding the two gives us $$d(x_{n_N},x_{n_{N+1}}) \le d(x_{n_N},L) + d(x_{n_{N+1}},L) < \epsilon,$$
contradicting the hypothesis.
How does this sound?
Your proof is correct, but as stated in the comments, your title is wrong.
By negating the definition of a Cauchy sequence, we obtain that a sequence is not Cauchy if there exists a positive number $\epsilon$ such that for every natural number N, there exists natural numbers $n,m\geq N$ such that $d(x_n,x_m)\geq\epsilon$.
Now your sequence satisfies $d(x_n,x_m)\geq\epsilon$ for $n\ne m$. Yes, this sequence is not Cauchy. However it is much more than that because the "there exists natural numbers $n,m\geq N$" can be replaced by "for every distinct pair of natural numbers $n,m$". So not only is your sequence not Cauchy, but in fact every subsequence of your sequence is not Cauchy. Since a convergent sequence must be Cauchy, we see that every subsequence is not convergent.