Does complementary relation($\overline R$) is transitive?

2.2k Views Asked by At

Let $R$ be a relation that is transitive. Does complementary of $R$ ($\overline R$) is transitive?($\overline R$is hold transitive)

2

There are 2 best solutions below

4
On

This isn't true, even for nontrivial relations.

For instance, consider $R \subseteq \{ 1,2,3 \}^2$ given by $$R = \{ (1,2),(1,3),(2,3) \}$$ Then $R$ is transitive, and $$\bar R = \{(1,1), (2,1), (2,2), (3,1), (3,2), (3,3) \}$$ which is also transitive.


Edit: Even with the question edit, the result still doesn't hold. For instance, let $R = \{ (1,3) \}$ on the set $\{1,2,3\}$. Then $(1,2) \in \bar R$ and $(2,3) \in \bar R$ but $(1,3) \not \in \bar R$, so $\bar R$ is not transitive, even though $R$ is transitive.

0
On

Knowing only that a relation is transitive doesn't allow you to conclude anything about the transitivity of its complement.

For example the standard order relation $<$ on the integers is transitive, but its complement $\geq$ is also transitive.

On the other hand, the equality relation $=$ on the integers is transitive, but its complement $\neq$ is not.