edited by
336 views
5 votes
5 votes

Let $R$ be a relation on set $A.$ Assuming $A$ has at least three elements and $R^{-1}$ denotes the inverse relation, state which of the following statement is/are TRUE.
Statement $1:$ If $R$ is reflexive then $R \cap R^{-1}$ is not empty.
Statement $2:$ If $R$ is symmetric then $R = R^{-1}$

  1. Both statements are true
  2. Statement $1$ is true and Statement $2$ is false
  3. Both statements are false
  4. Statement $2$ is true and Statement $1$ is false
edited by

2 Answers

Best answer
6 votes
6 votes
Lets assume set $A = \{a,b,c\}$

A reflexive relation $R$ on $A$ will have the ordered pairs $(a,a), (b,b)$ and $(c,c).$ And these pairs will always be there in $R^{-1}$ as well. So, $R \cap R^{-1}$ is always non empty. Statement $1$ is TRUE.

Now, is $R$ is symmetric, for every pair $(a,b)$ the inverse relation pair $(b,a)$ is also in $R.$ That is $R = R^{-1}.$ So, statement $2$ is TRUE.

So, the correct answer is $(A).$
selected by
3 votes
3 votes

Consider the set $A = \left \{ 1,2,3,4,..... ,n \right \}$

if $R$ is a relation defined on $A$ then $R^{-1}$ is the relation which is obtained by flipping the tuples in $R$

example: Let $R = \left \{ (1,2),(3,4),(3,1) \right \}$ then $R^{-1} = \left \{ (2,1),(4,3),(1,3) \right \}$

 

(i) Statement 1: If $R$ is reflexive then $R \cap R^{-1}$ is not empty

Proof : If $R$ is reflexive then $(x,x) \in R$  $\forall _{x} \in A$

$R^{-1}$ will then also contain all the reflexive pairs

Hence $R \cap R^{-1}$ is guaranteed to contain all reflexive pairs hence it will be reflexive, so this is TRUE

 

(ii) Statement 2: If $R$ is symmetric then $R = R^{-1}$ is not empty

Proof : If $R$ is symmetric then $(x,y),(y,x) \in R$ 

$R^{-1}$ will then contain $(y,x),(x,y)$ $\equiv$ $R^{-1}$ will then contain $(x,y),(y,x)$

$\therefore R = R^{-1}$, hence this statement is also TRUE

 

More properties of inverse relations : https://proofwiki.org/wiki/Inverse_Relation_Properties

Answer:

Related questions

2 votes
2 votes
1 answer
2
gatecse asked Jan 17, 2021
124 views
Let$Q(a,b) = \left\{\begin{matrix}5 &;\;\text{if}\; a < b \\ Q(a-b,b+2)+a &;\;\text{if}\;a\geq b\end{matrix}\right.$where $a,b$ are integers. The value of $Q(5,3)$ is ___...
6 votes
6 votes
1 answer
4
gatecse asked Jan 17, 2021
500 views
Let $a(t), b(t),$ and $c(t)$ be the lengths of the three sides of a triangle $t$ in non-decreasing order (i.e. $a(t) \leq b(t) \leq c(t)).$We define the sets:$\blacksquar...