A set is a collection of objects.
A set is a mathematical construction which must follow the following basic axioms A set is notated by the following brackets with objects separated by commas. It can also be represented by a variable, most often a capital letter .
If I say something is “in” a set, I use this symbol See also Logical Operators () See also Quantifier ()
Set Operations
Union
Denoted by . It is the set which is a merging of two sets. Meaning
Intersection
Denoted by a . It is the set which only consists of elements contained in two sets. Meaning
ZFC (Zermello-Fraenkel + Choice) Axioms
| # | Name | FOL | Laymans Terms |
|---|---|---|---|
| 1 | Axiom of extensionality | sets and elements | If two sets have the same exact elements then they are equal |
| 2 | Axiom of pairing | given two elements there exists a set containing those elements | |
| 3 | Axiom of subsets | If you have a set and a rule, you can make a subset constructed from elements of the chosen set with that rule applied | |
| 4 | Axiom of the sum set | You can construct sets that are the the unions of multiple sets |