Set
A set is a unique collection of well-defined objects.
Objects in a set are called elements or members of the set.
We often refer to sets in everyday language: you may have heard of a tea set, a drum set, a set of action figurines, etc. These terms refer to specific collections of objects. It is clear which objects in are members of each set and which are not.
Sets are commonly notated using curly braces. For example:
- The set of numbers from 1 to 3:
- A set of words:
Membership
The elements of a set must be well-defined, and there should be no ambiguity about whether something is a set member or not.
We use the notation to describe if something is a set member:
We use the notation to describe if something is a not set member:
The symbols in Latex are:
- :
\in
- :
\notin
A set can be a member of another set. Interestingly, this fact means that the definition of a "set" is circular, making it technically an undefined term.
Uniqueness
Sets do not have duplicates; therefore:
This property means sets are practically helpful for finding unique counts of things, and they often appear in programming for this purpose and many others.
Subsets
If every element in set is in set , we consider set to be a subset of . The notation for subset is . In LaTeX, we use: \subseteq
For example, the set of days on the weekend is a subset of the days in the week:
Supersets
Conversely, we consider to contain , denoted as . We say that is a superset of .
If is not a subset of , we write . In LaTeX, it's: \nsubseteq
Cardinality
The number of elements in a set is called Cardinality
Equal Sets
When 2 sets contain the same elements, we consider them equal sets: .
Empty Set
When a set has no elements it's called the empty set: : . The empty set is a subset of every other set.
Universal Set
A special set called the universal set , is a set where every other set is a subset of .
for every set
Disjoint Sets
A set may not have common elements. These are called disjoint sets. For example, a set of integers and a set of letters are disjoint sets.
Power Set
The power set is a subset representing all subsets of set A, written as .
For example, the power set of :
Infinite and finite sets
If a set has an infinite number of elements, we call it an infinite set.
Some Special Infinite Set come up frequently in Math.
Cover by ahlianyq on Unsplash.