Section 12.1 Read
Subsection Partitions
Definition 12.1.1. Partition.
A partition of a collection is a subdivision into non-overlapping subcollections (called partition cells) so that every element in the original collection is in one and only one cell.
Example 12.1.2. Evens and odds.
We can partition the integers into evens and odds. Choosing
Note that a choice of representatives is not unalterable; we can make a new choice of representatives whenever we like. For example, it is also valid to write
That is, because
Example 12.1.3. Positives and negatives.
We can also partition the integers into positives, negatives, and neither:
Example 12.1.4. .
Technically, elements in the group
When we write
using clock arithmetic on a
What's going on is that we're not adding the numbers
where the last step is valid because numbers
(This is important — clock arithmetic wouldn't work if the operation results weren't independent of choice of cell representatives.)
Example 12.1.5. Cosets.
We have already seen that left cosets of a subgroup partition a group. And the same is true for right cosets.
Subsection Equivalence
A relation is some sort of relationship between objects in a certain collection. For example, “is less than” is a relation on numbers.Definition 12.1.6. Equivalence relation.
A relation that satisfies the following.
-
Reflexive.
Every object is related to itself.
-
Symmetric.
The relation can be stated in either order without changing the meaning. That is, saying “
is related to ” is the same as saying “ is related to ” -
Transitive.
Chains of relations can be completed. That is, if
is related to and is related to then it must also be that is related to
In the case of an equivalence relation, we usually say “is equivalent to” instead of “is related to.”
Fact 12.1.7.
Every equivalence relation partitions the corresponding collection of objects by collecting together all elements that are mutually equivalent into cells. In this case, we usually call the partition cells equivalence classes instead.
And the reverse is true: every partition of a collection is somehow actually the equivalence classes of some equivalence relation.
Example 12.1.8.
The partition of
Example 12.1.9.
The partition of
In this case, the equivalence classes are usually called residue classes modulo
Example 12.1.10.
The partition of
Subsection Motivation
In this course we will use partitions/equivalence classes for two things:to help us count complicated collections, since if we count the objects in each equivalence class we can get the total by adding all those class counts together; and
to create new examples of groups by trying to define a group operation between equivalence classes.