Question
Mathematics Question on Relations and functions
Let a relation R on N×N be defined as:(x1,y1)R(x2,y2) if and only if x1≤x2 or y1≤y2.
Consider the two statements:
[(I)] R is reflexive but not symmetric.
[(II)] R is transitive.
Then which one of the following is true:
A
Only (II) is correct.
B
Only (I) is correct.
C
Both (I) and (II) are correct.
D
Neither (I) nor (II) is correct.
Answer
Only (I) is correct.
Explanation
Solution
To verify the properties of R, consider all (x1,y1),(x2,y2)∈R where x1,y1∈N.
- R is reflexive: For all (x1,y1)∈N×N, x1≤x1ory1≤y1 is always true.
Hence, R is reflexive. - R is not symmetric: For example, consider (1,2)R(2,3) because 1≤2. However, (2,3)∈/R(1,2) because neither 2≤1 nor 3≤2. Hence, R is not symmetric.
- R is not transitive: For example, consider (2,4)R(3,3) and (3,3)R(1,3). However, (2,4)∈/R(1,3), so R is not transitive.
Thus, only statement (I) is correct.