I don't understand the difference between an anti symmetric and asymmetric relation. From my understanding, it is asymmetric if there is not any element where: if (x,y) (y,x).
But what if you have only one (not all) double arrow (e.g. one where if (x,y) then (y,x)). What is the name for this kind of relation? Anti symmetric?
Same goes for irreflexive and anti-reflexive. From my understanding, it is irreflexive if for no x then (x,x). But what if you have only one element that refers to itself?
I hope I made the question clear.
Thank you.
A binary relation $R$ on a set $X$ is symmetric when :
An example of symmetric relation : "... is married to ___".
A binary relation $R$ on a set $X$ is asymmetric when :
An example of asymmetric relation : "... is father of ___".
A binary relation $R$ on a set $X$ is antisymmetric if there is no pair of distinct elements of $X$ each of which is related by $R$ to the other; i.e. :
An example of antisymmetric relation : The usual order relation ≤ on the real numbers.
Every asymmetric relation is also an antisymmetric relation.
Your proposal for asymmetric is :
this "sounds" like :
$\lnot \exists x,y ( xRy \rightarrow yRx )$.
Moving "inward" $\lnot$, it is equivalent to :
$\forall x,y (\lnot ( xRy \rightarrow yRx ))$.
Now we need the equivalence between $\lnot ( p \rightarrow q )$ and $p \land \lnot q$ to get :
$\forall x,y (xRy \land \lnot (yRx) )$.
This is not the same as the formula in the definition.
According to the definition of asymmetric, if $a$ is father of $b$, then $b$ is not father of $a$, which is reasonable.
According to your "rewritten" condition, for every couple of individuals, we have that the first one is father of the second and the second is not father of the first one, which sound quite unreasonable.
Examples about reflexive and irreflexive (or anti-reflexive) :
the relation "... is equal to _" between real numbers is reflexive;
the relation "... is greater than ___" between real numbers is irreflexive.