0

How would I go about solving this problem? Usually there is some set A, where you could deduce transitivity. But This is on the relation X times X

1 Answers1

2

Welcome to MathStackExchange.

A binary relation $R$ on a set $X$ is a subset of $X\times X$.

The relations $R = \{(1,2)\}$ and $S=\{(2,1)\}$ are transitive, but the union $R\cup S = \{(1,2),(2,1)\}$ is not since $(1,1)$ and $(2,2)$ are missing.

Wuestenfux
  • 20,964