InterviewSolution
Saved Bookmarks
| 1. |
Prove that the relation "less than" in the set of natural number is transitive but not reflexive and symmetric. |
| Answer» Because of any `x,y,zepsilonN, xlty` and `yltzimpliesxgtzimpliesxRy` and `yRzimpliesxRz`. So `R` is transitive. | |