2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
tags:
|
2022-09-06 13:26:44 +01:00
|
|
|
- set-theory
|
|
|
|
- theorems
|
2022-04-23 13:26:53 +01:00
|
|
|
---
|
|
|
|
|
2024-10-18 20:00:02 +01:00
|
|
|
# Axioms of set theory
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
The basic notions of set theory are defined in
|
|
|
|
[Basic properties of sets](Basic%20properties%20of%20sets.md). There we
|
|
|
|
introduced a formal syntax that will be utilised to define the axioms. For easy
|
|
|
|
reference:
|
2022-04-23 13:26:53 +01:00
|
|
|
|
|
|
|
- variables $a,b,c,...$ to range over sets
|
|
|
|
- variables $x,y,z$ to range over ordinary objects as well as sets.
|
|
|
|
|
|
|
|
## Axiom of Extensionality
|
|
|
|
|
2024-02-02 15:58:13 +00:00
|
|
|
Sets which contain the same members are the same set. If sets A and B contain
|
|
|
|
the same elements then A = B.
|
2022-04-23 13:26:53 +01:00
|
|
|
$$\forall a \forall b [\forall x (x \in a \longleftrightarrow x \in b) \rightarrow a =b]$$
|
2022-12-04 16:00:04 +00:00
|
|
|
|
2024-02-17 11:57:44 +00:00
|
|
|
[link to test](beta.md)
|