1

Let us define: $\bigcap \emptyset = \{ x|\forall A(A \in \emptyset \Rightarrow x \in A)\} $

I understood that this cannot be defined. Somehow it enables Russell's paradox to exist.
Why is that?

1 Answers1

4

There is more than one theory that attempts to describe sets, and some of them are capable of expressing the set you describe, while some are not.

There are at least two reasons why the intersection of the empty set should be the set of all sets:

  • In $\{x : \forall A[A \in \emptyset \implies x \in A]\}$, the precondition of the implication is always false so the implication is always true, so all $x$ satisfy the condition,
  • We regard it as an essential defining property of $\bigcap$ that $\bigcap (x \cup y) = \bigcap x \cap \bigcap y$. For this to hold even when $y$ is empty, we need $\bigcap y$ to be the set of all sets.

In the most common set theory in use, we also have the Axiom of Separation (or, pedantically, the axiom schema of separation), that states for any set $x$ and property $P$ that you specify, there is a set of "elements of $x$ that satisfy $P$". Now, if you have $x$ permitted to be a set containing all sets, this reduces to "for any $P$, there is a set containing all elements with property $P$", and taking $P$ to be $y \not\in y$ we obtain Russell's paradox.

Therefore, if you have such an axiom that allows unrestricted subsets, you cannot permit the set of all sets (and hence, the intersection of the empty set) without encountering Russell's paradox.

In other set theories, the set of all sets is permissible, but there must be restrictions on what subsets can be taken in order to prevent Russell's paradox. For example, we may reject the formula $x\not\in x$ syntactically as giving conflicting roles for $x$ as both an element and a set (...clearly sets can be elements, but one might decide that the universe ought to be separated into elements, sets-of-elements, sets-of-sets-of-elements, and so on, and clearly $x$ can have no single designation in this sense).

Ben Millwood
  • 14,211