Zermelo–Fraenkel Axiomatic Set Theory Flashcards
The first order language we will be working with is as simple as they get: just one binary relation, written as…
In addition,of course we will have the equality relation.
∈, We write x ∈ y instead of (x,y)∈∈!
Axiom 1
Extension. If two sets have the same members, they are equal:
Axiom 2
Empty Set. There exists a set Ø with no elements:
Axiom 3
Pairs. For any sets x, y, there is a set {x, y} whose elements are precisely x and y:
Axiom 4
Union. For any set x, there is a set ∪x whose elements are precisely members of members of x:
Axiom 5
Power Set. For any sets x, there is a set Px whose elements are precisely the subsets of x:
Axiom 6
Infinity. There exists a set which contains Ø, and for each of its elements y it also contains its ‘successor’ y ⋃ {y}:
Axiom7
Selection. Let φ = φ(x, p1, . . . , pn) be a first order formula with free variables x,p1,…,pn, and let y be a set. Then, for any fixed p1,…,pn, there exists a set which consists precisely of all x ∈ y such that the formula
φ(x, p1, . . . , pn) holds:
Axiom 8
Foundation. Any non-empty set has a member disjoint from it.
Axioms 9+10 are to do with functions.
Axiom 9
Replacement. For a first order formula φ = φ(x, y, p) with free variables x, y and p = (p1, . . . , pn), if φ is function-like, then the set of all images of elements of a set z under this function is a set:
Axiom 10
Choice. For any function f defined on a set I, and having the property that f(i) is a non-empty set for all i ∈ I there is a function g defined on I with the property that g(i) ∈ f(i) for all i ∈ I:
Axiom 1 formula (Extension: if two sets have the same members, they are equal)
^ ∨ ⇒ ∀ ∃ ¬ ∈ ∉ ⇔
(∀x)(∀y)((∀z)(z∈x⇔z∈y)⇒x=y)
Axiom 2 formula (Empty Set. There exists a set Ø with no elements)
(∃x)(∀y)(y∉x)
Axiom 3 formula (Pairs. For any sets x, y, there is a set {x, y} whose elements are precisely x and y)
(∀x)(∀y)(∃z)(∀t)(t∈z⇔(t=x∨t=y))
There is no assumption that x and y are distinct here. When x = y wewrite just {x}.
Axiom 4 formula (Union. For any set x, there is a set ∪x whose elements are precisely members of members of x)
(∀x)(∃y)(∀z)(z∈y⇔(∃t)(t∈x^z∈t))