

InterviewSolution
Saved Bookmarks
1. |
Let `A=(1,2,3,4,5,6} and Let R={(a,b):a,b in A and B=a+1}.` Show that R is (i) not reflexive (ii) not symmetric and (iii) not transititve . |
Answer» (i) `(1,1) notin R ` as 1=1+1 is nor true , (ii) `(2=1+1)implies1R2. But 1=2+1` is not true so , 2 is not related to 1. `therefore ` R is not symmetric . (iii) 1 R 2 and 2R 3. But , 1 is not related to 3. |
|