The most basic object
In mathematics, a set constitutes the most basic object. We define a mathematical object by the properties of the operations we can perform on it.
In the case of sets, we only have a single operation: the membership predicate takes two sets and maps them to a truth value. In infix notation:
Finite sets can be written by enumerating their elements:
When enumerating sets, the order of elements does not matter. Elements can be repeated without an effect:
In the following, we define some shorthand notation and some properties of the membership predicate. If you want a more formal treatment of set theory have a look at the Zermelo-Fraenkel set theory (opens in a new tab).
- Empty set: There exists an empty set, usually denoted as .
- Subset:
- Equality:
- Axiom of pairing: For any sets there exists a set .
- Union: For any sets there exists a set . Defined as:
- Intersection: For any sets there exists a set . Defined as:
- Difference: For any sets there exists a set . Defined as:
- Filter: For any predicate and set there exists a set containing all the elements of for which holds. In set notation:
- Power set: For any set there exists a set containing all subsets of .
Existance of SingletonsSource: Max Obreiter
Prove that for any set there exists a set containing only .
Proving Consistency (Theorem 3.4)Source: Noah Tittelbach
Prove that: (The lemma also includes , but we will skip that here.)