Axioms and Postulates

The Starting Points of Mathematics: What Is Assumed, and Why

Target Audience: Anyone who has written a proof and wants to know what the very first steps rest on.

Prerequisites: Logic and Quantifiers for the symbols, and Sets, Relations and Functions for the language of sets. Proof Techniques and Cardinality and the Infinite help in places, and each is linked where it is needed.

How to Read This Page

The page is a map of where mathematics begins. It is organised by the classical distinction between the two words in its title. Part A (Sections 3 to 5) covers the axioms that underlie all of mathematics: logic and set theory. Part B (Sections 6 to 11) covers the postulates that belong to one subject each: arithmetic, the real numbers, geometry, algebra, probability and spaces.

Every axiom is stated exactly, then read in plain English, then put to work. Four derivations show axioms producing theorems step by step: 2 + 2 = 4 from Peano, 0 < 1 from the ordered-field postulates, the Archimedean property from completeness, and the complement rule from Kolmogorov. The axiom checker lets you test structures against the group axioms and the Peano postulates and see exactly which axiom breaks, and why.

Read Sections 1 and 2 first; the rest can be read in any order. Section 12 ties everything together and is worth reading last.

1. Why Mathematics Needs Starting Points

A proof justifies a statement by deducing it from statements already accepted. Ask of each of those "and why is that true?" and you get another proof, resting on still earlier statements. The chain of justification can end in only three ways:

Aristotle made this argument in the Posterior Analytics, and mathematics takes the third way. The statements where the chain stops are the axioms.

Theorem Lemma Lemma Earlier result Earlier result Earlier result Axioms: accepted without proof

Figure 1. Every theorem rests on earlier results, and they on earlier ones still, until the chain reaches the axioms, which are not proved.

Definitions

  • An axiom (or postulate) is a statement accepted without proof as a starting point for deduction.
  • A theorem is a statement deduced from the axioms by the rules of logic.
  • A lemma is a theorem proved chiefly as a stepping stone toward a larger theorem, rather than for its own interest.
  • An axiom system is a list of axioms together with the undefined terms they speak about.

Undefined Terms Come With the Axioms

Definitions have the same regress problem as proofs: every definition uses earlier words. So each axiom system also leaves a few terms undefined, such as point and line in geometry, set and is an element of in set theory, and successor in arithmetic. The axioms are the only thing we know about them. As Euclidean Geometry puts it, an undefined term is constrained by the axioms that mention it, never described.

Pitfall: "an axiom is a self-evident truth"

That was the classical view, and the modern one differs. An axiom is an assumption: we agree to study what follows from it. Axioms are chosen, and they are judged by whether they are consistent, whether they are useful, and whether they capture the objects we had in mind.

The parallel postulate is the cautionary tale. It was taken as a truth about space for two thousand years, until geometries were found in which it is false and which are every bit as consistent (Section 8).

2. Axioms and Postulates: Two Words, and What Divides Them

The Classical Distinction

Aristotle separated the common axioms, shared by every science, from the principles proper to one science. Euclid's Elements (around 300 BCE) follows the same line. It opens with five Common Notions, truths about equality and magnitude that hold in any subject, and five Postulates that belong to geometry alone. Proclus discussed the distinction at length in his commentary on Euclid in the fifth century.

Classical term Scope Euclid's example
Axiom All of mathematics If equals are added to equals, the wholes are equal.
Postulate One subject A circle can be drawn with any centre and radius.

Modern Usage Merged the Words

Today the two words are near-synonyms, and which one a system gets is mostly historical habit. Nobody hesitates to say "the group axioms", although they concern groups alone. The same statement about parallel lines is called both the parallel postulate and Playfair's axiom, and Peano's list is called both the Peano axioms and the Peano postulates.

This page keeps the classical meanings, because they sort the material cleanly: Part A is the axioms and Part B the postulates. But no mathematical fact depends on the choice of word.

The Distinction That Matters Today

The division that does real work in modern mathematics is between two different jobs an axiom system can do:

  • Foundational axioms describe one intended universe and assert that certain things are true of it. ZFC describes the universe of sets; Peano's postulates describe the natural numbers. A foundational axiom is a claim.
  • Structural axioms are a definition in disguise. "A group is a set with an operation satisfying G1 to G4" asserts nothing is true. It picks out a kind of structure, and there are many structures of that kind.

A quick test: does the system describe the objects, or define a kind of object? Commutativity, \(ab = ba\), is an axiom for abelian groups and simply false for the symmetries of a triangle, and nobody concludes the triangle is wrong. It just is not abelian.

Groups, rings, fields Vector spaces Geometry Probability Metric spaces structural axioms ℕ ⊂ ℤ ⊂ ℚ ⊂ ℝ ⊂ ℂ built as sets; Peano and the ℝ postulates become theorems ZFC set theory: 10 axioms about ∈ Logic: axioms and rules of inference, equality foundational

Figure 2. The modern building. Only the bottom two floors are assumed outright. The number systems are constructed inside set theory, and the structures on top are defined by their own axioms.

How the Floors Connect

Inside ZFC one builds \(\mathbb{N}\) as a particular set (Section 5), then \(\mathbb{Z}\) and \(\mathbb{Q}\) as classes of pairs, and \(\mathbb{R}\) by Dedekind cuts. Once that is done, Peano's postulates and the complete-ordered-field postulates are no longer assumptions. They are theorems about the constructed sets.

So in the modern picture the classical distinction survives in a new form. The axioms of logic and set theory underlie everything, and each subject's postulates are either proved from them (arithmetic, the real numbers) or taken as the definition of the subject (groups, vector spaces, probability).

3. Euclid's Common Notions

These are the original axioms in the classical sense, quoted in T. L. Heath's standard translation, each followed by a modern reading.

The Five Common Notions

  1. CN1 Things which are equal to the same thing are also equal to one another. If \(a = c\) and \(b = c\), then \(a = b\).
  2. CN2 If equals be added to equals, the wholes are equal. If \(a = b\) and \(c = d\), then \(a + c = b + d\).
  3. CN3 If equals be subtracted from equals, the remainders are equal. If \(a = b\) and \(c = d\), then \(a - c = b - d\).
  4. CN4 Things which coincide with one another are equal to one another. Figures that can be moved to fit exactly on top of each other are equal. This is the principle behind Euclid's "superposition" proofs.
  5. CN5 The whole is greater than the part. A proper part of something is strictly smaller than the whole.

Pitfall: CN5 is false for infinite sets

