Transitivity of a relation (unique)

168 Views Asked by At

Okay experts, i do know what the definition of a transitive relation is and how to judge if a relation is transitive or not.But i got across this one question which shouldnt be transitive but the answer in my book says it is .Can someone please tell me how would that be true?

Consider the set A = {1, 2, 3} and the relation R = {(1, 2), (1, 3)}. R is a transitive relation.

1

There are 1 best solutions below

2
On BEST ANSWER

Note that the definition of transitivity says the following: for each $(a,b), (b,c)$ in the relation $R$, we have that $(a,c)$ is an element of the relation. However, in your case there are no elements $(a,b), (b,c)$, so the relation satisfies the condition to be transitive.

Note that if we would have that $R = \{(1,2), (3,1)\}$, then the relation would not be transitive, since we have that $(3,1), (1,2) \in R$, but $(3,2)$ is not in the relation.

I remember transitivity in the following way: I picture the elements $(a,b)$ of a relation is follows: there is a (directed) arrow from $a$ to $b$. So transitivity means that if there is an arrow from $a$ to $b$ and an arrow from $b$ to $c$, then there is an arrow from $a$ to $c$. The moment you have an arrow from $a$ to $b$ and from $b$ to $c$, but no arrow from $a$ to $c$, the relation is not transitive.