I'm trying to understand antisymmetry in relations and I'm really confused.
I know that the defintion of antisymmetry is as follows: if $xRy$ and $yRx$ then $ x = y$.
I'm aware that the contrapositive exists: $x\neq y \Rightarrow \left( x,y\right) \notin R$ or $(y,x) \notin R $
Now let's take an example: the relation $R = \{ (a , a), (b , c), (c , b), (d , d) \}$ on $X = \{ a, b, c, d \}$ is not antisymmetric because both $(b,c)$ and $(c,b)$ are in $R$.
I am not sure to understand the justification for it being not antisymmetric. If we take the first definition of antisymmetry we see that we have $xRy$ and $yRx$ therefore we should have $x = y$. However that's not the case because if we set $b = c$ we wouldn't need to have two elements. Therefore it's not antisymmetric. Is my understanding correct?
It doesn't seem that I can use the contrapositive here.
Whoever wrote that example probably expected you to assume the explicit elements $a,\,b,\,c,\,d$ of $X$ are pairwise distinct (so we can talk about relations on a general size-$4$ set). If they're not, the situation is very different as you've noted. But if they are, $R$ as defined above is an antisymmetric relation on such an $X$.