Prove that the distance function $d_p(x,y)=\sum_1^n |x_i-y_i|^p$ $0<p<1$ is a metric on R^n

279 Views Asked by At

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.

1

There are 1 best solutions below

0
On

From the comments by Did

For $0<p<1$, the function $t\mapsto t^p$ is concave. Therefore, the function $\phi(t) = t^p+(1-t)^p$ is concave. Since $\phi(0)=1=\phi(1)$, it follows that for every $t\in [0,1]$ $$t^p+(1-t)^p \ge 1\tag1$$ With $t=|u|/(|u|+|v|)$, (1) becomes $$|u| ^p+|v|^p \ge (|u|+|v|)^p $$ as desired.