I want to prove the $L_p$ norm on continuous functions is in fact a norm. I have proven definitiveness and homogeneity but am struggling with the triangle inequality. I am using the fact that if the closed unit ball is convex then the triangle inequality holds.
Attempt so far:
Let $f$,$g$ be two functions in the closed unit ball, let $h=af+(1-a)g$, for some $a \in [0,1]$.
Then the $L_p$ norm of $h$ is
$$\left(\int|af+(1-a)g|^p\right)^{1/p}$$
I think i want to try and decompose this into 2 components, one containing the integral of $f$, one containing the integral of $g$ but am unsure how to do this given the power of $p$. Thanks in advance Dan
I can't understand the intuition of taking some functions that belong in the closed unit ball, as $\mathcal{L}^p$ is generally the space :
$$\mathcal{L}^p = \left\{f:[a,b] \to \mathbb R, \; \text{measurable} : \left(\int_a^b |f(x) |^p\mathrm{d}x\right)^{1/p}< + \infty \right\}$$
Hint :
Let $f,g \in \mathcal{L}^P$. Then, it is :
\begin{align*} \|f+g \|_p & = \left(\int_a^b |f(x) + g(x)|^p\mathrm{d}x\right)^{1/p} \\ &\leq \left(\int_a^b \left(|f(x)| + |g(x)| \right)^p \mathrm{d}x \right)^{1/p} \end{align*}