-3

I am confused here. For the set $\{ a, b, c\}$ how is the relation $\{(a, b), (b, c), (a, c)\}$ transitive ?

abhay
  • 1

2 Answers2

2

You only have two pairs of the form $\;(a,b),\,\,(b,c)\in R\;$ , and also $\;(a,c)\in R\;$ , so it is true that whenever $\;(x,y),\,(y,z)\in R\;$ , also $\;(x,z)\in R\;$, and that's transitivity

DonAntonio
  • 211,718
  • 17
  • 136
  • 287
  • Wont we look for transitivity for (b,c) and (a,c) , like for (b,c) there is no (c,a ) or (c,b) ? – abhay May 13 '16 at 21:11
  • @abhay Exactly. In those cases, by definition, transitivity doesn't apply. only in the cases when it applies we can check, and in this case it happens in the only case we can apply it. – DonAntonio May 13 '16 at 21:14
1

Because no matter how you select elements $x,y,z \in \{a, b, c\}$ such that $xRy$ and $yRz$ (hint: there's only one way), you have $xRz$, which is what it means to be transitive.