# ZFC Axioms

* [Axiom of extensionality](https://en.wikipedia.org/wiki/Axiom_of_extensionality)
* [Axiom of empty set](https://en.wikipedia.org/wiki/Axiom_of_empty_set)
* [Axiom of pairing](https://en.wikipedia.org/wiki/Axiom_of_pairing)
* [Axiom of union](https://en.wikipedia.org/wiki/Axiom_of_union)
* [Axiom of infinity](https://en.wikipedia.org/wiki/Axiom_of_infinity)
* [Axiom schema of replacement](https://en.wikipedia.org/wiki/Axiom_schema_of_replacement)
* [Axiom of power set](https://en.wikipedia.org/wiki/Axiom_of_power_set)
* [Axiom of regularity](https://en.wikipedia.org/wiki/Axiom_of_regularity)
* [Axiom schema of specification](https://en.wikipedia.org/wiki/Axiom_schema_of_specification)

## Set Theory (Part 2): ZFC Axioms

<https://www.youtube.com/watch?v=op3WZRUKk_k>

Intro to the axioms of set theory using the Zermelo-Fraenkel with the axiom of choice (ZFC) formal system.

Showing how the union, the intersection, the empty set and the relative complement are derived or defined under this axiomatic system.

## The axiom of extensionality

<https://en.wikipedia.org/wiki/Axiom_of_extensionality>

Subset notation:

$$\forall a . (a\in A \to a \in B) \iff A \subseteq B$$

If set A is subset of set B and B is subset of A, then A and B are equal sets i.e. they are the same set.

$$\forall A,\forall B,(\forall X,(X\in A\Rightarrow X\in B)\to A=B)$$

## The Axiom of pairing

For all sets X and Y, there is a set C which contains them as its elements. Since X and Y are sets, it means that, besides each being a member of C, each one is also a subset of C.

$$
X={a,b} \\
Y={c,d} \\
C={X,Y} = { {a,b}, {c,d} } \\
$$

$$\forall X\ \forall Y\ \exists C\ . (X \in C \land X \subseteq C) \lor (Y\in C \land Y \subseteq C)$$


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://mandober.gitbook.io/math-debrief/200-set-theory/set-theory-axioms/list-of-zfc-axioms.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
