I was wondering with triangle inequality is valid for p-norm like this.
$x\in\Bbb{R}^n$, for all $p\ge1$,$$\Vert{x}\Vert_p=\left(\sum_{i=1}^{n} \vert{x_i}\vert^p\right)^{1/p}.$$
And I found a good repo for this Why is every $p$-norm convex?.
Months ago I started to learn measure theory and I notice the Minkowski inequality is stated over a different space (measure space) and in different format of the norm(at least is not the same format with that in $\Bbb{R}^n$), here it is:
Consider we have a measure space $(\Omega,A,\mu)$, and we define r-th norm as $$\Vert{x}\Vert_r= \{E|x|\}^{1/r}$$ this E only makes sense when we are talking about some measurable function X over this measure space. So my question is why we can use it to prove something not over this space(just in Rn), since the ways to define them are different IMO.
This might seem stupid but really confuse my here. Thank you!