For finite collections, the whole really is greater than any proper part. For infinite sets it fails. The even numbers are a proper part of \(\mathbb{N}\), yet \(n \mapsto 2n\) pairs the two off perfectly, so they have the same size.

Dedekind turned this failure into a definition: a set is infinite exactly when it is the same size as a proper subset of itself. See Cardinality and the Infinite.

ℕ evens 1 2 2 4 3 6 4 8 5 10 6 12 7 14 … … n ↦ 2n

Figure 3. The whole is not greater than the part: the evens are a proper part of \(\mathbb{N}\), and \(n \mapsto 2n\) pairs every natural number with exactly one even number.

What Became of Them

  • CN1 to CN3 became part of the logic of equality. The next section proves CN1 from two axioms about \(=\).
  • CN4 was the weak point. Moving a figure is not a notion the other axioms explain, so Hilbert replaced superposition with explicit congruence axioms (Section 8). The site's SAS Congruence page takes the other modern route: it assumes rigid motions and proves SAS from them.
  • CN5 survives for finite sets, where it is a theorem, and fails for infinite ones.

4. The Axioms of Logic

Beneath every subject is the logic that turns axioms into theorems, and it too can be axiomatised. The symbols are those of Logic and Quantifiers.

The Traditional Laws of Thought

  • Identity: \(P \to P\). A statement implies itself.
  • Non-contradiction: \(\neg(P \wedge \neg P)\). No statement is both true and false.
  • Excluded middle: \(P \vee \neg P\). Every statement is true or false.

These were long treated as the axioms of logic. In a modern formal system they are theorems, derived from a smaller and less obvious set of axioms.

A Standard Axiom System for Propositional Logic

Every formula of one of these three shapes is an axiom, whatever formulas \(P\), \(Q\), \(R\) stand for. Each line is an axiom scheme: a pattern with infinitely many instances.

  1. L1
    \[P \to (Q \to P)\]
    A true statement is implied by anything.
  2. L2
    \[(P \to (Q \to R)) \to ((P \to Q) \to (P \to R))\]
    Implication distributes over implication.
  3. L3
    \[(\neg Q \to \neg P) \to (P \to Q)\]
    A contrapositive proves the original statement.

There is one rule of inference, modus ponens: from \(P\) and \(P \to Q\), infer \(Q\). For quantifiers, two more axiom schemes and one more rule are added:

  • \(\forall x\, \varphi(x) \to \varphi(t)\): what holds for everything holds for any particular term \(t\);
  • \(\forall x\,(\psi \to \varphi(x)) \to (\psi \to \forall x\, \varphi(x))\), when \(x\) does not occur free in \(\psi\);
  • generalisation: from a proof of \(\varphi(x)\) with \(x\) arbitrary, infer \(\forall x\, \varphi(x)\).

Derivation: \(P \to P\) in Five Lines

Even the law of identity needs a proof here. Each line is an axiom instance or follows from two earlier lines by modus ponens (MP).

\[ \begin{array}{lll} 1. & (P \to ((P \to P) \to P)) \to ((P \to (P \to P)) \to (P \to P)) & \text{L2, with } Q := P \to P,\ R := P \\ 2. & P \to ((P \to P) \to P) & \text{L1, with } Q := P \to P \\ 3. & (P \to (P \to P)) \to (P \to P) & \text{MP on 2 and 1} \\ 4. & P \to (P \to P) & \text{L1, with } Q := P \\ 5. & P \to P & \text{MP on 4 and 3} \end{array} \]

The point is not that \(P \to P\) was in doubt. It is that everything used in a proof, even this, can be traced back to a short explicit list. \(\blacksquare\)

Equality

Equality has just two axioms:

  1. E1 \(\forall x\; (x = x)\) Reflexivity: everything equals itself.
  2. E2 \(x = y \to (\varphi(x) \to \varphi(y))\), for every formula \(\varphi\) Substitution: equals can replace equals in any statement.

Derivation: Euclid's First Common Notion

Symmetry. Apply E2 with \(\varphi(z)\) the formula \(z = x\). It reads \(x = y \to (x = x \to y = x)\). By E1, \(x = x\) holds, so \(x = y \to y = x\).

Transitivity. Suppose \(a = b\) and \(b = c\). By symmetry \(b = a\). Apply E2 with \(\varphi(z)\) the formula \(z = c\): from \(b = a\) and \(b = c\) it gives \(a = c\).

CN1. Suppose \(a = c\) and \(b = c\). By symmetry \(c = b\), and by transitivity from \(a = c\) and \(c = b\) we get \(a = b\). Euclid's first axiom is a theorem of logic. \(\blacksquare\)

The System Is Exactly Strong Enough

Two properties make this system the right one. It is sound: every theorem is true in every interpretation. And by Gödel's completeness theorem (1929) it is complete: every formula true in every interpretation is a theorem. So "provable" and "true in every structure" coincide. Do not confuse this with the incompleteness theorems of Section 12, which are about what particular axiom systems, such as arithmetic, can prove. The practical rules of inference built on this system are in Logic and Quantifiers.

5. The Axioms of Set Theory (ZFC)

Almost every mathematical object can be modelled as a set: numbers, functions, sequences, spaces. So axioms about sets are, in effect, axioms for all of mathematics. The standard list is due to Zermelo (1908), with additions by Fraenkel and Skolem (1922). Its only undefined notion is membership, \(\in\). Everything else, including \(\subseteq\), \(\cup\), pairs and functions, is defined from it.

Why Not Just "Every Property Defines a Set"?

That principle, called naive comprehension, is inconsistent. Applied to the property \(x \notin x\) it produces Russell's set \(R = \{x : x \notin x\}\), with \(R \in R \iff R \notin R\). See Sets, Relations and Functions and Russell's Paradox. ZFC replaces the single naive principle with ten careful ones.

