Discrete Math Tutor

Relations / Equivalence Relations

Least You Need to Know: Equivalence Relations

An equivalence relation groups objects into classes using three properties: reflexive, symmetric, and transitive.

The least you need to know

Key notation

[a] equivalence class of a
a ~ b a is related to b
a ≡ b (mod n) same remainder modulo n

Tiny worked example

  • On the integers, define `a ~ b` when `a` and `b` have the same parity.
  • Every integer has the same parity as itself, so the relation is reflexive.
  • Same parity is symmetric and transitive too.
  • The two classes are the even integers and the odd integers.

Common mistakes

How to recognize this kind of problem

Start practice