0

I know the bound

$|a+b|^q \leq 2^{q-1} (|a|^q + |b|^q)$

See here for a proof. I can use this to show the bound

$|a+b+c|^q \leq 2^{q-1}(|a|^q + 2^{q-1}(|b| + |c|))$

and since the order is arbitrary I can do

$|a+b+c|^q \leq 2^{q-1}(\min(|a|^q + 2^{q-1}(|b| + |c|), |b|^q + 2^{q-1}(|a| + |c|), |c|^q + 2^{q-1}(|a| + |b|)))$

But is this the sharpest bound?

Tohiko
  • 334

1 Answers1

0

Setting $(a, b, c) = (1, 1, 2)$ gives $$|a + b + c|^q = 4^q$$ and $$2^{q-1} (|c|^q + 2^{q-1} (|a| + |b|)) = 2^{q-1} (2^q + 2^q) = 4^q$$ (the alternative bounds from rearranging $a, b, c$ are all larger), so the bound you give is optimal.