edited by
1,587 views
1 votes
1 votes
Suppose that $R$ and $S$ are reflexive relations on a set A.Are the below statements true or false?

(a) $R\, \cup \, S$ is reflexive

(b)$R\, \cap \, S$ is reflexive

(c)$R\, \oplus \, S$ is irreflexive

(d)$R\, - \, S$ is irreflexive

(e)$SoR$ is reflexive.

My Answers are

(a)-(e)-All true.
Are my answers correct?
edited by

1 Answer

0 votes
0 votes

Lets take A ={1,2,3,4}

R will be = {(1,1),(2,2),(3,3),(4,4)} as minimum elements

S will be = {(1,1),(2,2),(3,3),(4,4)} as minimum elements

 

(a) R∪S is reflexive:True since, it will defiantly contain {(1,1),(2,2),(3,3),(4,4)}. 


(b) R∩S is reflexive: True since, it will defiantly contain {(1,1),(2,2),(3,3),(4,4)}. 
 

(c) R⊕S is irreflexive:  Since common elements in both R and S {(1,1),(2,2),(3,3),(4,4)} will be removed , Which is basic requirement of Reflexive relation , Hence, irreflexive .  
 

(d) R−S is irreflexive:  Since common elements in both R and S {(1,1),(2,2),(3,3),(4,4)} will be removed , Which is basic requirement of Reflexive relation , Hence, irreflexive . 
 

(e) SoR is reflexive:  will contain {(1,1),(2,2),(3,3),(4,4)}  Which is basic requirement of Reflexive relation , Hence, Reflexive . 

Related questions

2 votes
2 votes
2 answers
3