Set Theory
Foundations
We begin by defining some basic terminology and fundamental axioms.
definition. A set is a collection of objects, called the elements or members of the set. Given a set if is an element of we write If is not an element of we write
If we want to explicitly list the elements of a set, we use curly braces. For example, here is a set of two elements:
A set is called a finite set if it contains a finite number of elements. A set is called an infinite set if it contains an infinite number of elements.
definition. The number of distinct elements in a set is denoted or If is a finite set, we call the cardinality or cardinal number of the set
The Empty Set
axiom. There is exactly one set with no elements, called the empty set or null set, denoted
Subsets
definition. Given sets and if every element of is also an element of then is a subset of and we write
From the definition above, we can see that every set is a subset of itself. Given a set every element of is also an element of Moreover, is a subset of every set since every element of (nothing) is also an element of Given a set we call the subsets and the trivial subsets of
definition. Let and be sets. If every element of is an element of and then is a proper subset of and we write
Equality of Sets
definition. Two sets are equal if and only if they contain the same elements.
example. Let and The sets and contain the same elements, so
Now that we have subsets, we can provide an alternative definition of equality:
definition. Two sets and are equal if and only if and
From this definition, we see that two prove two sets are equal, we must prove that and
Power Sets
Consider the set What are all the possible ways we can reach into this set and pull a handful of these elements? Remember that sets are unordered collections. So, what we're asking for, formally, is what are all the possible subsets of ? We have following possible results:
- (we pull out nothing).
The set of all these results is called the power set of
definition. Let be a set. Then the set of all subsets of is called the power set of denoted
In our previous example, we saw that there are eight subsets. We generalize this result with the following counting theorem:
theorem. Let be a set. If then
Set Algebra
Set algebra refers to the definitions, theorems, and procedures for operations on sets.
Intersection
definition. Given sets and the set of all elements common to both and is called the intersection of and written Symbolically:
Below, the purple shaded region corresponds to the intersection of and
Union
definition. Given sets and the set of all elements found in or (or both) is called the union of and written Symbolically:
Laws of Intersection & Union
Below are some basic laws of intersection and union.
- If then
- if and only if
- if and only if
- (Indempotent Law).
- (Indempotent Law).
- (Identity Law).
- (Identity Law).
- Let Then
- Let Then
Set Complement
definition. Suppose The complement of written contains all elements of which are not in
Disjoint Sets
Suppose and are sets. If then and are said to be disjoint. Put differently: Two sets and are disjoints if they have no elements in common. Now suppose that If we say that and partition
Special Number Sets
Some sets are so often used that they're reserved special symbols:
Set | Semantic | Explicit |
---|---|---|
The set of natural numbers. | ||
The set of integers. | ||
The set of rationals. | ||
The set of irrationals. | ||
The set of real numbers | ||
The set of complex numbers |
Ordered Pairs
definition. An ordered pair is defined as
axiom. if and only if and
Cartesian Product
definition. Given two sets and the set which contains all the ordered pairs (a,b) such that and is called the Cartesian product of and written I.e.,
Relations
definition. A relation is any set of ordered pairs.
From the definition above, given two sets and any subset of is a relation. If is a relation and we may write If we say that is a relation from to We call the domain of and its range. Thus, the domain consists of all possible first components of the ordered pairs in and the range consists of all possible second components. From the definition of subsets, we can conclude that if is a relation from to then the domain of is a subset of and the range of is a subset of
example. The set is a relation in
example. The set is a relation: Notice that: etc.
example. The set is a relation.
Types of Relations
Relations come in various types. We examine these types in the next sections.
Reflexive Relations
definition. A relation in a set is reflexive if, for all
In other words, if we know that an element exists in a set and is a reflexive relation on then definitely has a pair
Symmetric Relations
In a symmetric relation if we know that a pair exists in then the pair also exists in
definition. A relation in a set is symmetric if, for all
From this definition, we see that is not symmetric if it contains a pair but does not contain a pair If is not symmetric, we say that is nonsymmetric. The term antisymmetric is a special case of non-symmetric relations, as we'll see shortly.
Antisymmetric Relations
definition. A relation in a set is antisymmetric if, for all and That is, if and then
Transitive Relations
definition. A relation in a set is transitive if, for all If and then