The Ten Axioms

  1. Z1 Extensionality.
    \[\forall A\, \forall B\, [\forall x\,(x \in A \leftrightarrow x \in B) \to A = B]\]
    A set is determined by its elements, so \(\{1, 2\} = \{2, 1, 1\}\).
  2. Z2 Empty Set.
    \[\exists E\, \forall x\, (x \notin E)\]
    There is a set with no elements. By Z1 there is only one, written \(\varnothing\).
  3. Z3 Pairing.
    \[\forall a\, \forall b\, \exists P\, \forall x\, [x \in P \leftrightarrow (x = a \vee x = b)]\]
    For any \(a, b\) the set \(\{a, b\}\) exists. Taking \(a = b\) gives \(\{a\}\), and the ordered pair is defined as \((a, b) = \{\{a\}, \{a, b\}\}\).
  4. Z4 Union.
    \[\forall F\, \exists U\, \forall x\, [x \in U \leftrightarrow \exists A\,(A \in F \wedge x \in A)]\]
    The elements of the elements of \(F\) form a set, \(\bigcup F\). In particular \(A \cup B = \bigcup \{A, B\}\).
  5. Z5 Power Set.
    \[\forall A\, \exists P\, \forall x\, [x \in P \leftrightarrow x \subseteq A]\]
    All subsets of \(A\) form a set, \(\mathcal{P}(A)\). By Cantor's theorem it is always strictly larger than \(A\).
  6. Z6 Separation (a scheme: one axiom for each formula \(\varphi\)).
    \[\forall A\, \exists B\, \forall x\, [x \in B \leftrightarrow (x \in A \wedge \varphi(x))]\]
    From an existing set \(A\) you may carve out \(\{x \in A : \varphi(x)\}\). This gives intersections and differences. It is the safe replacement for naive comprehension.
  7. Z7 Replacement (a scheme). If for each \(x \in A\) there is exactly one \(y\) with \(\varphi(x, y)\), then those \(y\) form a set:
    \[\forall A\, [\forall x \in A\; \exists!\, y\; \varphi(x, y) \to \exists B\, \forall x \in A\; \exists y \in B\; \varphi(x, y)]\]
    The image of a set under any definable rule is a set: \(\{F(x) : x \in A\}\).
  8. Z8 Infinity.
    \[\exists I\, [\varnothing \in I \wedge \forall x\,(x \in I \to x \cup \{x\} \in I)]\]
    There is an infinite set. It is the only axiom that says so, and without it every set could be finite.
  9. Z9 Foundation.
    \[\forall A\, [A \neq \varnothing \to \exists x \in A\; (x \cap A = \varnothing)]\]
    Every non-empty set has an \(\in\)-minimal element. Consequences: no set is an element of itself, and there is no infinite descending chain \(\cdots \in x_2 \in x_1 \in x_0\).
  10. Z10 Choice. For every set \(F\) of non-empty sets there is a function \(c : F \to \bigcup F\) with \(c(A) \in A\) for every \(A \in F\). From any collection of non-empty sets you can choose one element from each, all at once, even with no rule for choosing.

ZF is Z1 to Z9; ZFC adds Choice.

Separation Turns Russell's Paradox Into a Theorem

Theorem. No set contains every set.

Proof. Let \(A\) be any set. By Separation, \(R = \{x \in A : x \notin x\}\) is a set. If \(R \in A\), then \(R \in R\) would hold exactly when \(R \in A\) and \(R \notin R\), that is, exactly when \(R \notin R\). That is a contradiction, so \(R \notin A\). Since \(A\) was arbitrary, every set leaves something out. \(\blacksquare\)

Russell's argument is unchanged. What changed is that Separation only builds subsets of a set you already have, so the argument now shows that a "set of all sets" cannot exist, instead of contradicting the axioms.

Building the Natural Numbers From Nothing

Von Neumann's construction uses only \(\varnothing\) and the successor operation \(x \mapsto x \cup \{x\}\):

\[ 0 = \varnothing, \quad 1 = \{\varnothing\}, \quad 2 = \{\varnothing, \{\varnothing\}\}, \quad 3 = \{0, 1, 2\}, \quad \ldots \]

Each number is the set of the numbers before it, so \(n\) has exactly \(n\) elements. Infinity supplies a set containing all of them, and Separation cuts out the smallest such set, which is \(\mathbb{N}\). Peano's postulates of Section 6 are then theorems.

Set theorists start at \(0 = \varnothing\). This site's convention is \(\mathbb{N} = \{1, 2, 3, \ldots\}\), which is the same construction with every label moved up by one.

About the Axiom of Choice

Choice is the one axiom that asserts something exists without describing it. Over ZF it is equivalent to Zorn's Lemma and to the Well-Ordering Theorem (every set can be well-ordered). It is needed to show that every vector space, infinite-dimensional ones included, has a basis. It also has strange consequences, the best known being the Banach–Tarski paradox: a solid ball can be cut into finitely many pieces and reassembled into two balls of the same size.

Gödel (1938) showed that Choice cannot be disproved from ZF, and Cohen (1963) that it cannot be proved from ZF. It is independent, like the Continuum Hypothesis, and mathematicians adopt it because it is useful.

Pitfall: the list is not minimal

Some of the ten follow from the others. Separation follows from Replacement, and Empty Set follows from Separation: logic guarantees that some set \(A\) exists, and \(\{x \in A : x \neq x\}\) has no elements. Pairing follows from Power Set and Replacement, since \(\mathcal{P}(\mathcal{P}(\varnothing)) = \{\varnothing, \{\varnothing\}\}\) has exactly two elements, which can be replaced by \(a\) and \(b\). They are listed anyway, for clarity and by tradition. "Axiom" means "assumed", not "impossible to derive from the others".

6. The Natural Numbers: Peano's Postulates

Giuseppe Peano (1889), building on Dedekind (1888), described the natural numbers using three undefined terms: a set \(\mathbb{N}\), a first element \(1\), and a successor function \(S\), where \(S(n)\) is "the next number after \(n\)". Peano himself started at \(1\), as this site does.

The Five Postulates

  1. P1 \(1 \in \mathbb{N}\) There is a first natural number.
  2. P2 \(\forall n \in \mathbb{N}:\; S(n) \in \mathbb{N}\) Every natural number has a successor.
  3. P3 \(\forall n \in \mathbb{N}:\; S(n) \neq 1\) 1 is not the successor of anything: counting never loops back to the start.
  4. P4 \(\forall m, n \in \mathbb{N}:\; S(m) = S(n) \to m = n\) Different numbers have different successors: two counts never merge.
  5. P5 Induction. If \(K \subseteq \mathbb{N}\), \(1 \in K\), and \(n \in K \to S(n) \in K\) for every \(n\), then \(K = \mathbb{N}\). Nothing is in \(\mathbb{N}\) except what counting up from 1 reaches.
ℕ: every postulate holds 1 2 3 4 5 … stops: fails P2 1 2 3 3 has no successor loops to 1: fails P3 1 2 3 4 S(4) = 1 merges: fails P4 1 2 3 4 5 S(2) = S(5) = 3 stray chain: fails P5 1 2 3 4 … … a₋₁ a₀ a₁ a₂ …

