Why is the relation $∣x-y∣ \geq 1$ on a set of positive integers not transitive?
According to my professor it is not a transitive relation but I'm having a hard time finding cases to satisfy this.
Why is the relation $∣x-y∣ \geq 1$ on a set of positive integers not transitive?
According to my professor it is not a transitive relation but I'm having a hard time finding cases to satisfy this.
If a relation $R$ on a set $S$ is not transitive, then there exist $a,b,c\in S$ such that
Here, $R$ is the relation on $\mathbb Z^+$ (the set of positive integers) such that $a\mathrel R b$ if and only if $|x-y|\ge 1$. So, to show that $R$ is not transitive, we need to find $a,b,c\in\mathbb Z^+$ such that $|a-b|\ge 1$, $|b-c|\ge 1$, but $|a-c|<1$.
Now, if there is an example of $a$, $b$, and $c$ that satisfy the above, then due to the condition $|a-c|<1$, it must be the case that $a=c$ (if two integers differ by an amount less than one, they must be equal). Thus, the question boils down to finding positive integers $a$ and $b$ such that $|a-b|\ge 1$: indeed, if this condition holds then $|b-c|=|b-a|=|a-b|\ge 1$, and $|a-c|=0<1$. This is easy: for instance, we could take $a=1$ and $b=3$, and we're done.