$\forall x,y \in \mathbb R$ if distance $d(x,y) = \sqrt { |(x - y)|}$,
How can I prove this distance to be metric? I am stuck at triangular equality.
i.e. $ \sqrt{ |x - y| } \leq \sqrt{ | x - z|} + \sqrt{|z - y|} $
I arrived at the relation
$\sqrt x + \sqrt y \geq \sqrt{x+y} $
But how the another variable $z$ comes into the picture remains question to me. Any help appreciated.