Figure 4. The intended model, and four impostors. Each impostor breaks exactly one postulate and satisfies the other four, so each postulate is doing necessary work. In the last row, 1, 2, 3, … form a copy of \(\mathbb{N}\), and a separate chain \(\ldots, a_{-1}, a_0, a_1, \ldots\) runs alongside, unreachable from 1.

What Each Impostor Shows

  • Stops (fails P2): without P2, counting could end.
  • Loops to 1 (fails P3): a four-hour clock satisfies P1, P2, P4 and P5. P3 is what stops arithmetic being clock arithmetic.
  • Merges (fails P4): \(2\) and \(5\) share the successor \(3\), so the count joins a loop part-way along.
  • Stray chain (fails P5): P1 to P4 all hold, since nothing loops or merges, yet there are extra elements that counting from 1 never reaches. Only induction rules them out.

Theorem: No Finite Set Satisfies P2, P3 and P4

By P2 and P4, \(S\) is a one-to-one map from \(\mathbb{N}\) to itself, and by P3 its image misses \(1\). So \(S\) is a bijection from \(\mathbb{N}\) onto a proper subset of itself. For a finite set that is impossible: a one-to-one map from a finite set into itself is onto. \(\blacksquare\)

So any model of Peano's postulates is infinite in exactly Dedekind's sense from Section 3, and in set theory it is the Axiom of Infinity that makes a model exist.

Arithmetic From the Postulates

Addition and multiplication are defined by recursion on the successor:

\[ \begin{aligned} a + 1 &= S(a), & a + S(b) &= S(a + b), \\ a \cdot 1 &= a, & a \cdot S(b) &= a \cdot b + a. \end{aligned} \]

Each rule says how to handle \(1\) and how to step from \(b\) to \(S(b)\). Induction (P5) is exactly what guarantees this defines \(a + b\) and \(a \cdot b\) for every \(b\).

Derivation: 2 + 2 = 4

Name the numbers \(2 = S(1)\), \(3 = S(2)\) and \(4 = S(3)\). Then

\[ \begin{aligned} 2 + 2 &= 2 + S(1) && \text{definition of } 2 \\ &= S(2 + 1) && a + S(b) = S(a + b) \\ &= S(S(2)) && a + 1 = S(a) \\ &= S(3) && \text{definition of } 3 \\ &= 4 && \text{definition of } 4. \end{aligned} \]

Every step cites a definition or a recursion rule, and nothing else. \(\blacksquare\)

Derivation: Every Number Other Than 1 Is a Successor

Let \(K = \{1\} \cup \{S(m) : m \in \mathbb{N}\}\). Then \(1 \in K\). And if \(n \in K\), then \(S(n)\) is a successor, so \(S(n) \in K\). By induction, \(K = \mathbb{N}\). \(\blacksquare\)

This is induction in its purest form, with no formula to verify. Without P5 the conclusion can fail: add to \(\mathbb{N}\) a second chain \(b \to S(b) \to S(S(b)) \to \cdots\). Postulates P1 to P4 still hold, but \(b\) is neither \(1\) nor a successor.

Going Further: First-Order Arithmetic

P5 quantifies over all subsets \(K\) of \(\mathbb{N}\). With P5 in that form, Dedekind proved that any two structures satisfying P1 to P5 are isomorphic: the postulates pin down \(\mathbb{N}\) completely. Peano Arithmetic, the version used in logic, replaces P5 by an induction scheme, one axiom for each formula. That version has non-standard models containing elements larger than every ordinary number. They come from the compactness theorem, a corollary of Gödel's completeness theorem, and no first-order list of axioms can avoid them.

Induction in practice: Proof Techniques and Proof by Induction: Gauss's Sum.

7. The Real Numbers: A Complete Ordered Field

Analysis begins by postulating that \(\mathbb{R}\) is a set with operations \(+\) and \(\cdot\) and a relation \(\lt\), satisfying three groups of postulates. The operations are functions \(\mathbb{R} \times \mathbb{R} \to \mathbb{R}\), so closure is built in.

The Field Postulates

Law Addition Multiplication
Associative A1 \((a + b) + c = a + (b + c)\) M1 \((ab)c = a(bc)\)
Commutative A2 \(a + b = b + a\) M2 \(ab = ba\)
Identity A3 there is \(0\) with \(a + 0 = a\) M3 there is \(1 \neq 0\) with \(a \cdot 1 = a\)
Inverse A4 each \(a\) has \(-a\) with \(a + (-a) = 0\) M4 each \(a \neq 0\) has \(a^{-1}\) with \(a a^{-1} = 1\)
Distributive D \(a(b + c) = ab + ac\)

The Order Postulates and Completeness

  1. O1 For all \(a, b\), exactly one of \(a \lt b\), \(a = b\), \(b \lt a\) holds. Trichotomy.
  2. O2 If \(a \lt b\) and \(b \lt c\), then \(a \lt c\). Transitivity.
  3. O3 If \(a \lt b\), then \(a + c \lt b + c\). Adding preserves order.
  4. O4 If \(a \lt b\) and \(0 \lt c\), then \(ac \lt bc\). Multiplying by a positive number preserves order.
  5. C Completeness. Every non-empty subset of \(\mathbb{R}\) that is bounded above has a least upper bound. The least upper bound of \(S\), its supremum \(\sup S\), is an upper bound of \(S\) that is below every other upper bound.

Derivation: 0 < 1

Lemma: \(a \cdot 0 = 0\). By A3 and D, \(a \cdot 0 = a(0 + 0) = a \cdot 0 + a \cdot 0\). Adding \(-(a \cdot 0)\) to both sides and using A1, A3 and A4 gives \(0 = a \cdot 0\). This is the same argument as in Rings and Fields, because it uses only ring postulates.

Theorem: \(0 \lt 1\). By M3, \(1 \neq 0\), so by O1 either \(0 \lt 1\) or \(1 \lt 0\). Suppose \(1 \lt 0\).

  • Add \(-1\) to both sides (O3): \(1 + (-1) \lt 0 + (-1)\), that is, \(0 \lt -1\).
  • So \(-1\) is positive, and we may multiply \(1 \lt 0\) by it (O4): \(1 \cdot (-1) \lt 0 \cdot (-1)\), that is, \(-1 \lt 0\) by M3, M2 and the lemma.
  • Now \(0 \lt -1\) and \(-1 \lt 0\) both hold, which O1 forbids.

So \(1 \lt 0\) is impossible, and \(0 \lt 1\). \(\blacksquare\)

