Given $X$ a set, and $\mid\mid\cdot\mid\mid:X\rightarrow \mathbb{R}$ a function, we define $\mid\mid\cdot\mid\mid$ to be a norm on $X$ following the normed space axioms.
My textbook states that if we let $d(x,y)=\mid\mid x-y \mid\mid$, we can show that this distance is indeed a metric space following the usual metric space axioms.
This is fairly straightforward, but got me thinking - surely I could use $d(x,y)=\mid\mid x+y \mid\mid$ and still be able to prove it is a metric using the usual metric space axioms?
Is there a reason why the textbook suggests to use $d(x,y)=\mid\mid x-y \mid\mid$ and would both be valid metric spaces?
The mapping $$d: (x,y)\mapsto \|x+y\|$$
is not a metric, because it does not satisfy the axiom
$$\forall x\in X:d(x,x)=0$$
(except if $X\neq \{0\}$, but then you only have one metrix on $X$ anyway).