Skip to main content
\(\newcommand{\versionNum}{$4.0$\ } \renewcommand{\tabcolsep}{2.4pt} \def\savedlnot{\lnot} \renewcommand{\arraystretch}{.63} \renewcommand{\arraystretch}{1} \renewcommand{\Naturals}{{\mathbb Z}^{\mbox{\tiny noneg}} } \renewcommand{\arraystretch}{.9} \renewcommand{\arraystretch}{.77} \newcommand{\hint}[1]{ } \newcommand{\inlinehint}[1]{ } \newcommand{\sageprompt}{ \texttt{sage$>$} } \newcommand{\tab}{} \newcommand{\blnk}{\rule{.4pt}{1.2pt}\rule{9pt}{.4pt}\rule{.4pt}{1.2pt}} \newcommand{\suchthat}{\; \;} \newcommand{\divides}{\!\mid\!} \newcommand{\tdiv}{\; \mbox{div} \;} \newcommand{\restrict}[2]{#1 \,_{\,#2}} \newcommand{\lcm}[2]{\mbox{lcm} (#1, #2)} \renewcommand{\gcd}[2]{\mbox{gcd} (#1, #2)} \newcommand{\Naturals}{{\mathbb N}} \newcommand{\Integers}{{\mathbb Z}} \newcommand{\Znoneg}{{\mathbb Z}^{\mbox{\tiny noneg}}} \newcommand{\Zplus}{{\mathbb N}} \newcommand{\Enoneg}{{\mathbb E}^{\mbox{\tiny noneg}}} \newcommand{\Qnoneg}{{\mathbb Q}^{\mbox{\tiny noneg}}} \newcommand{\Rnoneg}{{\mathbb R}^{\mbox{\tiny noneg}}} \newcommand{\Rationals}{{\mathbb Q}} \newcommand{\Reals}{{\mathbb R}} \newcommand{\Complexes}{{\mathbb C}} \newcommand{\relQ}{\mbox{\textsf Q}} \newcommand{\relR}{\mbox{\textsf R}} \newcommand{\nrelR}{\mbox{$\not${\textsf R}}} \newcommand{\relS}{\mbox{\textsf S}} \newcommand{\relA}{\mbox{\textsf A}} \newcommand{\Dom}[1]{\mbox{Dom}(#1)} \newcommand{\Cod}[1]{\mbox{Cod}(#1)} \newcommand{\Rng}[1]{\mbox{Rng}(#1)} \DeclareMathOperator{\caret}{$\scriptstyle\wedge$} \renewcommand{\arraystretch}{.77} \newcommand{\lt}{ < } \newcommand{\gt}{ > } \newcommand{\amp}{ & } \)

Section6.3Equivalence relations

The main idea of an equivalence relation is that it is something like equality, but not quite. Usually there is some property that we can name, so that equivalent things share that property. For example Albert Einstein and Adolf Eichmann were two entirely different human beings, if you consider all the different criteria that one can use to distinguish human beings there is little they have in common. But, if the only thing one was interested in was a person's initials, one would have to say that Einstein and Eichmann were equivalent. Future examples of equivalence relations will be less frivolous… But first, the formal definition:

Definition6.3.1

A relation \(\relR\) on a set \(S\) is an equivalence relation iff \(\relR\) is reflexive, symmetric and transitive.

Probably the most important equivalence relation we've seen to date is “congruence mod \(m\)” which we will denote using the symbol \(\equiv_m\). This relation may even be more interesting than actual equality! The reason for this seemingly odd statement is that “congruence mod \(m\)” gives us non-trivial equivalence classes. Equivalence classes are one of the most potent ideas in modern mathematics and it's essential that you understand them, so we'll start with an example. Consider congruence mod \(5\). What other numbers is (say) 11 equivalent to? There are many! Any number that leaves the same remainder as 11 when we divide it by 5. This collection is called the equivalence class of 11 and is usually denoted using an overline — \(\overline{11}\), another notation that is often seen for the set of things equivalent to 11 is \(11/\equiv_5\). \begin{equation*} \overline{11} = \{ \ldots, -9, -4, 1, 6, 11, 16, \ldots \} \end{equation*}

It's easy to see that we will get the exact same set if we choose any other element of the equivalence class (in place of 11), which leads us to an infinite list of set equalities, \begin{equation*} \overline{1} = \overline{6} = \overline{11} = \ldots \end{equation*}

And similarly, \begin{equation*} \overline{2} = \overline{7} = \overline{12} = \ldots \end{equation*}

In fact, there are really just 5 different sets that form the equivalence classes mod 5: \(\overline{0}\), \(\overline{1}\), \(\overline{2}\), \(\overline{3}\), and \(\overline{4}\). (Note: we have followed the usual convention of using the smallest possible non-negative integers as the representatives for our equivalence classes.)

What we've been discussing here is one of the first examples of a quotient structure. We start with the integers and “mod out” by an equivalence relation. In doing so, we “move to the quotient” which means (in this instance) that we go from \(\Integers\) to a much simpler set having only five elements: \(\{ \overline{0}, \overline{1}, \overline{2}, \overline{3}, \overline{4} \}\). In moving to the quotient we will generally lose a lot of information, but greatly highlight some particular feature — in this example, properties related to divisibility by 5.

Given some equivalence relation \(\relR\) defined on a set \(S\) the set of equivalence classes of \(S\) under \(\relR\) is denoted \(S/\relR\) (which is read “\(S\) mod \(\relR\)”). This use of the slash — normally reserved for division — shouldn't cause any confusion since those aren't numbers on either side of the slash but rather a set and a relation. This notation may also clarify why some people denote the equivalence classes above by \(0/\equiv_5\), \(1/\equiv_5\), \(2/\equiv_5\), \(3/\equiv_5\) and \(4/\equiv_5\).

The set of equivalence classes forms a partition of the set \(S\).

Definition6.3.2

A partition \(P\) of a set \(S\) is a set of sets such that \begin{equation*} S = \bigcup_{X \in P} X \qquad \mbox{and} \qquad \forall X, Y \in P, \; X \neq Y \, \implies \, X \cap Y = \emptyset. \end{equation*}

In words, if you take the union of all the pieces of the partition you'll get the set \(S\), and any pair of sets from the partition that aren't identical are disjoint. Partitions are an inherently useful way of looking at things, although in the real world there are often problems (sets we thought were disjoint turn out to have elements in common, or we discover something that doesn't fit into any of the pieces of our partition), in mathematics we usually find that partitions do just what we would want them to do. Partitions divide some set up into a number of convenient pieces in such a way that we're guaranteed that every element of the set is in one of the pieces and also so that none of the pieces overlap. Partitions are a useful way of dissecting sets, and equivalence relations (via their equivalence classes) give us an easy way of creating partitions — usually with some additional structure to boot! The properties that make a relation an equivalence relation (reflexivity, symmetry and transitivity) are designed to ensure that equivalence classes exist and do provide us with the desired partition. For the beginning proof writer this all may seem very complicated, but take heart! Most of the work has already been done for you by those who created the general theory of equivalence relations and quotient structures. All you have to do (usually) is prove that a given relation is an equivalence relation by verifying that it is indeed reflexive, symmetric and transitive. Let's have a look at another example.

In Number Theory, the square-free part of an integer is what remains after we divide-out the largest perfect square that divides it. (This is also known as the radical of an integer.) The following table gives the square-free part, \(sf(n)\), for the first several values of \(n\).

\(n\) 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
\(sf(n)\) 1 2 3 1 5 6 7 2 1 10 11 3 13 14 15 1 17 2 19 5

It's easy to compute the square-free part of an integer if you know its prime factorization — just reduce all the exponents mod 2. For example 1  \begin{gather*} 808017424794512875886459904961710757005754368000000000\\ = 2^{46}\cdot 3^{20}\cdot 5^9\cdot7^6\cdot 11^2\cdot 13^3\cdot 17 \cdot 19\cdot 23\cdot 29\cdot 31\cdot 41\cdot 47\cdot 59\cdot 71 \end{gather*} the square-free part of this number is \begin{gather*} 5\cdot 13\cdot 17\cdot 19\cdot 23\cdot 29\cdot 31\cdot 41\cdot 47\cdot 59\cdot 71\\ = 3504253225343845 \end{gather*} which, while it is still quite a large number, is certainly a good bit smaller than the original!

We will define an equivalence relation \(\relS\) on the set of natural numbers by using the square-free part: \begin{equation*} \forall x, y \in \Naturals, \; x \relS y \; \iff sf(x) = sf(y) \end{equation*}

In other words, two natural numbers will be \(\relS\)-related if they have the same square-free parts.

Exercise6.3.3

What is \(1/\relS\)?

Before we proceed to the proof that \(\relS\) is an equivalence relation we'd like you to be cognizant of a bigger picture as you read. Each of the three parts of the proof will have a similar structure. We will show that \(\relS\) has one of the three properties by using the fact that \(=\) has that property. In more advanced work this entire proof could be omitted or replaced by the phrase “\(\relS\) inherits reflexivity, symmetry and transitivity from equality, and is therefore an equivalence relation.” (Nice trick isn't it? But before you're allowed to use it you have to show that you can do it the hard way …)

We'll end this section with an example of an equivalence relation that doesn't “inherit” the three properties from equality.

A graph is a mathematical structure consisting of two sets, a set \(V\) of points (a.k.a. vertices) and a set 2  \(E\) of edges. The elements of \(E\) may be either ordered or unordered pairs from \(V\). If \(E\) consists of ordered pairs we have a directed graph or digraph — the diagrams we have been using to visualize relations! If \(E\) consists of unordered pairs then we are dealing with an undirected graph. Since the undirected case is actually the more usual, if the word “graph” appears without a modifier it is assumed that we are talking about an undirected graph.

The previous paragraph gives a relatively precise definition of a graph in terms of sets, however the real way to think of graphs is in terms of diagrams where a set of dots are connected by paths. (The paths will, of course, need to have arrows on them in digraphs.) Below are a few examples of the diagrams that are used to represent graphs.

\ifx\SetFigFont\undefined\gdef\SetFigFont#1#2#3#4#5{ \reset@font\fontsize{#1}{#2pt} \fontfamily{#3}\fontseries{#4}\fontshape{#5} \selectfont}\fi

Two graphs are said to be isomorphic if they represent the same connections. There must first of all be a one-to-one correspondence between the vertices of the two graphs, and further, a pair of vertices in one graph are connected by some number of edges if and only if the corresponding vertices in the other graph are connected by the same number of edges.

Exercise6.3.5

The four examples of graphs above actually are two pairs of isomorphic graphs. Which pairs are isomorphic?

This word “isomorphic” has a nice etymology. It means “same shape.” Two graphs are isomorphic if they have the same shape. We don't have the tools right now to do a formal proof (in fact we need to look at some further prerequisites before we can really precisely define isomorphism), but isomorphism of graphs is an equivalence relation. Let's at least verify this informally.

Reflexivity Is a graph isomorphic to itself? That is, does a graph have the “same shape” as itself? Clearly!

Symmetry If graph \(A\) is isomorphic to graph \(B\), is it also the case that graph \(B\) is isomorphic to graph \(A\)? I.e. if \(A\) has the “same shape” as \(B\), doesn't \(B\) have the same shape as \(A\)? Of course!

Transitivity Well … the answer here is going to be “Naturally!” but let's wait to delve into this issue when we have a usable formal definition for graph isomorphism. The question at this stage should be clear though: If \(A\) is isomorphic to \(B\) and \(B\) is isomorphic to \(C\), then isn't \(A\) isomorphic to \(C\)?

Subsection6.3.1Exercises

  1. Consider the relation \(\relA\) defined by \begin{equation*} \relA = \{ (x,y) \suchthat \; x \, \mbox{has the same astrological sign as} \, y \}. \end{equation*} Show that \(\relA\) is an equivalence relation. What equivalence class under \(\relA\) do you belong to?

  2. Define a relation \(\square\) on the integers by \(x \square y \; \iff x^2 = y^2\). Show that \(\square\) is an equivalence relation. List the equivalence classes \(x/\square\) for \(0 \leq x \leq 5\).

  3. Define a relation \(\relA\) on the set of all words by \begin{equation*} w_1 \relA w_2 \iff w_1 \mbox{ is an anagram of } w_2. \end{equation*} Show that \(\relA\) is an equivalence relation. (Words are anagrams if the letters of one can be re-arranged to form the other. For example, `ART' and `RAT' are anagrams.)

  4. The two diagrams below both show a famous graph known as the Petersen graph. The picture on the left is the usual representation which emphasizes its five-fold symmetry. The picture on the right highlights the fact that the Petersen graph also has a three-fold symmetry. Label the right-hand diagram using the same letters (A through J) in order to show that these two representations are truly isomorphic. \ifx\SetFigFont\undefined\gdef\SetFigFont#1#2#3#4#5{ \reset@font\fontsize{#1}{#2pt} \fontfamily{#3}\fontseries{#4}\fontshape{#5} \selectfont}\fi

  5. We will use the symbol \(\Integers^{\ast}\) to refer to the set of all integers except \(0\). Define a relation \(\relQ\) on the set of all pairs in \(\Integers \times \Integers^{\ast}\) (pairs of integers where the second coordinate is non-zero) by \((a,b) \relQ (c,d) \; \iff \; ad=bc\). Show that \(\relQ\) is an equivalence relation.

  6. The relation \(\relQ\) defined in the previous problem partitions the set of all pairs of integers into an interesting set of equivalence classes. Explain why \begin{equation*} \Rationals = (\Integers \times \Integers^{\ast}) / \relQ. \end{equation*} Ultimately, this is the “right” definition of the set of rational numbers!

  7. Reflect back on the proof in problem 5. Note that we were fairly careful in assuring that the second coordinate in the ordered pairs is non-zero. (This was the whole reason for introducing the \(\Integers^{\ast}\) notation.) At what point in the argument did you use this hypothesis?