The same style of argument shows that every non-zero square is positive. That is why \(\mathbb{C}\), where \(i^2 = -1\), cannot be made into an ordered field.

Completeness Is What Separates \(\mathbb{R}\) From \(\mathbb{Q}\)

\(\mathbb{Q}\) satisfies every field and order postulate. It fails only C. Take \(A = \{q \in \mathbb{Q} : q^2 \lt 2\}\), which is non-empty (\(1 \in A\)) and bounded above (by \(2\)). It has no least upper bound in \(\mathbb{Q}\):

  • Let \(u\) be a rational upper bound. Then \(u \geq 1 \gt 0\), and \(u^2 \neq 2\) because \(\sqrt{2}\) is irrational.
  • Put \(v = \dfrac{2u + 2}{u + 2}\), again rational. A direct computation gives \[ v - u = \frac{2 - u^2}{u + 2}, \qquad v^2 - 2 = \frac{2(u^2 - 2)}{(u + 2)^2}. \]
  • If \(u^2 \lt 2\), then \(u \in A\), and \(v \gt u\) with \(v^2 \lt 2\), so \(v \in A\) and \(u\) was not an upper bound after all.
  • If \(u^2 \gt 2\), then \(v \lt u\) with \(v^2 \gt 2\), so \(v\) is a smaller upper bound, and \(u\) was not the least.

Either way no rational number is the least upper bound. In \(\mathbb{R}\), Completeness supplies one, \(\sqrt{2}\).

−2 −1 0 1 3/2 2 √2 ∉ ℚ A = { q ∈ ℚ : q² < 2 } rational upper bounds 2, 3/2, 10/7, 17/12, 58/41, … : always a smaller one

Figure 5. The rationals whose square is less than \(2\) fill the gap between \(-\sqrt{2}\) and \(\sqrt{2}\). They are bounded above but have no least rational upper bound. Starting from \(2\), the map \(u \mapsto (2u + 2)/(u + 2)\) always produces a smaller rational upper bound.

Derivation: The Archimedean Property

Theorem. For every real \(x\) there is a natural number \(n \gt x\).

Proof. Suppose not. Then \(x\) is an upper bound for \(\mathbb{N}\), a non-empty set, so by C it has a least upper bound \(s\). Since \(s - 1 \lt s\), the number \(s - 1\) is not an upper bound, so some \(n \in \mathbb{N}\) has \(n \gt s - 1\). Then \(n + 1 \gt s\), and \(n + 1 \in \mathbb{N}\), so \(s\) is not an upper bound of \(\mathbb{N}\), a contradiction. \(\blacksquare\)

The Archimedean property is a theorem, not a postulate. It sounds too obvious to need proof, but there are ordered fields in which it fails, and the proof shows exactly where Completeness is used.

Uniqueness, and Equivalent Forms

Any two complete ordered fields are isomorphic, so the postulates describe a single structure. That makes them foundational in the sense of Section 2. Inside ZFC, \(\mathbb{R}\) is built from \(\mathbb{Q}\) by Dedekind cuts, and the postulates become theorems.

Given the field and order postulates, C is equivalent to the Monotone Convergence Theorem, and to the Bolzano–Weierstrass Theorem. It is also equivalent to "every Cauchy sequence converges" together with the Archimedean property. See Monotone Convergence and Bolzano–Weierstrass and Cauchy Completeness.

8. Geometry: Euclid, Hilbert and Beyond

Euclid's Five Postulates

In Heath's translation, Euclid asks that we may assume:

  1. E1 To draw a straight line from any point to any point.
  2. E2 To produce a finite straight line continuously in a straight line.
  3. E3 To describe a circle with any centre and distance.
  4. E4 That all right angles are equal to one another.
  5. E5 That, if a straight line falling on two straight lines make the interior angles on the same side less than two right angles, the two straight lines, if produced indefinitely, meet on that side on which are the angles less than the two right angles.

Euclidean Geometry states these in modern form. Its first postulate adds that the line is unique, which Euclid used without stating, and its fifth is Playfair's equivalent version below.

α β they meet here A B α + β = 80° + 70° = 150° < 180°, so the lines meet on the side of α and β

Figure 6. The fifth postulate as Euclid stated it. The interior angles \(\alpha\) and \(\beta\) on one side of the transversal sum to less than \(180^\circ\), so the two lines, extended, meet on that side.

Playfair's Axiom, and Other Equivalents

Playfair's axiom: through a point not on a given line there is at most one line parallel to it. The first four postulates already prove that at least one parallel exists: construct equal alternate angles, and the weak exterior angle theorem, which needs no parallel postulate, shows the two lines cannot meet (see Euclidean Geometry). So Playfair's axiom is often stated as "exactly one".

Given the first four postulates, each of the following is equivalent to the fifth:

The Gaps in Euclid

Euclid's first proof constructs an equilateral triangle from two circles and assumes the circles meet, which nothing in his list guarantees. His proof of SAS moves one triangle onto another, a motion the postulates never mention. And he relies throughout on diagrams for which point lies between which, a notion he never axiomatised. David Hilbert's Foundations of Geometry (1899) filled every gap.

Hilbert's Twenty Axioms

Undefined terms: point, line, plane. Undefined relations: lies on, between, congruent (\(\cong\)). "Two points" always means two distinct points.

I. Incidence (8)
  1. I1 For any two points there is a line containing both.
  2. I2 For any two points there is at most one line containing both.
  3. I3 Every line contains at least two points, and there are three points not all on one line.
  4. I4 Any three points not on one line lie in some plane, and every plane contains at least one point.
  5. I5 Any three points not on one line lie in at most one plane.
  6. I6 If two points of a line lie in a plane, every point of the line lies in that plane.
  7. I7 If two planes have a point in common, they have at least one more point in common.
  8. I8 There are four points not all in one plane.
II. Order (4)
  1. II1 If \(B\) is between \(A\) and \(C\), then \(A\), \(B\), \(C\) are three distinct points of one line, and \(B\) is also between \(C\) and \(A\).
  2. II2 For any two points \(A\) and \(C\), there is a point \(B\) on line \(AC\) such that \(C\) is between \(A\) and \(B\). Lines go on: every segment can be extended.
  3. II3 Of any three points on a line, at most one is between the other two.
  4. II4 Pasch's axiom. Let \(A\), \(B\), \(C\) be three points not on one line, and \(a\) a line in their plane passing through none of them. If \(a\) passes through a point of segment \(AB\), it also passes through a point of segment \(AC\) or of segment \(BC\). A line that enters a triangle must leave it.
