Group Theory and Linear Algebra

Arun Ram
Department of Mathematics and Statistics
University of Melbourne
Parkville, VIC 3010 Australia
aram@unimelb.edu.au

Last updated: 17 September 2014

Lecture 3: Equivalence relations

A set is a collection of elements.

Let S and T be sets. The product of S and T is the set S×T= { (s,t) |  s∈S,t∈T } .

If S={1,2,3} then S×S= { (1,1), (1,2), (1,3) (2,1), (2,2), (2,3) (3,1), (3,2), (3,3) } .

Let S be a set. A relation on S is a subset of S×S.

< is a relation on ℤ. a<b if there exists x∈ℤ>0 such that a+x=b. a<b means (a,b) is in the relation <.

Let m∈ℤ. Let a,b∈ℤ. Define =mod m, a relation on ℤ, by a=b mod mif ra=rb, where a=qam+ra and b=qbm+rb with qa,qb∈ℤ and 0≤ra<|m| and 0≤rb<|m|.

Define a mod m to be ra, where a=qam+ra with qa∈ℤ and 0≤ra<|m|.

Let S be a set. Let ∼ be a relation on S. Write s1∼s2 if (s1,s2) is in the relation ∼.

The relation ∼ is reflexive if ∼ satisfies: if s∈S then s∼s.

The relation ∼ is symmetric if ∼ satisfies: if s1,s2∈S and s1∼s2 then s2∼s1.

The relation ∼ is transitive if ∼ satisfies: if s1,s2,s3∈S and s1∼s2 and s2∼s3 then s1∼s3.

An equivalence relation on S is a relation on S that is reflexive, symmetric and transitive.

Let S be a set. Let ∼ be an equivalence relation on S. Let s∈S. The equivalence class of s is the set [s]= {x∈S | x∼s}.

A partition of S is a collection 𝒮 of subsets of S such that

(a) ⋃Y∈𝒮Y=S.
(b) If X,Y∈𝒮 and X≠Y then X∩Y=∅.

Let m=7. Then 36 mod 7 = 1,since 36=5·7+1, -6 mod 7 = 1, since-6=-1·7+1, 1 mod 7 = 1,since 1=0·7+1. The equivalence class of 36 is [36]= { …,-13,-6,1,8,15 ,22,29,36,… } = [1], { …,-12,-5,2,9, 16,23,30,37,… } = [2], { …,-11,-4,3,10 ,17,24,… } = [3], { …,-10,-3,11, 18,25,… } = [4], { …,-9,-2,5,12, 19,26,… } = [5], { …,-8,-1,6,13, 20,27,… } = [6], { …,-7,0,7,14,21 ,28,… } = [7]. Recall that ℤmℤ={1,2,3,4,5,6,7}.

Note that { [1], [2], [3], [4], [5], [6], [7] } is a partition of ℤ since

(a) [1]∪[2]∪[3]∪[4]∪[5]∪[6]∪[7] and
(b) if i,j∈{1,…,7} and i≠j then [i]∩[j]=∅.

Let m∈ℤ. Then = mod m is an equivalence relation on ℤ.

Proof.

To show:
(a) = mod m is reflexive.
(b) = mod m is symmetric.
(c) = mod m is transitive.
To show:
(a) If a∈ℤ then a=a mod m.
(b) If a,b∈ℤ and a=b mod m then b=a mod m.
(c) If a,b,c∈ℤ and a=b mod m and b=c mod m then a=c mod m.
Assume a,b,c∈ℤ and a=b mod m and b=c mod m.
Let a=qa·m+ra, b=qb·m+rb, c=qc·m+rc with 0≤ra<m, 0≤rb<m, 0≤rc<m.
Since a=b mod m and b=c mod m then ra=rband rb=rc. Since = is an equivalence relation on ℤ, ra=ra, rb=raand ra=rc. So a=a mod m, b=a mod m and a=c mod m.
So = mod m is an equivalence relation on ℤ.

□

Notes and References

These are a typed copy of Lecture 3 from a series of handwritten lecture notes for the class Group Theory and Linear Algebra given on July 29, 2011.

page history