

InterviewSolution
Saved Bookmarks
1. |
When is a relation R on a set A not transitive ? Let A={1,2,3,4} and a relation R on A be given by R={(2,3),(2,2), (3,1), (3,2), (4,1)} Is R transitive on A? |
Answer» A relation R on a set A is not transitive if there exists elements a,b,c `in` R such that (a,b) `in` R and (b,c) `in` R but (a,c) `in` R , No. | |