Non-transitive relations defined on sets of cardinality 2

43 Views Asked by At

When thinking about transitive relations, I came up with this "theorem":

All relations $\mathrm{R}: S\to S$ defined on $S = \left\{1, 2\right\}$ are transitive.

But, I couldn't come up with a proof. So, can somebody help me and either prove the above or provide a counter-example for the same?

1

There are 1 best solutions below

5
On BEST ANSWER

No. Consider $R=\{(1,2), \, (2,1)\}$.
Then we have $1\,R\,2\,R\,1$ but not $1\,R\,1$.