Let $R$ be a relation on $\mathbb{N}\times\text{power set}(\mathbb{N})$, defined as $$(a,A)R(b,B)\iff A\cup[0;b]=B\cup[0;a]$$ Is $R$ transitive?
As the notation $[0,x]$ caused confusion in one of the answers, let me clarify that this means all real numbers between $0$ and $x$, inclusive, so all $y:0\le y\le x.$
Let $(a,A)R(b,B)R(c,C)$, so $A\cup [0;b]=B\cup [0;a]$ and $B\cup[0;c]=C\cup[0;b]$.
The question is if $$A\cup[0;c]=C\cup[0;a]?$$
I really don't know how to say if this equality holds, or not, so I decided to try to construct a counterexample, but I didn't succeed. I thought something like this $$(5, \mathbb{N}_{>5})R(5,\mathbb{N}_{>1})R(0,\emptyset),$$ where $\mathbb{N}_{>t}$ denotes the integer numbers greater that $t$. Well, the issue is I can't find such three tuples that the relationship holds between consecutive ones, but it doesn't between the first and third.
I literally cannot come up with a counterexample... Two ordered pairs being in the relation, according to me, means that their first components must definitely be equal. $[0, x]$ is a set that contains all real numbers between $0$ and $x$, inclusive. There is no way to compensate the real numbers from this set with any subset of $\mathbb{N}$.
May someone provide me with a motivation for finding a counterexample or proving that the relation is transitive? Thanks!
We seek to show that $(A, a)R(B, b) \wedge (B, b)R(C, c) \implies (A, a)R(C, c)$. you should easily see that $(A, a)R(B, b) \wedge (B, b)R(C, c) \implies a = b = c$ (otherwise you would be missing real numbers and one of the unions would be incorrecect). The answer is now trivially true, if you look at the tuples $(A, a), (B, a), (C, a)$.
You should note that it is not necessary that $A = B = C$ as you write, rather if $a = [0, a]$ then $ A - a = B - a = C - a$. This fact however is unnecessary for the proof just a minor correction to aid in your understanding :)