Example: Let A = {1, 2, 3, 4} and B = {a, b, c} and define the following two relations:
  1. r : { (a,a), (b,b), (a,b), (b,a) } (on B)
  2. s : 1 ~ 1, 2 ~ 2, 3 ~ 3, 4 ~ 4, 1 ~ 4, 4 ~ 1, 2 ~ 4, 4 ~ 2 (on A)
Which one is an equivalence relation, if any ?

  1. Consider the relation r: { (a,a), (b,b), (a,b), (b,a) }. Then this is, technically speaking, not an equivalence relation, for the simple reason that the element c has no association. However, if we restrict our relation to a new domain that does not include the element c, then it might be an equivalence relation. We need to check:

  2. Consider the relation s: 1 ~ 1, 2 ~ 2, 3 ~ 3, 4 ~ 4, 1 ~ 4, 4 ~ 1, 2 ~ 4, 4 ~ 2. Then this is not an equivalence relation. We need to check:

To Theory | Glossary | Map
(bgw)