2

If $a,b,c\ge 0$, $s\in\left(0,1\right)$ and $a^{s}+b^{s}+c^{s} \leq \left( a+b+c\right)^{s}$ then $a,b,c\in${$0,a+b+c$}.

Any hint, please

javi
  • 21
  • 1

1 Answers1

0

Hint: By Jensen's inequality, if $a, b, c > 0$, then

$$ (a+b+c)^s > a^s + b^s + c^s.$$

Claim in your question follows after filling in some more details.

Calvin Lin
  • 68,864
  • I don't see how this solves my problem – javi Nov 20 '13 at 05:23
  • the question is very strange, $a^x$ is convex so no matter $s$ is less or greater than 1.and $a,b,c$ can be any positive number.there is no limitation for the inequality.what the question really asked for? – chenbai Nov 20 '13 at 06:25
  • @chenbai If the inequality holds then a, b and c are either $0$ or the sum of all three. – javi Nov 20 '13 at 13:18
  • OK, I made a mistake. indeed, it should use $x^s$, when $0<s<1$, $x^s$ is concave function, so $(a+b+c)^s \le a^s + b^s + c^s$, if you want$(a+b+c)^s \ge a^s + b^s + c^s$, then only case is $(a+b+c)^s = a^s + b^s + c^s \implies a=b=c=0$ – chenbai Nov 21 '13 at 02:40
  • @chenbai not quite. All you need is 2 of them to be 0. – Calvin Lin Nov 21 '13 at 03:59
  • @CalvinLin you are right! thanks. – chenbai Nov 21 '13 at 05:04