6

Let $n$ be a natural number. Is it possible to write $$(x+y)^n \leq C(x^n + y^n)$$ for some constant $C$??

It is obvious for $n=2$ (using Young's inequality) but not obvious to me for other $n$.

Let $x$ and $y$ be positive reals.

LapLace
  • 599

1 Answers1

13

$$(x+y)^n\leq(2\operatorname{Max}(x,y))^n\leq2^n(x^n+y^n)$$

  • What is the proof for this please? – Sandeep Silwal May 13 '14 at 16:34
  • 1
    @SandeepSilwal : this is straightforward. Perhaps a line to explain the last inequality would help make people understand. – user88595 May 13 '14 at 16:42
  • 1
    @SandeepSilwal: Either $\operatorname{Max}(x, y)^{n}\leq x^{n}$ or $\operatorname{Max}(x, y)^{n}\leq y^{n}$… So in any case, $\operatorname{Max}(x, y)^{n}\leq x^{n}+y^{n}$. – Prism May 13 '14 at 17:33