Non-transitive relation

$\begingroup$

I have the set $A = \left \{1, 6, 0 \right \}$ and the relation $R = \left \{(1,6), (6,1), (1,0), (0,6), (6,1) \right \}$ Is that relation transitive? If I am right it is not because I don't have $(1,1)$. Is that a correct reason for saying that it is not transitive? And why it is antisymmetric?

$\endgroup$ 5

1 Answer

$\begingroup$

Yes, you are correct.

If $(a,b) $ and $ (b,c)$ are in the relation, and if $(a,c)$ is not, then the relation not transitive.

In your case, where $(a,b)$ and $(b,a)$ are in the relation, both $(a,a)$ and $(b,b)$ need to be present for the relation to be transitive.


Anti-symmetric means that when $(a,b)$ is in the relation, where $a\ne b$, then $(b,a)$ must not be in the relation. As you can see, that is not the case in the given relation, so the given relation is not anti-symmetric.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like