Here you will learn what is equivalence relation on a set with definition and examples.
Let’s begin –
What is Equivalence Relation ?
Definition : A relation R on a set A is said to be an equivalence relation on A iff it is
(i) reflexive i.e. (a, a) ∈ R for all a ∈ A.
(ii) symmetric i.e (a, b) ∈ R ⟹ (b, a) ∈ R for all a, b ∈ A.
(iii) transitive i.e. (a, b) ∈ R and (b, c) ∈ R ⟹ (a, c) ∈ R for all a, b, c ∈ A.
Also Read : Types of Relations in Math
Example : If A = {1,2,3}, then the relation R = {(1,1),(2,2),(3,3),(2,1),(1,2),(2,3),(1,3).(3,2),(3,1)} is the equivalence relation on A,
because {(1,1),(2,2),(3,3)} ∈ R hence it is reflexive,
{(2,1),(1,2),(2,3),(3,2),(1,3),(3,1)} ∈ R hence it is symmetric on A,
{(1,2),(2,3),(1,3)} and {(1,3),(3,2),(1,2)} ∈ R hence it is transitive.
Example : Let R be a relation on the set of all lines in a plane defined by (l1,l2) ∈ R ⟺ line l1 is parallel to line l2. Show that R is an equivalence relation.
Solution : Let L be the given set of all lines in a plane. Then, we observe the following properties.
Reflexive : For each line l ∈ L, we have
l || l ⟹ (l, l) ∈ R for all l ∈ L
⟹ R is reflexive.
Symmetric : Let l1, l2 ∈ L such that (l1,l2) ∈ R. Then,
(l1,l2) ∈ R ⟹ (l1 || l2) ⟹ (l2 || l1) ∈ R.
So, R is symmetric on L.
Transitive : Let l1, l2, l3 ∈ L such that (l1,l2) ∈ R and (l2,l3) ∈ R. Then,
(l1,l2) ∈ R and (l2,l3) ∈ R ⟹ l1 || l2 and l2 || l3 ⟹ l1 || l3 ⟹ (l1,l3) ∈ R.
So, R is transitive on L.
Hence, R being reflexive, symmetric and transitive is an equivalence relation on L.