I'm currently trying to prove that if $X$ is a metric space and $X$ is sequentially compact, then $X$ itself is compact. My current strategy is to proceed by contraposition. We assume $X$ is not compact. Then it has an open cover $\mathcal{O}$ for which no finite subcover contains all of $X$. Next, I think it would be easier to proceed by contradiction: we assume that a sequence $\{x_n\}$ has a subsequence $\{x_{n_k}\}$ that converges to a point $L$. We know that since $\mathcal{O}$ covers $X$, there is some open set $O\in \mathcal{O}$ such that $L\in O$. Then there is some $N\in\mathbb{N}$ such that for all $k\geq N$, $x_{n_k}\in O$. I'm not sure how to proceed from here. I'm expecting to be able to derive that the open cover $\mathcal{O}$ has a finite subcover, contradicting our assumption that $X$ is not compact.
Any advice will be helpful. Thanks!