I wish to produce a direct proof that $\omega_1$ is not second countable
Recall the definition of $\omega_1$
$\omega_1 = \{\alpha \in W| \{x \in W| x < \alpha\} \text{ is countable }, W \text{ is an uncountable well order }\}$
More commonly:
$\omega_1 = \{\alpha| \text{pred}(\alpha) \text{is countable}\}$, where $\text{pred}(\alpha)$ is the predecessor set
(Note: I only know these two definitions, which are quite clumsy, if anyone knows simpler definitions of $\omega_1$ I would also appreciate it)
Then,
proposition: $\omega_1$ with its order topology induced by $\leq$ is not second countable
How do I prove this?
Here's my attempt:
Suppose that $\omega_1$ is second countable, then it has a countable basis $\mathcal{B}$.
Take the supremum of all the elements in the basis $\mathcal{B}$, call it $b = \sup\mathcal{B}$.
Then $\text{pred}(b)$ is a countable set (by def) and $\text{pred}(b) \subset \omega_1$, so it is bounded above by some $\alpha \in \omega_1$ (fact).
Then clearly the immediate successor to $\alpha$, $\alpha+1$, is not covered by a basis element, contradiction.
Can someone check whether this is valid?