Can the RMS-AM inequality prove the combinatorial coefficient inequality?

  • Context:
  • Thread starter Thread starter Saitama
  • Start date Start date
  • Tags Tags
    Inequality
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
Saitama
Messages
4,244
Reaction score
93
Problem:
Prove:
$$\sqrt{C_1}+\sqrt{C_2}+\sqrt{C_3}+...+\sqrt{C_n} \leq 2^{n-1}+\frac{n-1}{2}$$

where $C_0,C_1,C_2,...,C_n$ are combinatorial coefficients in the expansion of $(1+x)^n$, $n \in \mathbb{N}$.

Attempt:

I thought of using the RMS-AM inequality and got:

$$\sqrt{C_1}+\sqrt{C_2}+\sqrt{C_3}+...+\sqrt{C_n} \leq \sqrt{\frac{2^n-1}{n}}$$

Where I have used $C_1+C_2+C_3+...+C_n=2^n-1$.

But I don't see how to proceed from here.

Any help is appreciated. Thanks!
 
Last edited:
Mathematics news on Phys.org
use
$$(2^n-1)*n\geq\frac{(2^n-1)}{n}$$
and then $$AM\geq GM$$
for $$2^n-1$$ and $$n$$
 
mathworker said:
use
$$(2^n-1)*n\geq\frac{(2^n-1)}{n}$$
and then $$AM\geq GM$$
for $$2^n-1$$ and $$n$$

Thanks mathworker!

I was able to reach the answer but how do you prove $(2^n-1)*n\geq\frac{(2^n-1)}{n}$? :confused:
 
as $$C_0,C_1,C_2,...,C_n$$ are combinatorial coeffs of $$(1+x)^n$$. n is certainly an integer which is $$\geq 1 $$.
the rest is obvious...:)
 
mathworker said:
as $$C_0,C_1,C_2,...,C_n$$ are combinatorial coeffs of $$(1+x)^n$$. n is certainly an integer which is $$\geq 1 $$.
the rest is obvious...:)

Understood, thanks a lot mathworker! :)