ConceptComplete

Axioms of ZFC - Core Definitions

The Zermelo-Fraenkel axioms with the Axiom of Choice (ZFC) form the standard foundation for modern mathematics. These axioms provide a rigorous framework for reasoning about sets and their properties, avoiding the paradoxes that plagued naive set theory.

DefinitionSet

A set is a collection of distinct objects, called elements or members. We write x∈Ax \in A to denote that xx is an element of set AA, and xβˆ‰Ax \notin A to denote that xx is not an element of AA. Two sets are equal if and only if they have the same elements:

A=Bβ€…β€ŠβŸΊβ€…β€Šβˆ€x(x∈A↔x∈B)A = B \iff \forall x(x \in A \leftrightarrow x \in B)

This is known as the axiom of extensionality.

The language of set theory is remarkably simple, consisting of a single binary relation symbol ∈\in (membership) and the usual logical symbols. All mathematical objects in ZFC are sets, and all relationships are ultimately expressed in terms of membership.

DefinitionSubset

A set AA is a subset of a set BB, written AβŠ†BA \subseteq B, if every element of AA is also an element of BB:

AβŠ†Bβ€…β€ŠβŸΊβ€…β€Šβˆ€x(x∈Aβ†’x∈B)A \subseteq B \iff \forall x(x \in A \rightarrow x \in B)

If AβŠ†BA \subseteq B and Aβ‰ BA \neq B, we say AA is a proper subset of BB and write AβŠ‚BA \subset B or A⊊BA \subsetneq B.

The axioms of ZFC can be divided into several categories. The axiom of extensionality establishes when sets are equal. The axiom of empty set guarantees the existence of a set with no elements, denoted βˆ…\emptyset or {}\{\}. The axiom of pairing states that for any sets aa and bb, there exists a set {a,b}\{a, b\} containing exactly aa and bb.

ExampleBasic Set Constructions

Starting from the empty set βˆ…\emptyset, we can construct:

  1. The set {βˆ…}\{\emptyset\} containing the empty set (by pairing)
  2. The set {βˆ…,{βˆ…}}\{\emptyset, \{\emptyset\}\} (by pairing again)
  3. More complex sets through iterated applications

These constructions form the basis for defining natural numbers in set theory, where we identify:

0=βˆ…,1={βˆ…},2={βˆ…,{βˆ…}},…0 = \emptyset, \quad 1 = \{\emptyset\}, \quad 2 = \{\emptyset, \{\emptyset\}\}, \ldots

The axiom schema of comprehension (or separation) is crucial for avoiding paradoxes. It states that for any set AA and any property P(x)P(x) definable in the language of set theory, there exists a set containing exactly those elements of AA satisfying PP:

βˆƒBβˆ€x(x∈B↔x∈A∧P(x))\exists B \forall x(x \in B \leftrightarrow x \in A \land P(x))

This restricted form prevents Russell's paradox by requiring that we always separate from an existing set rather than forming arbitrary collections.

Remark

The axiom schema of comprehension differs from Frege's unrestricted comprehension principle, which led to Russell's paradox. By requiring that we separate from an existing set AA, we cannot form the "set of all sets not containing themselves," which would lead to contradiction.

The axiom of union guarantees that for any set AA, there exists a set ⋃A\bigcup A containing exactly those elements that belong to at least one member of AA. The axiom of power set ensures that for any set AA, there exists a set P(A)\mathcal{P}(A) consisting of all subsets of AA.

These foundational axioms, together with the axiom of infinity, replacement, regularity (foundation), and choice, form the complete ZFC system that underpins modern mathematics.