Definition

A set is transitive iff every element of an element of is itself an element of :

Equivalently, every element of is a subset of :

Or equivalently, the union .

Motivation

Transitivity captures the idea that a set is “downward closed” under membership: if you can reach an element by following from inside , that element is already in . This makes transitive sets well-behaved containers — they do not “point outside themselves.”

Examples

  • is vacuously transitive.
  • is transitive: its only element is , which has no elements to check.
  • is transitive: elements are and ; the elements of are just , which is already in the set.
  • The set (in the von Neumann construction) is transitive: every natural number is a subset of .
  • Every ordinal is a transitive set (this is part of the definition of a von Neumann ordinal).

A non-example: is not transitive, because but .

Role in the Definition of Ordinals

In the von Neumann construction, an ordinal is defined as a transitive set that is well-ordered by the membership relation . Transitivity ensures that the elements of an ordinal are exactly the smaller ordinals, giving the recursive structure:

This makes ordinals simultaneously sets of ordinals and ordinals themselves, with membership and the ordinal ordering coinciding.

Transitive Closure

Every set can be enlarged to a transitive set by taking its transitive closure : the smallest transitive set containing as a subset. It can be constructed explicitly by iterating the union operation: where and .

The transitive closure exists for every set (using the axiom of infinity and replacement) and is unique.

Connection to the Axiom of Foundation

The axiom of foundation (regularity) ensures that is well-founded on every transitive set. Together with transitivity, this means that any transitive set is well-ordered by iff it is an ordinal.

-induction — provable from foundation — is most naturally stated and applied over transitive sets: if holds for all elements of all elements of (i.e. all members of ), then holds for all elements of .

Transitive Models

In set theory, a transitive model of ZF is a transitive set that satisfies the axioms of ZF when membership is interpreted as the actual relation. Transitivity ensures that the model’s notion of membership agrees with the ambient universe, making such models particularly well-behaved.