III. Congruence (5)
  1. III1 Given a segment \(AB\), a point \(C\) on a line \(m\), and a side of \(C\) on \(m\), there is a point \(D\) on that side with \(AB \cong CD\). Any length can be laid off along any line.
  2. III2 If \(CD \cong AB\) and \(EF \cong AB\), then \(CD \cong EF\).
  3. III3 Suppose \(B\) lies between \(A\) and \(C\), and \(E\) between \(D\) and \(F\). If \(AB \cong DE\) and \(BC \cong EF\), then \(AC \cong DF\). Congruent pieces add up to congruent wholes.
  4. III4 Given an angle, a ray from a point \(O\) in a plane, and a side of that ray's line, there is exactly one second ray from \(O\) on that side making an angle congruent to the given one. Every angle is congruent to itself. Any angle can be laid off, in exactly one way.
  5. III5 If triangles \(ABC\) and \(DEF\) have \(AB \cong DE\), \(AC \cong DF\) and \(\angle BAC \cong \angle EDF\), then \(\angle ABC \cong \angle DEF\). A weak form of SAS. Full SAS, with the third side and the third angle, is then a theorem.
IV. Parallels (1)
  1. IV Given a line \(a\) and a point \(A\) not on it, there is at most one line in their plane through \(A\) that does not meet \(a\). Playfair's form. Existence follows from the other axioms, so only uniqueness is assumed.
V. Continuity (2)
  1. V1 Archimedes. For any segments \(AB\) and \(CD\) there is a natural number \(n\) such that \(n\) copies of \(CD\), laid end to end from \(A\) along the ray through \(B\), reach beyond \(B\).
  2. V2 Line completeness. The points of a line cannot be enlarged by further points in a way that keeps its order and congruence relations and keeps axioms I to III and V1 true. A line has no gaps. This is the geometric twin of the Completeness postulate for \(\mathbb{R}\), and it is what guarantees Euclid's two circles meet.

The list changed across editions. E. H. Moore showed in 1902 that one of the original order axioms followed from the others, and the completeness axiom was added after the first edition. The twenty above are the standard final form.

A B C in out line a

Figure 7. Pasch's axiom: a line that enters triangle \(ABC\) through side \(AB\), and passes through no vertex, must leave through \(AC\) or \(BC\). Euclid used this constantly without stating it.

School Postulates: Birkhoff and SMSG

G. D. Birkhoff (1932) took the real numbers as given and needed only four postulates: the ruler postulate (the points of a line correspond one-to-one with the reals, and distance is the difference of coordinates); the point–line postulate (two points lie on exactly one line); the protractor postulate (rays from a point correspond to angle measures); and a similarity postulate (SAS for similarity).

The School Mathematics Study Group adapted this in the 1960s into about two dozen postulates, including the ruler, protractor and SAS postulates. That is where most students first meet the word "postulate". The SAS Congruence page proves SAS from rigid motions instead, and the SSS and ASA pages build on it.

Non-Euclidean Geometry

Around 1830 Bolyai and Lobachevsky, and privately Gauss, developed hyperbolic geometry. It keeps every axiom except the parallel axiom, which it replaces by "through a point not on a line there are at least two lines not meeting it".

Elliptic geometry (Riemann, 1854) goes further: there are no parallels at all. It has to change more than the parallel postulate, because on a sphere two antipodal points lie on infinitely many great circles and lines have finite length. The usual fix is to treat each pair of antipodal points as a single point.

ℓ P exactly one parallel angle sum = 180° ℓ P infinitely many miss ℓ angle sum < 180° P ℓ every line through P meets ℓ angle sum > 180° Euclidean Hyperbolic Elliptic

Figure 8. Through a point \(P\) not on a line \(\ell\). In the Euclidean plane there is exactly one parallel. In the Poincaré disk, where "lines" are arcs meeting the boundary at right angles, the two solid arcs through \(P\) meet \(\ell\) only at the boundary, which is not part of the plane, and the dashed arc misses it entirely. On the sphere, where lines are great circles, every line through \(P\) meets \(\ell\).

9. Algebraic Structures: Axioms as Definitions

From here on the axioms are structural (Section 2). They do not describe one object. They define a whole class, and every theorem proved from them holds in every member of the class at once.

Group

A set \(G\) with an operation \(\cdot\) such that:

  1. G1 Closure: \(a \cdot b \in G\) for all \(a, b \in G\);
  2. G2 Associativity: \((a \cdot b) \cdot c = a \cdot (b \cdot c)\);
  3. G3 Identity: there is \(e \in G\) with \(e \cdot a = a \cdot e = a\) for all \(a\);
  4. G4 Inverses: each \(a\) has \(a^{-1} \in G\) with \(a \cdot a^{-1} = a^{-1} \cdot a = e\).

The group is abelian if also \(a \cdot b = b \cdot a\). Full treatment in Groups.

One Proof, Every Group: The Identity Is Unique

Suppose \(e\) and \(f\) both satisfy G3. Then \(e = e \cdot f\), because \(f\) is an identity, and \(e \cdot f = f\), because \(e\) is one. So \(e = f\). \(\blacksquare\) That single line holds in \(\mathbb{Z}\), in every group of matrices, and in every symmetry group ever studied. This is the power of structural axioms.

Ring and Field

A ring is a set with operations \(+\) and \(\cdot\) such that \((R, +)\) is an abelian group, multiplication is associative with an identity \(1\), and multiplication distributes over addition on both sides. It is commutative if \(ab = ba\). This follows the convention of Rings and Fields; some authors do not require a \(1\).

A field is a commutative ring with \(1 \neq 0\) in which every non-zero element has a multiplicative inverse. That is exactly the field postulates A1 to D of Section 7. Here they define a class that includes \(\mathbb{Q}\), \(\mathbb{C}\) and \(\mathbb{Z}/p\), not one particular field.

Vector Space

A set \(V\) with vector addition and multiplication by scalars from a field \(F\), such that for all \(\mathbf{u}, \mathbf{v}, \mathbf{w} \in V\) and \(a, b \in F\):

