「‍」 Lingenic

Set Theory

(⤓.md ◇.md); γ ≜ [2026-07-17T120407.600, 2026-07-17T135416.643] ∧ |γ| = 3

Set Theory

Origin. Georg Cantor created set theory (1874-1897), introducing infinite cardinals and ordinals. Paradoxes (Russell 1901, Burali-Forti 1897) required axiomatization. Ernst Zermelo (1908) and Abraham Fraenkel (1922) developed ZF. John von Neumann added the axiom of regularity. ZFC (ZF + Axiom of Choice) became the standard foundation for mathematics.

Models. Collections and membership. The fundamental relation ∈ (is an element of) underlies all mathematical structures. Numbers, functions, spaces — all encoded as sets. Set theory provides a universal language and foundation: any mathematical object can be constructed from sets.

Formalism.

ZFC axioms:

  1. Extensionality: ∀x∀y(∀z(z ∈ x ↔ z ∈ y) → x = y) — sets with same members are equal
  2. Empty set: ∃x∀y(y ∉ x) — the empty set ∅ exists
  3. Pairing: ∀x∀y∃z(x ∈ z ∧ y ∈ z) — for any x, y, the pair {x, y} exists
  4. Union: ∀x∃y∀z(z ∈ y ↔ ∃w(w ∈ x ∧ z ∈ w)) — ∪x exists
  5. Power set: ∀x∃y∀z(z ∈ y ↔ z ⊆ x) — P(x) exists
  6. Infinity: ∃x(∅ ∈ x ∧ ∀y(y ∈ x → y ∪ {y} ∈ x)) — an infinite set exists
  7. Separation (schema): ∀x∃y∀z(z ∈ y ↔ (z ∈ x ∧ φ(z))) — {z ∈ x : φ(z)} exists
  8. Replacement (schema): if φ defines a function on x, its range exists
  9. Regularity (Foundation): ∀x(x ≠ ∅ → ∃y(y ∈ x ∧ y ∩ x = ∅)) — no infinite descending ∈-chains
  10. Choice (AC): every family of non-empty sets has a choice function

Key constructions:

  • Ordered pair: (a, b) = {{a}, {a, b}} (Kuratowski)
  • Natural numbers: 0 = ∅, n+1 = n ∪ {n} (von Neumann)
  • Functions: sets of ordered pairs with functional property
  • Cardinals and ordinals: equivalence classes / well-ordered representatives

Symbols.

SymbolUnicodeNameMeaning
U+2208Element ofSet membership
U+2209Not element ofNon-membership
U+2286SubsetSubset or equal
U+2282Proper subsetStrict subset
U+222AUnionSet union
U+2229IntersectionSet intersection
U+2205Empty setSet with no elements
P(x)Power setSet of all subsets
{x : φ}Set-builderSet of x satisfying φ
ωU+03C9OmegaFirst infinite ordinal
ℵ₀U+2135 + ₀Aleph-nullFirst infinite cardinal
U+2136BethBeth numbers

Metatheory. ZFC is incomplete (Gödel): some statements (like CH, the Continuum Hypothesis) are independent. ZFC is not finitely axiomatizable. Consistency of ZFC cannot be proved within ZFC (Gödel). Relative consistency: if ZFC is consistent, so is ZFC + CH and ZFC + ¬CH (Gödel, Cohen). Large cardinal axioms (inaccessibles, measurables, etc.) extend ZFC but their consistency is not provable in ZFC.

Applies to. Foundations of mathematics. Encoding all mathematical structures. Infinite combinatorics. Model theory. Descriptive set theory. Proof that various mathematical objects exist.

Limitations. First-order ZFC cannot distinguish "intended" models (where ∈ means real membership) from nonstandard models. Set theory is one foundation among several (type theory, category theory). The axiom of choice is non-constructive; some mathematicians reject it. Proper classes (like the class of all sets) are not sets, requiring awkward workarounds. The encoding of mathematics in sets is unnatural (is 3 ∈ π meaningful?). Independence results mean many natural questions have no answer in ZFC alone.

© 2026 Lingenic LLC