A set is a collection of distinct objects which we call elements of the set. A set can have a finite number of elements or infinitely many elements.
declaration of a finite set
We may declare a finite set by listing it's elements between curly braces like so or
Suppose we wrote out the set and then later on realized that , then this set is simply , which we define to just be . Therefore we allow duplicates when declaring a set, but realize the set it generates has no such duplicate, so
set builder notation
Suppose that represents a statement which depends on the variable , then we define to be the set of elements of such that the statement holds true.
Empty Set
The set with no elements is called the empty set and is denoted by
element of
Suppose that is an element of a set , then we write
set equality
Given two sets , we say that and are equal and write when if and only if
Family of Sets
We denote a set whose elements are also sets by a family of sets to avoid the unwieldy statement: "set of sets"
subset
Given the sets , we say that is a subset of when for every , is also in . When this is the case we write
superset
Given the sets , we say that is a superset of when for every , is also in . When this is the case we write
To show that a bi-implication is true, we have to prove both directions. So first suppose that , then since , . For the other direction suppose that , then since then . Therefore we know that if and only if as needed.