I need to prove the anti-symmetric property of the following relation (the set is the cross-product of all positive integers).
(x1,x2) R (y1,y2) <=> EITHER (x1 + x2 < y1 + y2) OR (x1 + x2 = y1 + y2 AND x1 =< y1)
As far as I can see, you will always end up with a contradiction, because when you "reverse" the relation (aRb bRa), either the first element will not satisfy x1 =< y1, and if they do, the sum of the tuples will no be equal.
A hint or something would be greatly appreciated
HINT: Suppose that $\langle x_1,x_2\rangle\,R\,\langle y_1,y_2\rangle$, but $\langle x_1,x_2\rangle\ne\langle y_1,y_2\rangle$. There are two possibilities:
Conclude that if $\langle x_1,x_2\rangle\,R\,\langle y_1,y_2\rangle$ and $\langle y_1,y_2\rangle\,R\,\langle x_1,x_2\rangle$, then $\langle y_1,y_2\rangle=\langle x_1,x_2\rangle$.