How is the relation only symmetric?

112 Views Asked by At

Question:

If $A= \{a,b,c,d\} $, then the relation $R= \{(a,b),(b,a),(a,a)\} $ is …

The relation should be both Symmetric and transitive, but the answer in my textbook is given to be only Symmetric.

How? It should be transitive as he relation $R$ has elements $(a,b)$ and $(b,a)$ and the as per the definition of transitive relation, the set also contains the element $(a,a)$. How is $R$ not a transitive relation?

2

There are 2 best solutions below

1
On

$(b,a)$ and $(a,b)$ are in $R$, but $(b,b)$ is not. Hence the relation is not transitive.

0
On

It's not transitive because $bRa$ and $aRb$ would imply $bRb$ if it were.