Transitive relation.

368 Views Asked by At

I have read transitive relation, if $a\mathrel R b$ and $b\mathrel Rc$ then $a\mathrel Rc$. But suppose we have a set of first cousins.

$$\mathrel R: \{(a,b),(a,c)\}$$

Where $a$, $b$ and $c$ are first cousins. Can anyone please help if the set $\mathrel R$ transitive?

enter image description here

2

There are 2 best solutions below

5
On BEST ANSWER

Not transitive, b and c could be siblings.

0
On

Well, the set is not transitive. Transitive means that $aRb\wedge bRc\Rightarrow aRc$.

The point is: If the premise is not satisfied, the whole assertion is true.