I am working through an old analysis qualifier question, and I was hoping someone could help me verify or correct my proof. I would also appreciate any feedback for how I could strengthen my proof, and for alternative ways of approaching the problem. Thank you in advance for any help!
Theorem: Let $X$ be a sequentially compact metric space, and let $Y \subset X$. Let $f : X \to Y$ be an isometry between $X$ and $Y$. Recall that this means that $f$ is a distance preserving homeomorphism from $X$ onto $Y$. Thus, for each $a, b \in X$, $d(a, b) = d(f(a), f(b))$. Show that $Y = X$.
Proof: Suppose to the contrary that $X \neq Y$. As $f$ is an isometry, it is continuous. So as $f$ is continuous and $X$ is compact, it follows that $f(X)$ is connected and compact. In particular, $f(X)$ is closed, so $X \setminus f(X)$ is open. Let $a \in X \setminus f(X)$ s.t. there exists $y \in f(X)$ s.t. $d(a, y) > \text{diam}(f(X))$, and let $r > 0$ s.t. $B_{r}(a) \subset (X \setminus f(X))$ (such an $r$ exists as $X \setminus f(X)$ is open).
In particular, we have $\overline{B_{r/2}(a)} \subset B_{r}(a)$. As $\overline{B_{r/2}(a)}$ is a closed subset of a compact space, it is compact. So by the Weierstrass Extreme Value Theorem, let:
$$m := \max_{x \in \overline{B_{r/2}(a)}, y \in f(X)} d(x, y)$$
By construction, $m > \text{diam}(f(X))$. Let $x \in \overline{B_{r/2}(a)}, y \in f(X)$ achieving $d(x, y) = m$. By isometry, $d(f(x), f(y)) = m$. So $m \leq \text{diam}(f(X))$, a contradiction. QED.
In my proof, am I correct in selecting:
Let $a \in X \setminus f(X)$ s.t. there exists $y \in f(X)$ s.t. $d(a, y) > \text{diam}(f(X))$
If so, how can I justify such an $a$ exists? If not, is there a way I can correct this hole (as well as the others) in my proof?
Thank you in advance for any help!
zaq- I realize. The problem statement included sequential compactness though. Thanks for the link! I'll check it out.
– ml0105 Dec 28 '16 at 21:30