Antisymmetric Relations

135.9k Views Asked by At

Given a set $\{1,2,3,4\}$, how is the following relation $R$ antisymmetric?

$$R = \{(1, 2), (2, 3), (3, 4)\}$$

Note: Antisymmetric is the idea that if $(a,b)$ is in $R$ and $(b,a)$ is in $R$, then $a = b$. In my textbook it says the above is antisymmetric which isn't the case as whenever $(a,b)$ is in $R$, $(b,a)$ is not.

3

There are 3 best solutions below

1
On BEST ANSWER

Try this: consider a relation to be antisymmetric, UNLESS there exists a counterexample: unless there exists $(a, b) \in R$ and $(b, a) \in R$, AND $a\ne b$.

Since no such counterexample exists in for your relation, it is trivially true that the relation is antisymmetric.

Another way to put this is as follows: a relation is NOT antisymmetric IF AND ONLY IF there exist $a, b$ such that BOTH $\;(a, b)\in R\;$ AND $\;(b, a) \in R\;$ BUT $\;a\ne b$.

This is true of other properties as well: a property holds for a relation unless there exists a counterexample such that the property fails to hold. Put differently, a property FAILS to hold IF AND ONLY IF a counterexample exists.

2
On

$R$ is antisymmetric iff whenever both $(a,b)$ and $(b,a)$ are in $R$ then $a=b$.

In your example, there is no pair $(a,b) \in R$ that also has $(b,a) \in R$, so the statement is vacuously true.

Another (equivalent) way of looking at it is that $R$ is not antisymmetric iff there are elements $a,b$ with $a\neq b$ and both $(a,b),(b,a) \in R$.

2
On

You just need to check the cases. You are given a set $A=\{1,2,3,4\}$ and the relation $$\sim\; =\{(1,2),(2,3),(3,4)\}$$

Note that $a\sim b\iff a+1=b$. Thus, it will be never the case that the other pair you're looking for is in $\sim$, and the relation will be antisymmetric because it can't not be antisymmetric, i.e. the truth holds vacuously.