\[ \begin{array}{ll} \text{V1. } \mathbf{u} + (\mathbf{v} + \mathbf{w}) = (\mathbf{u} + \mathbf{v}) + \mathbf{w} & \text{V5. } a(b\mathbf{v}) = (ab)\mathbf{v} \\ \text{V2. } \mathbf{u} + \mathbf{v} = \mathbf{v} + \mathbf{u} & \text{V6. } 1\mathbf{v} = \mathbf{v} \\ \text{V3. there is } \mathbf{0} \text{ with } \mathbf{v} + \mathbf{0} = \mathbf{v} & \text{V7. } a(\mathbf{u} + \mathbf{v}) = a\mathbf{u} + a\mathbf{v} \\ \text{V4. each } \mathbf{v} \text{ has } -\mathbf{v} \text{ with } \mathbf{v} + (-\mathbf{v}) = \mathbf{0} & \text{V8. } (a + b)\mathbf{v} = a\mathbf{v} + b\mathbf{v} \end{array} \]

These are the eight axioms of Vector Spaces.

Inner Product

On a real vector space, an inner product \(\langle \mathbf{u}, \mathbf{v} \rangle\) is a real number satisfying:

  • symmetry: \(\langle \mathbf{u}, \mathbf{v} \rangle = \langle \mathbf{v}, \mathbf{u} \rangle\);
  • linearity: \(\langle a\mathbf{u} + b\mathbf{w}, \mathbf{v} \rangle = a\langle \mathbf{u}, \mathbf{v} \rangle + b\langle \mathbf{w}, \mathbf{v} \rangle\);
  • positive definiteness: \(\langle \mathbf{v}, \mathbf{v} \rangle \geq 0\), with equality only when \(\mathbf{v} = \mathbf{0}\).

Length and angle are then defined from it, and the Cauchy–Schwarz inequality is a theorem of these three axioms alone.

Determinant

The determinant is the function of the rows of a square matrix that is D1 multilinear in the rows, D2 alternating (zero when two rows are equal), and D3 normalised (\(\det I = 1\)). These axioms are unusual: they define a single function, because exactly one function satisfies them. See Determinants and Existence and Uniqueness of the Determinant.

Interactive: The Axiom Checker

