I've just started learning about the triangle inequality. I've got the following two statements which at first glance look very similar.
(1) $x < y$ and $|x − y| ≤ | x − z| + | z − y|$
(2) $x < y$ and $|x − y| < | x − z| + | z − y|$
I've seen the triangle inequality written as (1) without the condition x < y but I can't see any reason that this condition would actually affect the inequality so is it just the same thing?
Secondly, I've been told that for (2) one of the following will be true:
a) holds for all $z$ in the reals
b) holds if and only iff $z$ is an element of $(x, y)$
c) holds if and only iff $z$ is an element of $(-∞, x)\cup(y, ∞)$
d) none of the above
I'm inclined to believe that d is the best answer since I know the triangle inequality to be true if
$z$ AND $x$, $y$ are in the reals (which eliminates a as a choice) As far as I know there doesn't need to be any relation between $z$ and $x$, $y$ beyond that (which eliminates $b$ and $c$) thus leaving me with $d$. What are the flaws in my logic?