Let $d: \mathbb{R} \times \mathbb{R} \rightarrow \mathbb{R}, (x, y) \mapsto |e^y - e^x|$ be a metric on $\mathbb{R}$. I want to show that this is not induced by a norm.
Claim: d is not induced by a norm.
Let $f: \mathbb{R} \rightarrow \mathbb{R}$ be a norm which induces d, i.e. for all x and y in $\mathbb{R}: d(x, y) = f(y - x)$. Then $|e^{2y} - e^{2x}|=d(2x, 2y) = f(2y-2x) = 2f(y-x)=2d(x,y)=2|e^y - e^x|$ for all x,y in $\mathbb{R}$. Choose $x = 0$ and $y = 1$. Then the previous equation becomes: $e^2=2e$. So we get a contradiction since $e \neq 2$ and no such norm can exist.
So is this proof correct? I confused myself a lot while trying to prove this. Thank you!