When $a, b \in \mathbf{R}$ and $p \geq 1$, it is known that we have $$ |a + b|^p \leq 2^{p - 1}(|a|^p + |b|^p). $$ I am trying to see the sufficient and necessary condition of the equality of this inequality to hold.
My attempt is the following:
We wish to show that $$ |a + b|^p = 2^{p - 1}(|a|^p + |b|^p) $$ We start by noticing that this inequality turns into the triangle inequality when $p = 1$ and the equality for triangle inequality holds if and only if we have $a = cb$ for $c \in \mathbf{R}$. Now suppose this condition is true, we shall show if extra conditions are needed for general $p \geq 1$. Now with the condition $a = cb$ for $c \in \mathbf{R}$, we have $$ |a + b|^p = |cb + b|^p = |(c + 1)b|^p = |c + 1|^p |b|^p $$ On the other hand, we have $$ 2^{p - 1}(|a|^p + |b|^p) = 2^{p - 1}(|c|^p|b|^p + |b|^p) = 2^{p - 1}((|c|^p + 1)|b|^p) = 2^{p - 1}(|c|^p + 1)|b|^p. $$ That is, we need to have $$ 2^{p - 1}(|c|^p + 1) = |c+ 1|^p. $$ Therefore, we have if $a = cb$ for some $c \in \mathbf{R}$ such that $2^{p - 1}(|c|^p + 1) = (c + 1)^p$, then $|a + b|^p = 2^{p - 1}(|a|^p + |b|^p)$. However, I am not sure if this is a good enough condition to characterize the equality.