1

Let $A$ be an infinite set and $$A^A=\{f | f:A\to A\,\,\, \text{is a function}\}.$$
Is there any natural bijection between $A^A$ and $P(A)$?

Bumblebee
  • 18,220
  • 5
  • 47
  • 87

3 Answers3

3

Hint: You need to know for infinite $A$ that $|A\times A|=|A|$, and that for any $A$, $|P(A)^A|=|P(A\times A)|$.

It's obvious that $|P(A)|\leq |A^A|$, so you need to show that $|A^A|\leq |P(A)|$.

Thomas Andrews
  • 177,126
2

$|A|^{|A|} \le |\mathscr{P}(A)|^{|A|} = (2^{|A|})^{|A|} = 2^{|A \times A|} = 2^{|A|} \le |A|^{|A|}$, so we have equality.

Henno Brandsma
  • 242,131
2

There is a natural injective function $F : A^A \to P(A\times A)$:

$$F(f)=\{ (x,f(x)) | x \in A \}$$ (ie $f \to Graph(f)$).

This shows that $$|A^A| \leq |P(A \times A)|=|P(A)|$$

Also, there is a natural injective function $G : P(A) \to A^A$ given by the characteristic function. Indeed, fix two elements $a,b \in A$ and then define $G(B)(x)=a$ if $x \in B$ and $G(B)(x)=b$ if $x \notin B$.

N. S.
  • 132,525
  • Wait, so if I understand this correctly, we don't need any form of choice anywhere, right? (The other two answers use $|A \times A| = |A|$ for infinite $A$.) – Aryaman Maithani Jul 30 '21 at 10:38
  • 1
    @AryamanMaithani The answer also uses that result, namely in the step $|P(A \times A)|=|P(A)|$. – N. S. Jul 30 '21 at 15:20