I have to show that $\prod_{n < \omega} n = 2^{\aleph_0}$. I'm having trouble getting started. I know that $2^{\aleph_0}$ is the set of binary sequences, or the space of functions from $\mathbb{N}$ to $\{0, 1\}$, but I'm having trouble parsing $\prod_{n < \omega} n$. My best guess is that it's the infinite Cartesian product $$0 \times 1 \times 2 \times 3 \times \dots$$ but because $0$ is $\emptyset$, then so is this product. Alternatively, $$\prod_{n < \omega} n = \{f : \omega \rightarrow \bigcup n | (\forall n) f(n) \in n\}$$ Thus has the same problem, though, that this would be an empty space of functions because none of them can map $0$ anywhere.
2026-03-29 09:10:07.1774775407
Showing $\prod_{n < \omega} n = 2^{\aleph_0}$
135 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
2
It's certainly true that $\prod_{n < \omega} n = 0$, so I presume what was meant is $\prod_{0 < n < \omega} n$, in which case this is the set of functions $f : \omega \setminus \{0\} \to \omega \setminus \{0\}$ with $f(n) \in n$ for all $0 < n < \omega$, i.e. the set of regressive functions $\omega \setminus \{0\} \to \omega \setminus \{0\}$. (This has the same cardinality as the set of regressive functions $\omega \to \omega$.)
More generally, if $A$ is an indexing set and for each $\alpha \in A$ there is a set $X_{\alpha}$, then $\prod_{\alpha \in A} X_{\alpha}$ is the set of functions $f : A \to \bigcup_{\alpha \in A} X_{\alpha}$ such that $f(\alpha) \in X_{\alpha}$ for all $\alpha \in A$.
So you need to prove that there are $2^{\aleph_0}$-many regressive functions $\omega \to \omega$.
One method using cardinal arithmetic as as follows:
You'll need to prove both the inequalities I stated and complete the $\cdots$ bits.
You could also prove this using cleverly chosen set inclusions.