Hi I am trying to prove that for $0<p<1$ the function $d_p(x,y)=\sum_1^n |x_i-y_i|^p$ is a metric on $\mathbb{R}^n$. I am struggling with the triangle inequality part;
We have to prove $\sum_1^n |x_i-z_i|^p \leq \sum_1^n |x_i-y_i|^p +\sum_1^n |x_i-z_i|^p$ if we can prove;
$|x_i-z_i|^p \leq |x_i-y_i|^p +|y_i-z_i|^p \Leftrightarrow |u+v|^p\leq|u|^p+|v|^p$ with $u,v\in\mathbb{R}$ we will be done.
I've been looking at it for a while an I'm not really sure how to proceed any tips would be appreciated.