I'm trying to prove that a countable union of countable sets is countable. I read this proof somewhere and re-wrote it in my own way.
MY WORK
Let $\{S_n\}$ be a sequence of countable sets. Define \begin{align} S=\bigcup_{n=1}^{\infty}S_n\end{align} It suffices to construct an injection between $S$ and $\Bbb{N}$. Define \begin{align} \mathcal{F_n}=\{f:f:S_n\to\Bbb{N}\;\text{and}\;f\;\text{is one-one}\},\;\;\forall\, n\in \Bbb{N}\end{align} Since $\{S_n\}$ is countable, then $\mathcal{F_n}$ is non-empty. Then, by axiom of countable choice, there exists $\{f_n\}$ such that $f_n\in\mathcal{F_n}$, i.e. \begin{align} f_n:S_n\to \Bbb{N}\end{align} \begin{align} x\mapsto f_n(x)\end{align} where $\{f_n\}$ is injective. Let \begin{align} \phi:S\to \Bbb{N}\times\Bbb{N}\end{align} \begin{align} x\mapsto \phi(x)=(n,f_n(x))\end{align} Hence, $\phi$ is injective since $n$ and $\{f_n\}$ are injective. Also, there exists \begin{align} \alpha:\Bbb{N}\times\Bbb{N}\to\Bbb{N}\end{align} \begin{align} (n,f_n(x))\mapsto \alpha(n,f_n(x))\end{align} which is injective. Thus, $\alpha\circ \phi:S\to\Bbb{N}$ is injective and so, $S$ is countable.
Please, can anyone show me how to define $\alpha$ explicitly? I would also love to see other proofs too! Thanks!
