I'm having issues wrapping my head around anti-symmetric examples in specific contexts. I understand that if BOTH $a$, $b$ belong to $\mathbb{R}$ then $a = b$ and if $a \ne b$ then they aren't anti-symmetric.
The context I'm having issues with is inheritance i.e family tree.
$$A = \left\{(x,y) \in P^2 \,\big\vert\, x \text{ is an ancestor of }y \right\}$$
I proved that the relation is NOT symmetric as x can be an ancestor of y but y can't be an ancestor of x. So if it's not symmetric because of the logic reason I gave before it shouldn't be antisymmetric, right?