Definition
Sets are an unordered collection of objects.
When we say we mean in/belongs to .
Roster Method
When you list out every object, similar to a literal sports roster.
i.e.:
>
Set Builder
"" is referred to as the predicate.
Notation
If we say ” is a subset of ” or that ” is a superset of ,” we are saying
Theorem
for every set
Proof:
let be a set.
- We need to show that . In other words, for an arbitrary , if , we must show that . However, is the empty set is false. Vacuously, if is true,
- We need to show that . We need to show that for every element in if , is always true. is always true.
Definitions of Sets
Natural Numbers
: The set of natural numbers is defined to be
Note that exists in this set. This is debated heavily, but for the purposes of this class, we assume it is a natural number.
Integers
: The set of integer numbers is defined to be
Rationals
: The set of rational numbers is defined to be
Real
Empty Set/Null Set
Is simply or
Singleton Set
A set with exactly one element.
: singleton (we are saying that we have a Set with a null set within it)
U: Universal
Refers to all the elements that are in the currently referenced scope.
Ordered -tuple
: is an ordered collection of objects.
Note that there are parentheses instead of curly brackets. When this is the case, order does matter.
as long as
If , then we have an ordered pair.
Union
is defined as
Intersection
is defined as
Difference
is defined as
Complement
is defined as
Complement of with respect to is the difference
Set Identities
Cardinality of Combined Sets (Principle of Inclusion-Exclusion)
Link to original