Solveeit Logo

Question

Mathematics Question on Relations and functions

Let a relation RR on N×N\mathbb{N} \times \mathbb{N} be defined as:(x1,y1)R(x2,y2) if and only if x1x2 or y1y2.(x_1, y_1) \, R \, (x_2, y_2) \text{ if and only if } x_1 \leq x_2 \text{ or } y_1 \leq y_2.
Consider the two statements:
[(I)] RR is reflexive but not symmetric.
[(II)] RR 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 RR, consider all (x1,y1),(x2,y2)R(x_1, y_1), (x_2, y_2) \in R where x1,y1Nx_1, y_1 \in \mathbb{N}.

  1. RR is reflexive: For all (x1,y1)N×N(x_1, y_1) \in \mathbb{N} \times \mathbb{N}, x1x1ory1y1x_1 \leq x_1 \, \text{or} \, y_1 \leq y_1 is always true.
    Hence, RR is reflexive.
  2. RR is not symmetric: For example, consider (1,2)R(2,3)(1, 2) R (2, 3) because 121 \leq 2. However, (2,3)R(1,2)(2, 3) \notin R(1, 2) because neither 212 \leq 1 nor 323 \leq 2. Hence, RR is not symmetric.
  3. RR is not transitive: For example, consider (2,4)R(3,3)(2, 4)R(3, 3) and (3,3)R(1,3)(3, 3)R(1, 3). However, (2,4)R(1,3)(2, 4) \notin R(1, 3), so RR is not transitive.

Thus, only statement (I) is correct.