In predicate logic how to prove that:
$$\forall x \forall y (A(x,y) \rightarrow \neg A(y,x)) \vdash \forall x \forall y (A(x,y) \rightarrow \neg x = y)$$
First it should be proven that:
$$x=y \vdash A(x,y)\leftrightarrow A(y,x) $$
(I did prove the second result, but have problems utilizing it).