579 views
2 votes
2 votes
A $\phi$ (empty) relation on any set $A$ is not reflexive because for every $ a \in A$, $(a, a) \notin \phi$, but $\phi$ is a symmetric as well as transitive relation on $A$, how is that possible $?$

2 Answers

Best answer
5 votes
5 votes

If R is relation defined on set X, then,  

  • For reflective property on a non-empty set X, we need the following condition.

          $$\forall x \in X , (x,x) \in R$$

  • $\phi$ does not satisfy this. $\Rightarrow$ NOT Reflexive.

  • For symmetric property on a set X, we need the following implication hold.

          $$\forall x \forall y \Big((x,y)\in R \to (y,x)\in R\Big)$$

  • for $\phi$ relation $(x,y)\in R$ is false $\Rightarrow$ Above implication is trivially true.

  •  For transitive property on a set X, we need the following implication hold.

          $$\forall x\forall y\forall z \Big((x,y)\in R\wedge (y,z)\in R \to (x,z)\in R\Big)$$

  • for $\phi$ relation $(x,y)\in R\wedge (y,z)\in R$ is false.$\Rightarrow$ Above implication is trivially true.

NOTE: for empty set X, empty relation $\phi$ is also reflexive.

selected by
4 votes
4 votes
For a relation to be reflexive on a set A, all pairs of the form (a,a) should be present in the relation. Let's consider $ A = \big \{1,2,3 \big\}$ here. Then for a relation to be reflexive all pairs $(1,1) , (2,2)$ and $(3,3)$ must be present in the relation.

So, $R_{1} = \big \{(1,1),(2,2),(3,3) \big\}$, $R_{2} = \big \{ (1,1),(2,2),(3,3),(1,3),(2,3) \big \}$ are reflexive while $R_{3} = \big \{(1,1),(2,2) \big\}$ and $R_{4} = \phi $ are not.

And for a relation to be symmetric there is a condition that if $a^Rb$, then $b^Ra$ $\forall a,b \in A$, Now, In case of relation $\phi$, the first condition i.e., $a^Rb$ is not met, So we don't proceed further to check whether $b^Ra$ (or) not.
And Similarly In case of transitive relation if  $a^Rb$ and $b^Rc$ then only we check whether $a^Rc$ (or) not. If the first two conditions are not met, there is no need to check whether $a^Rc$ (or) not.

Thus, relation $\phi $ is Symmetric, Transitive but not reflexive.
edited by

Related questions

0 votes
0 votes
1 answer
1
srestha asked Mar 7, 2019
861 views
Let $A=\left \{ 1,2,3 \right \}$. Number of relation on $A$ which are neither reflexive, nor irreflexive but symmetric is ___________Ans given 48but I got 8Please verify
4 votes
4 votes
1 answer
2
ram_18051996 asked Jul 7, 2017
2,578 views
Is (S, R) a poset if S is the set of all people in the world and (a, b) ∈ R, where a and b are people,if a is not taller than b?
0 votes
0 votes
1 answer
3
Akriti sood asked Jan 23, 2017
722 views
how is it not transitive??i mean take any time instant.ie x= 4:00 and y=4:20,z= 4:40..they are transitive..right??
1 votes
1 votes
1 answer
4