Let $Maps(\mathbb N,\{0,1\})$ denote the set of all maps from $\mathbb N$ to $\{0,1\}$. Prove that there does not exist any bijective map from $\mathbb N$ to $Maps(\mathbb N,\{0,1\})$.
The first thing that I thought of was to use proof by contradiction, but the problem is how do I deal with "$Maps(\mathbb N,\{0,1\})$"? I feel that I need to show that the cardinality of these 2 sets are different.
Any help or hints is seriously appreciated!
The easiest way would be to show that there does exist a bijection between $Maps(\mathbb N, \{0,1\})$ and $\mathcal P(\mathbb N)$.
You can do this by looking at elements of $Maps(\mathbb N, \{0,1\})$ as indicator functions.
Alternatively, you could write a variant of Cantor's diagonal argument yourself.
Assume that there is a bijection. Then $Maps(\mathbb N,\{0,1\})=\{m_1,m_2,\dots\}$ where $m_i$ is a mapping from $\mathbb N$ to $\{0,1\}$.
Since $m_1$ is a mapping to $\{0,1\}$, we can represent it as, for example,
$$m_1 \equiv [0,0,1,0,0,0,1,0,1\dots]$$
(this would mean $m_1(1)=0, m_1(2)=0, m_1(3)=1\dots$).
Now write down
$$m_1=[_1m_1, _2m_1,_3m_1\dots]\\ m_2=[_1m_2, _2m_2,_3m_2\dots]\\ m_3=[_1m_3, _2m_3,_3m_3\dots]\\\vdots$$
and you can (using a Cantor-like argument) construct a mapping $m$ that is not equal to any of the above mappings.