I'm trying to establish the equivalence of the follow two assertions (Exercise 1.6 in page 52 of Set Theory and the Continuum Problem by Smullyan and Fitting).
AC. If $A$ is a non-empty set of non-empty sets, there is a function $f$ with domain $A$ such that for any $x \in A$, $f(x) \in A$.
Th. For every non-empty set $A$ there is a function $f$ such that for every proper subset $x$ of $A$, $f(x) \in x$.
I had no problem proving AC $\Rightarrow$ Th. For the reverse implication, however, I'm stuck. Here's my reasoning.
Claim: Th implies AC.
Incomplete proof. Let $A$ be a non-empty set of non-empty sets and consider the union set $\bigcup A$. Since $A$ is non-empty, so is $\bigcup A$, thus by Th there is a function $f$ such that for all proper subset $x$ of $\bigcup A$, $f(x) \in x$.
Let $y \in A$. Then $y \subseteq \bigcup A$, so if $y$ is a proper subset then $f(y) \in y$ as required. It remains to show that $y$ is a proper subset of $\bigcup A$. $\square$
I can't figure how to show that $y$ is a proper subset of $\bigcup A$. I've tried assuming $\bigcup A \subseteq y$, hoping to reach a contradiction, but the furthest I got in this direction is concluding that in this case, for any $x \in A$, $x \subseteq y$. Any help is appreciated.
But checking the book, the statement of Th really says for every proper subset instead of non-empty subset. It seems changing the statement of Th to non-empty makes the proof work both ways, so that must have been the intended statement.
– purpleflyer Sep 03 '24 at 19:11