I want to prove that, over $ZF$, the axiom of choice implies: “Any family of sets contains a maximal subfamily consisting of pairwise mutually disjoint sets”.
I think I have seen a proof of it using Zorns lemma, but I want to get used to Axiom of choice and get some feeling of how to apply it in proofs. Apart of the book I'm using, which is by Jech, I have got myself a copy of "https://www.amazon.com/Equivalents-Choice-Studies-Foundations-Mathematics/dp/0444877088", but it hasn't made me much smarter.
On page 54 they showed that “every family of sets contains a maximal subfamily consisting of mutually not disjoint sets” $\Rightarrow$ “every family of sets contains a maximal subfamily consisting of mutually disjoint sets". (I think that's what they are saying, sometimes it is pretty hard to follow along, since there are symbols everywhere, for everything!)
$\text{ }$
For this proof. They first let $x$ be an arbitrary set. Then they defined a set $N_s:=\{u: u=\{s\}\lor (\exists t)[t\in x, u=\{s,t\}, s\cap t=\emptyset] \}$. They concluded that $\{N_s:s\in X\}$ must have a maximal subset $w$ consisting of not disjoint sets (by assumption). Lastly they concluded that $\{s:N_s\in w\}$ is well-defined and fullfulling the properties in the statement we wanted to prove. I thought I could use this as a hint on how to prove from the axiom of choice instead.
Proof idea:
Let $X$ be an arbitrary set. Define the set $N_s:=\{u: u=\{s\}\lor (\exists t)[t\in x, u=\{s,t\}, s\cap t=\emptyset] \}$. Probably I could, by know, apply axiom of choice to conclude that $\{N_s:s\in X\}$ must have a maximal subset $w$ (as they did). I thought it would be easier for me to take an indirect way. That is; proving “every family of sets contains a maximal subfamily consisting of mutually not disjoint sets”. Then arguing as they did.
But I don't really know how to apply the axiom of choice. All it says is, "Every family of non-empty sets has a choice function". I have been thinking about this for 4 days now and can't really understand how to do the proof. :/
Zorns lemma
Using Zorns lemma, I think I could use partial ordering by $\in$ and bound it by the collection of all sets in $X$.
But I want to do it without Zorns lemma. Would be grateful for any help.
Thanks! :)
Let $F$ be a family of sets. If $F$ doesn't have a maximal subfamily consisting of mutually disjoint sets, then you can use the axiom of choice to pick, for each $X\subseteq F$ that consists of mutually disjoint sets, a set $g(X)\in F$ such that $g(X)\not\in X$ and $X\cup\lbrace g(X)\rbrace$ consists of mutually disjoint sets. For convenience, if $X$ does not consist of mutually disjoint sets, we'll set $g(X)=\emptyset.$
Let $\kappa$ be a cardinal number greater than the cardinality of $F.$ Define, by transfinite induction, $$X_\alpha = g(\lbrace X_\beta\mid\beta\lt\alpha\rbrace),$$ for each ordinal $\alpha\lt\kappa.$ You can prove by transfinite induction that, for each $\alpha$, $\lbrace X_\beta\mid\beta\lt\alpha\rbrace$ is a subfamily of $F$ consisting of mutually disjoint sets. It follows that each $X_\alpha\not\in\lbrace X_\beta\mid\beta\lt\alpha\rbrace;$ in other words, $\alpha\ne\beta$ implies $X_\alpha\ne X_\beta.$
But that means that we've produced $\kappa$ many distinct members of $F,$ contradicting the choice of $\kappa.$
Going back to your question, though, one could argue that all we're really doing here is re-proving Zorn's lemma.