Let A be a set of sets and Y is a transversal for A. Prove that the following two statements are equivalent:
(i) $(\forall y \in Y)(\exists X \in A)((Y \setminus \{y\}) \cap X = \emptyset)$
(ii) $(\forall y \in Y)(\exists X \in A)((Y \cap X = \{y\}))$
Where transversal for a set of sets A is a set for which, every time when $X \in A$, it is true that $X \cap Y \neq \emptyset$
I know how to prove that the following two are equivalent:
(iii) Y is a minimal transversal of A
(iv) $(\forall y \in Y)(\exists X \in A)((Y \cap X = \{y\}))$,
where minimal transversal has the following definition:
Let Y be a transversal for A. We say that Y is minimal transversal for A, if every time when $Y' \subsetneqq Y \implies Y' $ is not a transversal.
My question is: How do I move from the first two statements which I'm not so sure how to prove, to the last two statements which I know how to prove? More precisely, (ii) and (iv) are equivalent, so can I derive (iii) from (i) and use the proof that I know, i.e. how do I prove (i) is equivalent to (iii)?
Note: I need to do this in the most rigorous and formal way as possible.
Thanks in advance!
No need to bother with minimal tranversals ... just use the fact that $Y$ is a transversal for $A$
To go from (i) to (ii):
Take any $y \in Y$. From (i) this means that there is some $X \in A$ such that $(Y \setminus \{y\}) \cap X = \emptyset$
Since $Y$ is a transversal for $A$, it must be the case that $X \cap Y \not = \emptyset$, and the only way for $(Y \setminus \{y\}) \cap X = \emptyset$ and $X \cap Y \not = \emptyset$ to be both true is for $y \in X$, for if $y \not \in X$, then $(Y \setminus \{y\}) \cap X = X \cap Y$. Hence $(X \cap Y = X \cap (Y \setminus \{y\}) \cup (X \cap \{ y \}) = \emptyset \cup \{ y \} = \{ y \}$
From (ii) to (i):
Take any $y \in Y$. From (ii) this means that there is some $X \in A$ such that $Y \cap X = \{ y \}$, i.e. $X$ and $Y$ have only $y$ as a common element. But then it immediately follows that $(Y \setminus \{y\}) \cap X = \emptyset$
OK: