Definition

The axiom of foundation (also called the axiom of regularity) states that every non-empty set has a member disjoint from itself:

The element is called an -minimal element of : no element of is also in .

Equivalent Formulations

The following are equivalent over the other axioms of ZF:

  • Well-foundedness of : there is no infinite descending -chain
  • -induction: to prove a property holds for all sets, it suffices to show that if holds for all , then holds:
  • No set is an element of itself: (a consequence of the chain-free formulation).

Consequences

  • No set contains itself: for all .
  • No two-element cycle: there are no sets with and .
  • More generally, no finite -cycle exists.
  • The membership relation restricted to any set is well-founded, enabling -induction and -recursion.

The Cumulative Hierarchy

Foundation is equivalent to the assertion that every set appears in the von Neumann cumulative hierarchy , defined by transfinite recursion on the ordinals:

The rank of a set is the least ordinal such that . Foundation ensures that every set has a rank.

The cumulative hierarchy stratifies all sets into levels: sets at level are built from sets at earlier levels, reflecting the intuition that sets are “constructed from below.”

Role in ZF

Foundation is the only axiom of ZF that restricts which sets exist, rather than asserting that new sets can be formed. The other axioms are essentially generative. Foundation rules out pathological sets such as or infinite descending chains.

Foundation is not needed for most of ordinary mathematics. Many results in analysis, algebra, and topology can be developed in ZF without foundation. However, it is essential for the theory of ordinals and cardinals to behave cleanly, and for the cumulative hierarchy to provide a canonical universe of sets.

Relationship to Well-Foundedness

The axiom of foundation asserts precisely that the global membership relation is well-founded on the universe of all sets. This is analogous to the well-ordering of the ordinals by , and it is what makes -induction and -recursion available as proof and definition principles across all of set theory.

In type theory, a similar role is played by the structural discipline of inductive types, which ensure that all data is built by a finite sequence of constructors, ruling out self-referential or non-well-founded structures by design.

Non-Well-Founded Set Theory

Set theories that drop the axiom of foundation and instead allow sets such as are called non-well-founded or hyperuniversal set theories. Aczel’s anti-foundation axiom (AFA) is a well-studied alternative, replacing foundation with the assertion that every “graph equation” has a unique solution. Non-well-founded sets are used to model bisimulation and coinductive structures.