0

Prove that the set of all real functions defined on the closed unit interval [0,1] has cardinal number $2^c$. it is easy to see that there exists as many as such functions i.e. the characteristic functions but I cannot prove the exact cardinality. so comments will be helpful

SHIBASHIS
  • 185

2 Answers2

1

HINT: Use the fact that $|A^B|=|A|^{|B|}$, and show that $|\Bbb{R^R}|=2^{|\Bbb R|}$.

Asaf Karagila
  • 393,674
1

To expand on Etienne's comment, we have the following argument:

We have an injection from $\mathcal P([0,1])$ to the set of real functions on $[0,1]$ (which I will call $S$ for convenience) since each subset of $[0,1]$ can be mapped to a unique corresponding characteristic function.

On the other hand, we have an injection from $S$ to $\mathcal P([0,1]\times \mathbb R)$ since each real function in $S$ can be mapped to its unique graph in $[0,1]\times\mathbb R$.

From there, we have only to show that $\left|[0,1]\right|=\left|[0,1]\times\mathbb R\right|$

With the above, we have $$ \left|\mathcal P([0,1])\right|\leq \left| S\right| \leq \left|\mathcal P([0,1]\times \mathbb R) \right|=\left|\mathcal P([0,1]) \right| $$ Thus, $\mathcal P([0,1])$ and $S$ have equal cardinalities.

Ben Grossmann
  • 225,327