I was thinking about this theorem
If E is an infinite subset of a compact set K, then E has a limit point in K.
I know that's already asked here, for example here
But, I think that I get an alternative proof, but I'm not sure if my proof it's all right.
My proof for this theorem:
Let $\{x_n\}_{n \in \mathbb{N}}$ a sequence such that $\{x_n\}_{n \in \mathbb{N}} \subset E \subset K$, by the compactness of $K$ there is a subsequence $\{x_{n_{j}}\}_{j \in \mathbb{N}}$ such that $x_{n_{j}} \rightarrow a \in K$.
Then $a$ is limit point of $E$.
Indeed $\forall \ \varepsilon > 0 \ \ \exists \ j_0 \in \mathbb{N} $ such that $j>j_0 \Rightarrow x_{n_{j}} \in B(a,\varepsilon)$
As $E$ has infinite point we have $B(a,\varepsilon) \cap E \neq \emptyset$, therefore $a$ is a limit point of $E$ [QED].
Thank you.