Let $\mathbb{N}^{\{0,1\}} :=\{f: \mathbb{N} \to \{0,1\}\}$ is uncountable
I have never heard of the table approach, and all the proofs say uncountability of $\mathcal {P}(\mathbb{N})$ I have seen so far do not use the table approach. There was a hint how to do this without listing stuff in a table: Is the set of all functions from $\mathbb{N}$ to $\{0,1\}$ countable or uncountable?
Suppose that $f_1,…$ is a countable sequence of functions in $\{0,1\}^\mathbb{N}$, we define the function $F(n)=1−f_n(n)$. Check that $F:\mathbb{N}\to\{0,1\}$, and now show that it differs from $f_1,f_2,…$. If $\{0,1\}^\mathbb{N}$ was countable we could have enumerated it like that, but then $F$ would be somewhere in the list. This is impossible and therefore $\{0,1\}^\mathbb{N}$ is uncountable.
Couple of questions:
- Does $\{0,1\}^\mathbb{N} = \{f: \mathbb{N} \to \{0,1\}\}$, I maybe using conflicting notations
If that is the case, then the function $F$ makes sense
- What does it mean by "now show that it differs from $f_1,f_2,…$"?
Does it mean suppose $f_k(n) = F(n)$, then $F(n) = 1 - f_k(n) = 1 - F(n)$, so $F(n) = \dfrac{1}{2}$ so this is impossible.