A "reverse" diagonal argument?

Cantor's diagonal argument can be used to show that a set $S$ is always smaller than its power set $\wp(S)$. The proof works by showing that no function $f : S \rightarrow \wp(S)$ can be surjective by constructing the explicit set $D = \{ x \in S | x \notin f(s) \}$ from a function $f$ and showing that no element of $S$ maps to $D$.

This proof works because all bijections are surjections, so if no surjection from $S$ to $\wp(S)$ exists, then there cannot be a bijection between $S$ and $\wp(S)$.

My question is whether it is possible to run a "reverse diagonalization" that works by instead showing that there is no injection from $\wp(S)$ to $S$. I am curious about this because I have never seen Cantor's theorem proved this way (or, more generally, any diagonal argument structured like this).

Is it possible to take Cantor's diagonal argument and "reverse" it to show that there cannot be an injection from $\wp(S)$ to $S$, rather than showing that there can be no surjection from $S$ to $\wp(S)$?

Thanks!


Suppose $f : \mathcal{P}(S) \to S$ were an injection. Consider the following recursive construction:

  • $s_0 = f(\emptyset)$
  • $s_\alpha = f(\{s_\beta\}_{\beta < \alpha})$

Because $f$ is injective, all the $s_\alpha$ are distinct. But this can't be otherwise we have an injection $\mathrm{Ord} \to S$, where $S$ is a set.

EDIT: Or, if we want to be frugal and not mention injections from $\mathrm{Ord}$, we can say that the fact that the $s_\alpha$ are all distinct contradicts Hartog's Lemma.


A more 'diagonal' method of proof might be as follows:

Suppose, for contradiction, that $f: \mathcal{P}(S) \rightarrow S$ were injective and define the set $X = \{f(A) | f(A) \not\in A\}$. We then ask: is $f(X) \in X$?

  • If $f(X) \not\in X$ then X is one of those sets such that $f(A) \not\in A$. Thus $f(X) \in \{f(A) | f(A) \not\in A\} = X$: a contradiction.

  • If $f(X) \in X = \{f(A) | f(A) \not\in A\}$ then it has some preimage $A$ with $ f(X)=f(A) \notin A$. However, since $f$ is injective, the only preimage of $f(X)$ is $X$. Thus $f(X) \notin X$: a contradiction.

Since both options lead to a contradiction, no such $f: \mathcal{P}(S) \rightarrow S$ can exist.