I want to prove that if $f:\mathbb{R}\to\mathbb{R}^{+}\cup\{0\}$ is a strictly convex function, that is, for every $\alpha\in(0,1)$ $$ f(\alpha x+(1-\alpha)y)< \alpha f(x)+(1-\alpha)f(y) $$
if $f(0)=0$ and if $d$ is a metric over $X$, then $f\circ d$ is also a metric over $X$. I know $x=y$ $\Leftrightarrow$ $(f\circ d)(x,y)=0$. I just need to prove that $$ f(d(x,y))\leq f(d(x,z))+f(d(y,z) ) $$ for every $x,y,z\in X$, but i don't quite get it.
If I'm correct, because $f$ is non-negative then it must be increasing in $[0,\infty)$, and so $$ f(d(x,y))\leq f(d(x,z)+d(y,z)) $$ but that's not the desired inequality. On the other hand, taking $\alpha=\frac{1}{2}$, $$ 2f\left(\frac{1}{2}d(x,y)\right)\leq2f\left(\frac{1}{2} d(x,z)+\frac{1}{2}d(y,z)\right)< f(d(x,z))+f(d(y,z)) $$
I haven't got further than that.