Let R and S be two non-void relations on a set A. Which of the following statements is false
R and S are transitive then R ∪ S is not transitive
let A = {1,2,3} and R = {(1.1).(1,2)}. S = {(2. 2) (2, 3)} be transitive relations on A.
Then R ∪ S = {(1, I); (1, 2); (2.. 2); (2. 3)}
Obviously, R ∪ S is not transitive. Since (1, 2) ∈ R ∪ S and
(2,3) ∈ R ∪ S but (1, 3) ∈ R ∪ S.