Define $(x,y) R (z,w) $ iff $x + z \leq y + w $. Is $R$ an equivalence relation on $\mathbb{R} \times \mathbb{R} $?
So far I got reflexivity and symmetry which are obvious. However, I am stuck on transitivity. It seems to me that transitivity does not hold, but I am unable to find a counterexample.
The definition of reflexivity is $$tRt\quad\forall t\in \mathbb{R}^2$$ Therefore if $t=(x,y)$ $$x+x\le y+y$$ or $$x\le y$$ clearly is not true when $x\gt y$. So the relation is not reflexive.