

InterviewSolution
Saved Bookmarks
1. |
If R and S are transitive relations on a set A, then prove that R ⋃ S may not be a transitive relation on A. |
Answer» We will prove this using an example. Let A = {a, b, c} be a set and R = {(a, a) (b, b) (c, c) (a, b) (b, a)} and S = {(a, a) (b, b) (c, c) (b, c) (c, d)} are two relations on A Clearly R and S are transitive relation on A Now, R ⋃ S = {(a, a) (b, b) (c, c) (a, b) (b, a) (b, c) (c, b)} Here, (a, b) ∈ R ⋃ S and (b, c) ∈ R ⋃ S but (a, c) ∉ R ⋃ S ∴ R ⋃ S is not transitive |
|