Transitivity - $R=\{(a,b)\in \mathbb{R} \times \mathbb{R} : |a-b|<1\}$

57 Views Asked by At

Hello Mathematics Community,

I have the relation:

$$R=\{(a,b)\in \mathbb{R} \times \mathbb{R} : |a-b|<1\}.$$

Is it true that this relation is not transitive, because:

Let $a=0, b=0$ and $c=0$:

$$ |0-0| < 1 \Rightarrow |0-0|<1$$

is true.

But if $a=b$ or $a,b \geq1$ and $c\geq1$ therefore this is not true. So the relation is not transitive.

sincerely, M.Hisoka

1

There are 1 best solutions below

0
On

As noted by olsen5 in a comment:


The relation is transitive, but your argument is a bit haphazard. To show a relation is not transitive, a simple counterexample suffices. Observe that $(0,1/2),(1/2,1) \in R$: this is because

$$\left| 0 - \frac 1 2 \right| = \left| \frac 1 2 - 1 \right| = \frac 1 2 < 1$$

However, $(0,1) \not \in R$ because $|0-1| = 1 \not < 1$.

Thus, in the framework of the variables prescribed, when we want to show that $(a,b),(b,c) \in R$ do not necessarily imply $(a,c) \in R$, take $a = 0, b = 1/2, c = 1$.


Mostly just posting this in order to get this answer out of the unanswered queue, and posting as Community Wiki since I have nothing further to offer.