473 views
5 votes
5 votes

Consider the following relations defined on set $I$:

  • $R_1:\{(x,y) \mid xy \geq 1 \}$
  • $R_2:\{(x,y) \mid x \equiv y(\mod 7) \}$
  • $R_3: \{(x,y) \mid x \neq y \}$

where $I$ is set of all non-negative integers. Which of the following statements is TRUE?

  1. $R_1$ reflexive while $R_2$ and $R_3$ are not reflexive.
  2. $R_1$ and $R_3$ are not reflexive while $R_2$ is reflexive.
  3. $R_1,$ $R_2$ and $R_3$ are all reflexive.
  4. None of these relations is reflexive

2 Answers

Best answer
8 votes
8 votes
$R_1$ is not reflexive since $(0,0)$ is not included.

$R_2$ relation is equivalent to saying that $(x-y)$ is a multiple of $7$ i.e., $x - y = 7t$ for some integer $t.$ This relation is reflexive, since $x - x = 7 \times 0$ for all $x.$

$R_3$ is not reflexive as none of $(x,x)$ pair is present making it irreflexive.
selected by
0 votes
0 votes

in R1:   its mentioned that xy>=1   that means we take values of integers whose product gives >=1.  this implies (0,0) cannot be taken initially.   If we take any other pair, they will satisfy the reflexive condition.  eg (-1,3)   then according to reflexive property and given function   -1*-1>=1  and 3*3=9>=1   hence clearly reflexive property is satisfied.

Answer:

Related questions