M BUZZ CRAZE NEWS
// general

Why the divides relation on the set of positive integers antisymmetric

By John Parsons
$\begingroup$

I'd like to know why the divides relation on the set of positive integers antisymmetric. The book says $a|b$ and $b|a$ then $a=b$. But I think if a|b and b not divides a for example $1|2$ but not $2|1$.

$\endgroup$ 1

1 Answer

$\begingroup$

The relation is antisymmetric if and only if for every $a, b$ in the set,

IF $(a\mid b$ AND $b\mid a)$, then it must follow that $a = b$.

If it's NOT true that both $a\mid b$ AND $b\mid a$, then it's perfectly consistent to have $a \neq b$. Indeed, the only time $a \mid b$ AND $b\mid a$ is exactly when $a = b$, since then we have $a \mid b \iff a \mid a = \text{true for all a}$. Hence the relation is antisymmetric.

Antisymmetry here doesn't mean that it must hold that $a \mid b$ and $b\mid a$. It is true that to be symmetric, the relation must be such that if $a \mid b$, then $b\mid a$, too. So clearly, this relation is NOT symmetric.

But since $a \mid b$ and $ b\mid a$ is true if and only if $a = b$, then the relation satisfies the property of being ANTI-symmetric.

$\endgroup$ 5

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy