$R=\{(a,a),(b,c),(c,b)\}$ why is it not antisymmetric. I know the definition of antisymmetric
if $(x,y)∈R$ and $(y,x)∈R$, then $x = y$ is true vacuously.
but what does it mean, From my understanding, $(x,y)$ and $(y,x)→x=y$, so $(b,c),(c,b)$ should satisfy it, but why.
I have another relation
$R=\{(a,a),(b,b),(c,c),(a,c)\}$ why is it antisymmetric. appreciate any help
Why do you say "if (x,y)∈R and (y,x)∈R, then x = y is true vacuously.?" The definition of antisymmetric does not include "vacuously". The definition is for all $x,y$. In your example, we have $(b,c) \in R$ and $(c,b) \in R$, but $b \neq c$ so the relation is not antisymmetric.