(x,y) ∈ R if and only if |x+y| = |x|+|y|. Is this reflective? Symmetric? Transitive? Is it an equivalence relation?
My attempt:
Reflective: Yes, it is reflective. |x+x| = |x|+|x| => 2|x|=2|x| which is true.
Symmetric: Yes, it is symmetric(?). Suppose (x,y) ∈ R if and only if |x+y| = |x|+|y|. We want to show (y,x) ∈ R iff |y+x| = |y|+|x|. Indeed |y+x| = |y|+|x|.
Transitive: Suppose (x,y) ∈ R if and only if |x+y| = |x|+|y| and (y,z) ∈ R if and only if |y+z| = |y|+|z|. We want to show (x,z) ∈ R if and only if |x+z| = |x|+|z|. Not sure where to begin for this one.
I don't really know how to prove the symmetric and the transitive one.
Let $x=1$, $y=0$, and $z=-1$. Then $x\sim y$ and $y\sim z$, but $x\not\sim z$.