I'm taking the GRE tomorrow, and had a question. Based on the answer key, this practice test states that the set of all functions from N to {0, 1} is not countable.
Can't you map the natural numbers to these functions, as follows?
i 1 2 3 4 5 6 7 8 ...
f0 = 0 0 0 0 0 0 0 0 ...
f1 = 1 0 0 0 0 0 0 0 ...
f2 = 0 1 0 0 0 0 0 0 ...
f3 = 1 1 0 0 0 0 0 0 ...
f4 = 0 0 1 0 0 0 0 0 ...
That is, f4(1)=0, f4(2)=0, f4(3)=1, and f4(anything else)=0. Won't this eventually cover all possible kinds of these functions? And we can definitely map the natural numbers to this set.