1

Prove that for any set $X$ we have the $|X| < |\mathcal{P}(X)|$ (power set of $X$)

How would you prove this using the definitions of bijection, surjection, and injection?

Also, does this mean when we have the empty set $X = \{\}$, then $|X| < |\mathcal{P}(X)|$ as well? Would they not be equal?

Mark Fantini
  • 5,523
stumpy
  • 141

1 Answers1

1

Suppose $f:X\to \mathcal P(X)$ is injective. Let $A=\{x\in X: x\not\in f(x)\}$. It can be shown by contradiction that $A$ is not in the image of $f$. If $A=f(a)$ then either $a\in f(a)$ or $a\not\in f(a)$, and a contradiction ensues either way.

Sometimes you see the proof written like this: Assume $f:X\to \mathcal P(X)$ is injective and surjective. Then deduce a contradiction. But phrasing the proof as a whole as a proof by contradiction, rather than just having that one part of the proof done by contradiction, just makes it look more complicated than it needs to be.