In a metric space $(X,\Omega)$ given that $A$ is a subset of $X$: if every sequence of $A$ contains a subsequence that converges to some point in $X$, then, $A$ is compact relative to $\Omega$.
Proof:
Suppose that every sequence $x_i ∈ A$ has a convergent subsequence and let $F$ be a cover of $A$. Find a countable open cover $F_0 = \{U_i ⊆ X |U_i \text{ is open} , i ∈ N\}$ with the property that for every $U_i ∈ F_0$ there is some $V ∈ F$ with $U_i ⊆ V$.
Claim: $F_0$ has a finite subcover. To prove the claim, suppose the opposite. Then by picking an arbitrary $x_n ∈ A − \bigcup_{i-1}^{n-1}U_i$ we obtain a sequence. By the assumption, there must be a subsequence $y_i = x_{n_k}$ with converges to $y_0$. Since $F_0$ is a cover,there is some $m ∈ N$ with $y_0 ∈ U_m$. But then $y_j \notin U_m$ for all $j ≥ m$ which is a contradiction. This concludes the proof of the claim.
Thus let $\{U_1, .., U_N \}$ be a finite cover of $A$ and let $V_i ∈ F$ be such that $U_i ⊆ V_i$ for all $i = 1, ...., N$. The $\{V_1, ..., V_n\}$ is also a finite cover of $X$.
Could the step of contradiction in the proof be explained?