Equivalence Classes Math Example 3

Follow the full solution, then compare it with the other examples linked below.

Example 3

easy
List the equivalence classes of Z\mathbb{Z} under aโˆผba \sim b iff aโ‰กb(mod2)a \equiv b \pmod{2}.

Solution

  1. 1
    Class [0][0]: all even integers {โ€ฆ,โˆ’4,โˆ’2,0,2,4,โ€ฆ}\{\ldots,-4,-2,0,2,4,\ldots\}.
  2. 2
    Class [1][1]: all odd integers {โ€ฆ,โˆ’3,โˆ’1,1,3,5,โ€ฆ}\{\ldots,-3,-1,1,3,5,\ldots\}.
  3. 3
    These two classes partition Z\mathbb{Z}.

Answer

[0]=evens,[1]=odds[0]=\text{evens},\quad [1]=\text{odds}
Modulo 2 partitions the integers into exactly two classes: even and odd. This is the simplest non-trivial equivalence relation on Z\mathbb{Z}.

About Equivalence Classes

An equivalence class is the set of all elements that are related to a given element under an equivalence relation โ€” it groups objects that are considered 'the same' in some specified sense.

Learn more about Equivalence Classes โ†’

More Equivalence Classes Examples