0

I'm having a little problem here, namely if the axiom of choice (Wikipedia) is

$$\forall X \left[ \emptyset \notin X \implies \exists f: X \to \bigcup X \quad \forall A \in X \, ( f(A) \in A ) \right]$$

and I choose the nonempty $X=\{\emptyset\}\neq \emptyset$ for which only $\emptyset\in X$ and hence $A=\emptyset$, then I get

$$\exists f:\{\emptyset\}\to\emptyset\ \ \text{such that}\ \ f(\emptyset) \in \emptyset.$$

The last point seems wrong in itself though. Of course, there is no actual value $f(\emptyset)$, so $f(\emptyset) \in \emptyset$ doesn't say much. It might be just taken to be a legal statement. I haven't seen that written down anywhere though.

Nikolaj-K
  • 12,249
  • 3
    I don't think $\emptyset\notin{\emptyset}$ is true (see the left hand side of $\Rightarrow$). An implication where the left hand side is false is automatically true. – celtschk May 28 '13 at 08:42
  • @celtschk: You're right, thanks. I somehow read the condition to be $\emptyset \neq X$. – Nikolaj-K May 28 '13 at 08:47

1 Answers1

1

Note that $X=\{\varnothing\}$ satisfies the statement vacuously, so it's fine. You can change the statement to the following:

$$\forall X\exists f\left[f\colon X\to\bigcup X\cup\{\varnothing\}\land\forall A\in X(f(A)\in A\lor A=\varnothing)\right]$$

It allows $\varnothing\in X$, and therefore $X=\{\varnothing\}$. But it's harder to understand it this way, so it's easier to just require $\varnothing\notin X$.

Asaf Karagila
  • 393,674