InterviewSolution
Saved Bookmarks
| 1. |
Show that the relation `R` in `R` defined as `R={(a,b):ageb}` is transitive. |
|
Answer» Let `(a,b)epsilonR` and `(b,c)epsilonR` `:.(ageb)` and `bgecimpliesagec :. (a,c)epsilonR` Hence `R` is transitive. |
|