In a first countable space, what's a good way of going from nets to sequences?
Let me explain more clearly what I mean. Suppose $f:X\to Y$ is a topological map and $X$ is first countable. Then I believe the following three conditions are equivalent:
$$ \tag {i}\text{ For every convergent net $x_{\alpha} \to x,\,f(x_{\alpha}) \to f(x)$. }$$ $$ \tag{ii} \text{ For every convergent sequence $x_{i} \to x,\,f(x_{i}) \to f(x)$. }$$ $$\tag{iii} \text{ $f$ is continuous. }$$
The only way I know right now to prove (ii)$\implies$(i) is to show (ii)$\implies$(iii)$\implies$(i). But suppose I wanted to attempt a direct proof. I would start with a net $x_\alpha \to x$, and I'd like to find a way of converting it into a sequence $x_i$, whose convergence guaranteed the convergence of $x_{\alpha}$. It seems like there should be a trick for this.
Similarly, in a first countable space, the following three conditions are equivalent:
$$ \tag {1}\text{ Every net $x_{\alpha}$ in $X$ has a convergent subnet. }$$ $$ \tag{2} \text{ Every sequence $x_{\alpha}$ in $X$ has a convergent subsequence. }$$ $$\tag{3} \text{ $X$ is compact. }$$
In proving (2)$\implies$(1) directly, I'd like to make a similar conversion from net to sequence.
Does anyone know how to do this?