TheoremComplete

Russell's Paradox and the Axiom of Foundation

Russell's paradox, discovered by Bertrand Russell in 1901, revealed a fatal flaw in naive set theory and motivated the careful axiomatization of set theory through ZFC. The axiom of foundation (or regularity) was introduced partly to prevent certain pathological sets.

TheoremRussell's Paradox

There is no set RR such that R={x:xβˆ‰x}R = \{x : x \notin x\}. In other words, the collection of all sets that do not contain themselves cannot be a set.

Proof

Suppose for contradiction that such a set RR exists. Then we ask: does RR contain itself?

Case 1: Suppose R∈RR \in R. By definition of RR, this means RR satisfies the property Rβˆ‰RR \notin R. Contradiction.

Case 2: Suppose Rβˆ‰RR \notin R. Then RR satisfies the property xβˆ‰xx \notin x, so by definition of RR, we have R∈RR \in R. Contradiction.

Both cases lead to contradiction, so no such set RR can exist.

β– 

This paradox demonstrates that unrestricted comprehensionβ€”the principle that any property defines a setβ€”is inconsistent. ZFC avoids this by using the axiom schema of separation (restricted comprehension), which only allows us to form subsets of existing sets.

Remark

In ZFC, Russell's paradox shows that the class of all sets is not itself a set, but rather a proper class. We write V={x:x=x}V = \{x : x = x\} for the class of all sets, but Vβˆ‰VV \notin V because VV is not a set.

The axiom of foundation (regularity) provides additional structure to the set-theoretic universe by eliminating certain pathological sets:

DefinitionAxiom of Foundation

Every non-empty set AA contains an element that is disjoint from AA:

βˆ€A(Aβ‰ βˆ…β†’βˆƒx∈A(x∩A=βˆ…))\forall A(A \neq \emptyset \rightarrow \exists x \in A(x \cap A = \emptyset))

Equivalently, there are no infinite descending membership chains: there is no sequence ⟨xn:nβˆˆΟ‰βŸ©\langle x_n : n \in \omega \rangle such that β‹―βˆˆx2∈x1∈x0\cdots \in x_2 \in x_1 \in x_0.

Foundation has several important consequences:

TheoremConsequences of Foundation

The axiom of foundation implies:

  1. No set contains itself: βˆ€x(xβˆ‰x)\forall x(x \notin x)
  2. No two-cycles: There are no sets x,yx, y with x∈yx \in y and y∈xy \in x
  3. Uniqueness of the empty set: There is exactly one set with no elements
  4. Well-foundedness: The membership relation ∈\in is well-founded on any set
Proof

We prove (1) as an example. Suppose for contradiction that x∈xx \in x for some set xx. Consider the set A={x}A = \{x\}. By foundation, there exists y∈Ay \in A such that y∩A=βˆ…y \cap A = \emptyset. Since A={x}A = \{x\}, we must have y=xy = x. But then:

y∩A=x∩{x}={x}β‰ βˆ…y \cap A = x \cap \{x\} = \{x\} \neq \emptyset

since x∈xx \in x and x∈{x}x \in \{x\}. This contradicts y∩A=βˆ…y \cap A = \emptyset.

β– 

The axiom of foundation is equivalent to the statement that every set has a rank in the cumulative hierarchy:

DefinitionCumulative Hierarchy

Define the von Neumann hierarchy by transfinite recursion:

V0=βˆ…VΞ±+1=P(VΞ±)VΞ»=⋃α<Ξ»VΞ±Β forΒ limitΒ Ξ»\begin{align*} V_0 &= \emptyset \\ V_{\alpha+1} &= \mathcal{P}(V_\alpha) \\ V_\lambda &= \bigcup_{\alpha < \lambda} V_\alpha \text{ for limit } \lambda \end{align*}

The rank of a set xx is the least ordinal α\alpha such that x∈Vα+1x \in V_{\alpha+1}.

ExampleRanks of Simple Sets

Computing ranks for basic sets:

  • rank(βˆ…)=0\text{rank}(\emptyset) = 0 since βˆ…βˆˆV1=P(V0)\emptyset \in V_1 = \mathcal{P}(V_0)
  • rank({βˆ…})=1\text{rank}(\{\emptyset\}) = 1 since {βˆ…}∈V2=P(V1)\{\emptyset\} \in V_2 = \mathcal{P}(V_1)
  • rank({βˆ…,{βˆ…}})=2\text{rank}(\{\emptyset, \{\emptyset\}\}) = 2
  • rank(Ο‰)=Ο‰\text{rank}(\omega) = \omega since Ο‰=⋃nβˆˆΟ‰Vn\omega = \bigcup_{n \in \omega} V_n

In general, if x={y1,…,yn}x = \{y_1, \ldots, y_n\}, then rank(x)=sup⁑{rank(yi)+1:i=1,…,n}\text{rank}(x) = \sup\{\text{rank}(y_i) + 1 : i = 1, \ldots, n\}.

Foundation ensures that the universe of sets is built up from the empty set through iterated power set and union operations. This gives set theory a clear hierarchical structure and rules out exotic objects like:

  • Sets that contain themselves
  • Infinite descending chains β‹―βˆˆx2∈x1∈x0\cdots \in x_2 \in x_1 \in x_0
  • "Quine atoms" that satisfy x={x}x = \{x\}
Remark

While foundation is a standard axiom of ZFC, some alternative set theories drop it. For instance, Aczel's anti-foundation axiom (AFA) allows non-well-founded sets and has applications in computer science (modeling circular data structures) and formal semantics. However, most mainstream mathematics is conducted in ZFC with foundation.

The interplay between Russell's paradox and foundation illustrates the delicate balance in set theory: we need axioms strong enough to develop mathematics, but restricted enough to avoid contradictions. ZFC achieves this balance, providing a consistent foundation for modern mathematics.