If $0<\alpha < 1$ and $d(x,y)$ is metric, show that $((d(x,y))^{\alpha}$ is metric.
It remains for me to show that the triangle inequality, or $((d(x,y))^{\alpha}\leq ((d(x,z))^{\alpha}+((d(z,y))^{\alpha}$, holds.
I begin with the fact that $d(x,y)\leq d(x,z)+d(z,y)$. Then I apply the function:
$(d(x,y))^{\alpha}\leq (d(x,z)+d(z,y))^{\alpha}$
What now? I was thinking of expanding the right side but maybe it is not the best idea? I got a hint where if $a\geq 0, b\geq 0$ and $a+b=1$, then $a^{\alpha}+b^{\alpha}\geq 1$ but I don't really know how to apply this hint.
If you plot a graph, you can clearly see that when $a+b=1$, $a^\alpha+b^\alpha\geq 1$, because the curve $a^\alpha+b^\alpha= 1$ is "concave".
You want to prove $(d(x,y))^{\alpha}\leq (d(x,z))^{\alpha}+(d(z,y))^{\alpha}$. This can be done by noting that $(d(x,y))^{\alpha}\leq (d(x,z)+d(z,y))^{\alpha}$. Now you can let $a=\frac{d(x,z)}{d(x,z)+d(z,y)}, b=\frac{d(y,z)}{d(x,z)+d(z,y)}$, so $a+b=1$, $$ \left(\frac{d(x,z)}{d(x,z)+d(z,y)}\right)^\alpha+\left(\frac{d(y,z)}{d(x,z)+d(z,y)}\right)^\alpha=\frac{(d(x,z))^{\alpha}+(d(z,y))^{\alpha}}{(d(x,z)+d(z,y))^\alpha}\geq 1.\\ \Rightarrow (d(x,z))^{\alpha}+(d(z,y))^{\alpha}\leq (d(x,z)+d(z,y))^\alpha\leq (d(x,z)+d(z,y))^{\alpha} \leq (d(x,y))^{\alpha}, $$ as required.