-1

Prove or disprove: $d(f,g):= \lVert f-g\rVert_p^p$ defines a metric on $L^p(\mu)$.

My attempt:

Use the fact that for $x,y\geq0$ and $0<p<1$, $$(x+y)^p\leq x^p+y^p$$ implies $$\int\vert{f+g}\vert^pd\mu\leq\int\vert f \vert^pd\mu+\int\vert g \vert^pd\mu$$ from which we have:$$d(f,-g)\leq d(f,0)+d(0,-g)$$ I can only prove the triangle inequality for $0,f,g$. To define a metric on $L^p(\mu)$, we need the triangle inequality for any $h,f,g \in L^p(\mu)$.

Thanks in advance.

Flashhh
  • 409

1 Answers1

3

$f-g =(f-h)+(h-g)$ so $|f-g|\leq |f-h|+|h-g|$ and $|f-g|^{p} \leq (|f-h|+|h-g|)^{p}$. Take $x=|f-h|, y=|h-g|$ in the inequality $(x+y)^{p} \leq x^{p}+y^{p}$.