I have to prove the following:
In $ZF^-$ the axiom of choice implies:
For every set X there exist $Y \subseteq \bigcup X$ such that:
- Y has at most one element in common with each of X
- Y is maximal with respect to the previous property among the subset of X
I'll try to solve it using the Zorn's Lemma (that are equivalent to AC) but I can't see the way to solve it.
Thanks for the attention!
Define a partial order of all subsets of $\bigcup X$ which meet every element of $X$ at most in a single point, and order those by inclusion.
Suppose that $\{Y_i\mid i\in I\}$ is a chain in this partial order, then $Y=\bigcup\{Y_i\mid i\in I\}$ is a subset of $\bigcup X$ (trivial) and if $x\in X$ then $x\in Y=\bigcup(Y_i\cap x)$. Suppose by contradiction that $|x\cap Y|>1$, then there is some $Y_i,Y_j$ such that $x\cap Y_i\neq x\cap Y_j$, but neither is empty.
However, since this is a chain, $Y_i\subseteq Y_j$ or $Y_j\subseteq Y_i$. This means that there is some $i\in I$ such that $x\cap Y_i$ has more than a single point. This is impossible because $Y_i$'s are assumed to be taken from our partial order. Therefore $x\cap Y$ has at most one point.
Therefore from Zorn's lemma there exists a maximal $Y$ in this partial order, which is what we were looking for.