I've been reading about metric spaces recently and had a question about the definition. Everywhere I've seen, we take a metric space to be a set $E$ equipped with a metric, a binary map $d:E\times E\mapsto \mathbb{R}$, where $\forall x, y, z\in\mathbb{R}$, $d$ satisfies:
$d(x, y) \geq 0$
$d(x, y) = 0 \iff x = y$
$d(x, y) = d(y, x)$
$d(x, z) \leq d(x, y) + d(y, z)$
It isn't difficult to see that axioms $2$, $3$, and $4$ imply $1$, so $1$ doesn't add anything to the definition and is superfluous. Why then do we keep 1 as an axiom in the definition of a metric instead of it being a corollary to the definition?