I'm new to Real Analysis and didn't know how to start this question:
Let $x_n \rightarrow x$ in $(M, d)$. Let $K = \{x\} \cup \{x_n : n\in\mathbb{N}\}$. Show that $K$ is compact.
I wanted to try doing this by showing that for every open cover, there is a finite subcover.
So let $\{U_\alpha : \alpha \in I\}$ be an open cover for $K$... So one of the open sets of the subcover contains $x$, so assume that $U_0$ contains $x$.
Now I'm just stuck here, I tried doing multiple things but... I don't get anywhere with it.
If $x \in U_0$ then, since $U_0$ is open, there exists $\varepsilon > 0$ such that if $d(x,y) < \varepsilon$ then $y \in U_0$.
Therefore, by convergence of $(x_n)_{n \in \mathbb{N}}$, there exists $N \in \mathbb{N}$ such that if $n \ge N$ then $d(x,x_n) < \varepsilon$, and hence $x_n \in U_0$ for all $n \ge N$.
How might you obtain a finite subcover using this information?