0

I'm a bit confused. Consider the relation $<$ on $\mathbb N$. Then $<$ is per definition antisymmetric if

$$a<b \land b<a \implies a=b.$$

The problem which I have is that the premise of the implication can never be true. It is not possible for a natural number to be less and greater than another number at the same time. But when the premise is false (which is the case), the implication is always true. So it follows that $<$ is an antisymmetric relation - which is obviously wrong. Where is the fallacy?

ATW
  • 689

1 Answers1

2

It is antisymmetric. The statement

for all $x,y$, if $x<y$ and $y<x$, then $x=y$

is true. It is true because, for every $x$ and $y$, the premise is false, but where's the problem?

Look at it from a different direction. Can you prove it is not antisymmetric? You should find $x$ and $y$ such that $x<y$, $y<x$ and $x\ne y$.


Are you perhaps surprised in learning that equality is antisymmetric? I hope not. Indeed, equality is a partial order relation, as well as an equivalence relation. Just apply the definitions.

Can you? Of course not. So it is antisymmetric.

egreg
  • 238,574
  • Okay, I always thought I would know. But yeah, it does make sense. So there is no fallacy. Would the relation e.g. "$A$ is an anchestor of $B$" on the set of all humans (squared) be antisymmetric as well? Would be the same case, wouldn't it? – ATW May 05 '20 at 17:47
  • 1
    @Thomas Yes, it's antisymmetric for the same reason (excluding time travel, that is ;-). Of course this adds nothing to our knowledge about the relation, because it'a a “vacuously true” statement. – egreg May 05 '20 at 17:48
  • If $x\lt y$ and $y\lt x$ then isn't it also true that $x\ne y$? – John Douma May 05 '20 at 18:00
  • 1
    @JohnDouma Yes, of course. But this doesn't affect the truth of “if $x<y$ and $y<x$, then $x=y$”. – egreg May 05 '20 at 20:05