Choose an axiom system and a structure. The checker tests every axiom and, for each one that fails, shows the specific elements that break it. Most presets break one axiom, or a named few, while the rest hold.

    A red table entry is a product that falls outside the set. In a successor diagram, the shaded node is the first element 1.

    10. Probability: Kolmogorov's Axioms

    For centuries probability had no foundations, only rules of thumb. Kolmogorov's Foundations of the Theory of Probability (1933) supplied them with three axioms.

    The Setting and the Axioms

    A sample space \(\Omega\); a collection \(\mathcal{F}\) of subsets called events, which contains \(\Omega\) and is closed under complements and countable unions; and a function \(P : \mathcal{F} \to \mathbb{R}\) such that:

    1. K1 \(P(E) \geq 0\) for every event \(E\). Non-negativity.
    2. K2 \(P(\Omega) = 1\). Something certainly happens.
    3. K3 If \(E_1, E_2, E_3, \ldots\) are pairwise disjoint, then \(P\left(\bigcup_{i=1}^{\infty} E_i\right) = \sum_{i=1}^{\infty} P(E_i)\). Countable additivity.

    Probability works on finite sample spaces and states K3 for two disjoint events. On a finite space that is all K3 ever says, and the derivation below shows it follows from the countable form.

    Derivation: The Complement Rule

    Step 1: \(P(\varnothing) = 0\). Take \(E_i = \varnothing\) for every \(i\). These are pairwise disjoint with union \(\varnothing\), so K3 gives \(P(\varnothing) = \sum_{i=1}^{\infty} P(\varnothing)\). The left side is a real number. If \(P(\varnothing) \gt 0\), the right side would be an infinite sum of the same positive number, which diverges. So \(P(\varnothing) = 0\).

    Step 2: finite additivity. For disjoint \(A\) and \(B\), apply K3 to \(A, B, \varnothing, \varnothing, \ldots\). By Step 1 this gives \(P(A \cup B) = P(A) + P(B)\).

    Step 3. \(E\) and its complement \(E^c\) are disjoint and their union is \(\Omega\). By Step 2 and K2, \(P(E) + P(E^c) = 1\), so

    \[ P(E^c) = 1 - P(E). \]

    And since \(P(E^c) \geq 0\) by K1, this also proves \(P(E) \leq 1\). No axiom said a probability is at most 1; it is a theorem. \(\blacksquare\)

    Ω E Eᶜ E and Eᶜ are disjoint and fill Ω Ω A B A ∩ B = ∅, so P(A ∪ B) = P(A) + P(B)

    Figure 9. Left: \(E\) and \(E^c\) are disjoint and fill \(\Omega\), which is the complement rule. Right: for disjoint events, probabilities add. When events overlap they do not, and inclusion–exclusion corrects for it.

    What the Axioms Leave Open

    The axioms say how probabilities must behave, not what they are. Long-run frequency, degree of belief and physical propensity all satisfy K1 to K3, so the same theorems serve every interpretation. That neutrality is part of why Kolmogorov's axioms were adopted so widely.

    11. Relations, Orders, Metric and Topological Spaces

    Equivalence Relations and Orders

    A relation \(\sim\) on a set is an equivalence relation if it is reflexive (\(a \sim a\)), symmetric (\(a \sim b \to b \sim a\)) and transitive (\(a \sim b\) and \(b \sim c\) give \(a \sim c\)). Every equivalence relation splits its set into disjoint classes; see Sets, Relations and Functions and Equivalence Relations and Partitions.

    A relation \(\preceq\) is a partial order if it is reflexive, antisymmetric (\(a \preceq b\) and \(b \preceq a\) give \(a = b\)) and transitive. It is a total order if in addition any two elements are comparable.

    • \(\leq\) on \(\mathbb{R}\) is a total order.
    • \(\subseteq\) on the subsets of a set is a partial order but not total: \(\{1\}\) and \(\{2\}\) are incomparable.
    • Divisibility on \(\mathbb{N}\) is a partial order: \(2\) and \(3\) are incomparable.

    Metric Spaces

    A metric on a set \(X\) is a function \(d : X \times X \to \mathbb{R}\) such that for all \(x, y, z\):

    1. M1 \(d(x, y) \geq 0\), with \(d(x, y) = 0\) exactly when \(x = y\);
    2. M2 \(d(x, y) = d(y, x)\);
    3. M3 \(d(x, z) \leq d(x, y) + d(y, z)\) The triangle inequality: a detour is never shorter. See the triangle inequality for real numbers.

    Examples and a Non-Example

    • Euclidean: \(d = \sqrt{(x_1 - x_2)^2 + (y_1 - y_2)^2}\) in the plane.
    • Taxicab: \(d = |x_1 - x_2| + |y_1 - y_2|\), the distance along a street grid. It satisfies M3 because each coordinate does separately. Its "unit circle" is a diamond (Figure 10).
    • Discrete: \(d(x, y) = 1\) whenever \(x \neq y\). It works on any set.
    • Not a metric: \(d(x, y) = (x - y)^2\) on \(\mathbb{R}\) fails M3: \(d(0, 2) = 4\), but \(d(0, 1) + d(1, 2) = 2\).
    1 Euclidean: x² + y² = 1 taxicab: |x| + |y| = 1

    Figure 10. The points at distance 1 from the origin: a circle for the Euclidean metric, a diamond for the taxicab metric. Different metrics on the same set give different geometry.

    Topological Spaces

    A topology on a set \(X\) is a collection \(\mathcal{T}\) of subsets, called open sets, such that:

    1. T1 \(\varnothing\) and \(X\) are open;
    2. T2 any union of open sets is open;
    3. T3 any finite intersection of open sets is open.

    Every metric gives a topology: the open sets are the unions of open balls. The word "finite" in T3 matters. The open intervals \((-1/n, 1/n)\) intersect in \(\{0\}\), which is not open in \(\mathbb{R}\). Topology is the most economical axiom system on this page: three axioms about one kind of set are enough to define continuity.

    12. Consistency, Independence and Completeness

    Models

    A model of an axiom system is a structure in which every axiom is true. \(\mathbb{Z}_4\) under addition is a model of the group axioms; the Euclidean plane is a model of Hilbert's axioms; the four structures in Figure 4 are models of four Peano postulates each. Three questions can be asked of any axiom system, and models answer all three.

    Consistency

    A system is consistent if no contradiction can be derived from it. An inconsistent system proves every statement, so it is worthless. Naive comprehension was inconsistent (Section 5).

    A model proves consistency, since a true structure contains no contradictions, but only relative to the setting the model is built in. Beltrami (1868), and later Klein and Poincaré, built models of hyperbolic geometry inside Euclidean geometry. That shows hyperbolic geometry is consistent if Euclidean geometry is.

    Independence

    An axiom is independent of the others if neither it nor its negation can be proved from them. To prove it, exhibit two models of the others: one in which it holds and one in which it fails.

    • The parallel postulate, by the Euclidean plane and the Poincaré disk (Figure 11).
    • Each Peano postulate, by the impostors of Figure 4.
    • The Axiom of Choice from ZF: Gödel (1938) and Cohen (1963).
    • The Continuum Hypothesis from ZFC, by the same two.
    Euclid's postulates 1–4 (Hilbert: all but the parallel axiom) Model: the Euclidean plane postulate 5 TRUE Model: the Poincaré disk postulate 5 FALSE both satisfy so postulate 5 can be neither proved nor refuted from 1–4

    Figure 11. Independence by models. Both structures satisfy the first four postulates. The fifth holds in one and fails in the other, so the first four can neither prove nor refute it.

    Completeness of a Theory

    A system is complete if for every statement in its language, either the statement or its negation is provable. Structural systems are incomplete on purpose. The group axioms cannot decide \(ab = ba\), since \(\mathbb{Z}_4\) satisfies it and the symmetries of a triangle do not. Try both in the axiom checker.

    For foundational systems, completeness was the hope, and Gödel's incompleteness theorems (1931) ended it. Any consistent axiom system that can be listed mechanically and includes basic arithmetic has statements it can neither prove nor refute. And such a system cannot prove its own consistency. This applies to Peano Arithmetic and to ZFC.

    Pitfall: two different "completeness" theorems

    Gödel's completeness theorem (Section 4) says the rules of logic prove every statement that is true in all models of a system. His incompleteness theorems say that for arithmetic, some statements are true in some models and false in others, so the axioms decide neither. Both are true, and they fit together: an undecidable statement is exactly one on which the models disagree.

    Pitfall: independent does not mean unknown

    "Not yet proved" and "cannot be proved from these axioms" are different claims. An independence result is a theorem. It settles the question completely, by showing the axioms are silent on it.

    13. Summary and Where to Go Next

    System Scope Count Kind The one thing to remember
    Common Notions All (classical) 5 Historical CN5 fails for infinite sets; CN1 is now a theorem of logic.
    Logic All 3 schemes + MP Foundational Sound and complete: provable means true in every model.
    ZFC All 10 Foundational Separation defuses Russell; Choice is independent of the rest.
    Peano Arithmetic 5 Foundational Each postulate rules out an impostor; induction rules out stray chains.
    Complete ordered field \(\mathbb{R}\) 9 + 4 + 1 Foundational Completeness is the one postulate \(\mathbb{Q}\) fails.
    Euclid / Hilbert Geometry 5 / 20 Foundational, then structural The parallel postulate is independent; Hilbert filled Euclid's gaps.
    Groups, rings, fields Algebra 4 for a group Structural A definition, so one proof covers every model.
    Vector space, inner product Linear algebra 8 / 3 Structural Cauchy–Schwarz follows from the three inner-product axioms.
    Determinant Linear algebra 3 Characterising Exactly one function satisfies D1 to D3.
    Kolmogorov Probability 3 Structural \(P(E) \leq 1\) and the complement rule are theorems.
    Metric, topology Spaces 3 / 3 Structural The triangle inequality; only finite intersections of open sets.

    Review Material for This Page

    Where This Page Appears in the Proofs

    This page sits between the foundations of Tier 0 and the toolkit of Tier 1. Next: Algebra, Polynomials and Complex Numbers.

    14. Quick Reference

    Notation Read as Means
    \(\forall x\) for all x Every object satisfies what follows.
    \(\exists x\) there exists x At least one object satisfies it.
    \(\exists!\, x\) there exists exactly one x Used in Replacement (Z7).
    \(x \in A\) x is an element of A The one undefined relation of ZFC.
    \(\bigcup F\) the union of F Everything in some member of \(F\).
    \(\mathcal{P}(A)\) the power set of A The set of all subsets of \(A\).
    \(S(n)\) the successor of n The next natural number; \(n \cup \{n\}\) in set theory.
    \(\sup S\) the supremum of S The least upper bound of \(S\).
    \(AB \cong CD\) AB is congruent to CD An undefined relation in Hilbert's system.
    \(\Omega,\ \mathcal{F},\ P\) sample space, events, probability Kolmogorov's setting.
    \(d(x, y)\) the distance from x to y A metric satisfying M1 to M3.
    \(\blacksquare\) end of proof The derivation is complete.