Prove
A relation is asymmetric if and only if it's both antisymmetric and irreflexive
Given a relation $\mathcal R$ on a set $A$ (a homogeneous binary relation),then:
$\mathcal R$ is antisymmetric if :
$$\forall a,b \in A:(a\mathcal R b \wedge b \mathcal R a)\implies a=b$$
$\mathcal R$ is irreflexive if : $$\forall a \in A:a\not \mathcal R a $$
$\mathcal R $ is asymmetric if : $$\forall a,b \in A:a \mathcal R b \implies b\not \mathcal R a$$
$\Longleftarrow$
This direction can be proved using contradiction argument,
Assume $\mathcal R$ is both antisymmetric and irreflexive,but it's not asymmetric ,then:
$$\exists a,b \in \mathcal R :a\mathcal R b \implies b \mathcal R a$$
Therefore: $$\exists a,b \in \mathcal R :(a\mathcal R b \wedge b\mathcal R a)$$
On the other hand by the asntisymmetric property of $R$:
$$\forall a,b \in A:(a\mathcal R b \wedge b\mathcal R a)\implies a=b$$
Which means :
$$a\mathcal R b \implies a\mathcal R a$$
Which is not true duo to the irreflexive property of $\mathcal R $,implies if $\mathcal R $ is both antisymmetric and irreflexive,then it's asymmetric.
$\Longrightarrow$
If $\mathcal R$ is asymmetric,then:
$$\forall a,b \in A:a\mathcal R b \implies b\not \mathcal R a$$
One may say take $a=b$ and it follows that $\mathcal R$ is irreflexive,but I don't know how $$\forall a \in A:a\mathcal R a\implies a\not \mathcal R a$$
Does make sense.
Also I don't know how to show the asymmetric property of $\mathcal R$ implies the antisymmetric property.