Nishar Arjyal

Set Theory

  1. Preface:
  2. Basic Definitions:
  3. ZFC Axioms:
  4. Bibliography:

Preface:

I have been learning axiomatic set theory lately and would like to use this blog as a way to document the notes as I learn them. If you are not a student of mathematics who somehow stumbled upon this post for learning just the basic amount of set theory for learning other subjects in applied mathematics then you shouldn't fret. Although this document is not about naive set theory, we will develop and mention all the ideas of set theory you may need in as simple a way as possible. If you are a mathematics student, then you can use this post as some kind of lecture notes if you ever attended lectures.

Basic Definitions:

We will separate the notion of classes and sets. All objects are classes and those classes that can be contained in other classes will be referred to as elements or sets. We will consider the \in to be a binary, the membership relation along with the == the equality predicate. We are now ready to make our first definition that will use formal notation.

Definition:

A=B: Two classes AA and BB are said to be equal if every class that has AA as an element also has the class BB as an element and vice versa.

(A=B) (X)[AX BX](A = B) \iff (\forall X)[A\in X \iff B\in X]

We will also make the following definition for subsets.

Definition:

ABA\subseteq B: AA is said to be a subset of BB if every element of AA is also an element of BB.

AB t[tA tB]A\subseteq B \iff \forall t[t\in A \implies t \in B]

ZFC Axioms:

So, we will begin by mentioning the axioms of Zermelo and Fraenkel as mentioned in common textbooks on set theory like Jech (2003), Enderton (1977).

Axioms:
  1. Axiom of Extensionality: If AA and BB have the same elements, then they are equal.

AB[x(xA xB) A=B] \forall A \forall B [\forall x (x\in A \iff x \in B) \implies A = B]

or alternatively

AB[x(xA xB) X(AX BX)] \forall A \forall B [\forall x (x\in A \iff x\in B) \implies \forall X (A\in X \iff B \in X)]
  1. Axiom of Empty Set: There exists a set having no elements.

A(x,xA) \exists A (\forall x, x\notin A)
  1. Axiom of Pairing: For any AA and BB, there exists a set that contains exactly AA and BB.

ABC[x(xC x=Ax=B)] \forall A \forall B \exists C [\forall x (x \in C \iff x = A \lor x = B)]
  1. Axiom of Power Set: For any set A, there exists a set whose elements are exactly the subsets of AA.

ABx(xA xB) \forall A \exists B \forall x (x\subseteq A \iff x\in B)
  1. Axiom Schema of Separation: Let φ\varphi be any formula with all free variables among x,c,t1,,tnx, c, t_{1}, \dots, t_{n} (BB is not free in φ\varphi). Then,

t1t2tncBx[xB (xc)φ(x,c,t1,,tn)] \forall t_{1}\forall t_{2}\dots\forall t_{n}\forall c \exists B \forall x[x\in B \iff (x\in c) \land \varphi(x,c, t_{1}, \dots, t_{n})]
  1. Axiom of Union: For any AA, there exists a set whose elements are exactly the members of members of AA.

ABx[xB (aA)xa] \forall A \exists B \forall x [x\in B \iff (\exists a\in A) x\in a]
  1. Axiom of Infinity: There exists an infinite set.

  2. Axiom of Replacement:

  3. Axiom of Regularity:

  4. Axiom of Choice:

The axioms A1 to A9A-1 \text{ to } A-9 are the ZFZF axioms which becomes ZFCZFC with the addition of the axiom A10A-10(AC).

Bibliography: