Given two relations R, S on a Set X (so that R, S ⊆ X . X) : Prove or disprove, If R and S is transitive, then so is R ∪ S

103 Views Asked by At

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

There are 1 best solutions below

0
On BEST ANSWER

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.