So I understand Symmetric =
(a,b) > (b,a) so e.g. A = {(1,2), (2,1) = Symmetric
And Anti symmetric = {(1,2), (1,1) = Anti symmetric since the (1,2) is present but no (2,1).
But what if we have {(2,1), (1,1,)}
Does That constitute as Anti symmetric? Or does the first integer have to be less than the second integer? i.e. (1,2), (2,1).
Sorry if it's a bit confusing but my question basically is, for anti-symmetric what do we define as (a,b)
Thanks
Ah! Now I understand your question.
No; the magnitude of the operands doesn't matter. The members of the pairs do not have to be ordered by size. They don't even have to be orderable.
It's just that if any pair $(a,b)$ is in an antisymmetric relation then it follows that either $a=b$ or that the complementary pair $(b,a)$ is not is not in the relation, exclusively.
Conversely, if there is any case of non-identical $a$ and $b$, where both $(a,b)$ and $(b,a)$ are in the relation then it follows that the relation is not antisymmetrical.
So if $(1,2)$ is in an antisymmetrical relation then $(2,1)$ cannot be. Likewise if $(2,1)$ is in an antisymmetrical relation then $(1,2)$ cannot be. While if both are in a relation then it is not antisymmetrical.