$|a_1|+|a_2| \leq |c_1|+|c_2| $ implies $|a_1|^p+|a_2|^p \leq |c_1|^p+|c_2|^p $?

55 Views Asked by At

If $|a_1|+|a_2| \leq |c_1|+|c_2| $ then does this implies that $$|a_1|^p+|a_2|^p \leq |c_1|^p+|c_2|^p $$ for all $p\geq 1$

2

There are 2 best solutions below

0
On BEST ANSWER

No: try $a_1=2,a_2=0$ and $c_1=c_2=1$. Then $a_1+a_2=2=c_1+c_2$, but $a_1^p+a_2^p=2^p$ will be larger than $c_1^p+c_2^p=2$ for $p>1$.

0
On

It's wrong:

$2+3\geq4+1$, but $2^2+3^2\geq4^2+1^2$ is wrong.