Cantor's Theorem (Strong Version)/Proof 2/Induction Step
Theorem
Let $S$ be a set.
Let $\map {\PP^n} S$ be defined recursively by:
- $\map {\PP^n} S = \begin{cases} S & : n = 0 \\ \powerset {\map {\PP^{n - 1} } S} & : n > 0 \end{cases}$
where $\powerset S$ denotes the power set of $S$.
Then $S$ is not equivalent to $\map {\PP^n} S$ for any $n > 0$.
Induction Step
This is our induction hypothesis:
- There is no surjection from $S$ onto $\map {\PP^k} S$.
We are to show:
- There is no surjection from $S$ onto $\map {\PP^{k + 1} } S$.
Proof 1
It is assumed that $\map P k$ is true.
Aiming for a contradiction, suppose that $f: S \to \map {\PP^{k + 1} } S$ is a surjection.
Define the mapping $g: S \to \map {\PP^k} S$ as:
- $\ds \map g x = \bigcup \map f x$
This is actually a mapping into $\map {\PP^k} S$, as follows:
- $\map f x \in \map {\PP^{k + 1} } S = \powerset {\map {\PP^k} S}$
By the definition of power set:
- $\map f x \subseteq \map {\PP^k} S$
Thus each element of $\map f x$ is a subset of $\map {\PP^{k - 1} } S$.
Thus by Union of Subsets is Subset:
- $\ds \bigcup \map f x \subseteq \map {\PP^{k - 1} } S$
Therefore:
- $\ds \bigcup \map f x \in \map {\PP^k} S$
That is, $\map g x$ is a mapping into $\map {\PP^k} S$.
Next we have that:
- $\forall y \in \map {\PP^k} S: \set y \in \map {\PP^{n + 1} } S$
But by hypothesis $f$ is surjective, and so:
- $\exists x \in S: \map f x = \set y$
Then:
- $\ds \map g x = \bigcup \set y = y$
As this holds for all such $y$, $g$ is surjective.
But this contradicts the induction hypothesis.
Thus we conclude that the theorem holds for all $n$.
$\blacksquare$
Proof 2
By Power Set is Nonempty, $\powerset {\map {\PP^k} S}$ is non-empty.
By definition:
- $\map {\PP^{k + 1} } S = \powerset {\map {\PP^k} S}$
Then:
- $\map {\PP^{k + 1} } S \ne \O$
By Law of Excluded Middle, there are two choices:
- $S = \O$
or:
- $S \ne \O$
Suppose that $S = \O$.
By Image of Empty Set is Empty Set: Corollary 2, there is no surjection from $S$ onto $\map {\PP^{k + 1} } S$.
Suppose that $S \ne \O$.
By the induction hypothesis $\map P k$ is true.
Aiming for a contradiction, suppose that $f: S \to \map {\PP^{k + 1} } S$ is a surjection.
By Injection from Set to Power Set, there is an injection:
- $g: \map {\PP^k} S \to \powerset {\map {\PP^k} S}$
By Injection has Surjective Left Inverse Mapping, there exists a surjection:
- $h: \powerset {\map {\PP^k} S} \to \map {\PP^k} S$
By definition of $\powerset {\map {\PP^k} S}$, this is a surjection:
- $h: \map {\PP^{k + 1} } S \to \map {\PP^k} S$
By Composite of Surjections is Surjection, we have a surjection:
- $h \circ f: S \to \map {\PP^k} S$
But this contradicts the induction hypothesis.
Thus we conclude that the theorem holds for all $n$.
$\blacksquare$