[Math] Power set of real numbers

elementary-set-theory

Can someone help me with a proof that the power set of real numbers is strictly larger than the set of real numbers? I have been finding it hard using Cantor's general proof in this special case. A reference or answer will be appreciated.

Best Answer

This is a special case of the more general result that there is no bijection between any set $X$ and its power set. If you're going to prove it about reals then you might as well prove it about an arbitrary set.

The idea is similar to that of Cantor's diagonal argument. Suppose there is a bijection $f : X \to \mathcal{P}(X)$, and consider the set $$A = \{ x \in X : x \not \in f(x) \}$$ This is certainly a subset of $X$, and so $A = f(y)$ for some $y \in X$.

But something went wrong... is $y \in f(y)$? Is $y \not \in f(y)$?