Extension of the Triangle Inequality

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
Caspian
Messages
15
Reaction score
0
Pretty much knows the triangle inequality.
[tex]\left| a + b \right| \le \left| a \right| + \left| b \right|[/tex]

I was reading a source which asserted the following extension of the triangle inequality:
[tex]\left| a + b \right|^p \le 2^p \left(\left| a \right|^p + \left| b \right|^p\right)[/tex]

This is bugging me because I can't figure out how to prove or disprove it. It's sensible enough that it might actually be true... but want to know for sure whether it's true.

I tried proving it by induction, but it got really messy...

Is this inequality true? Or, is it wrong? Thanks!
 
Physics news on Phys.org
when you tried induction, did you try the binomial theorem?
 
It follows from convexity of xp for p > 1.
[tex] (\frac{1}{2}|a|+\frac{1}{2}|b|)^p\leq \frac{1}{2}|a|^p+\frac{1}{2}|b|^p[/tex]
[tex] (|a|+|b|)^p\leq 2^{p-1}(|a|^p+|b|^p)[/tex]