How to understand the following inequality

120 Views Asked by At

I saw the following inequality as part of a proof of a theorem and I can not figure out how one go from the left hand side to the right.

$$\sum_{j=0}^k \sqrt{2^{j+1}}<\sqrt{2^{k+1}}\sum_{i=0}^{\infty}2^{-\frac{i}{2}}$$

Edit: removed the unnecessary 2 and ln(n).

2

There are 2 best solutions below

1
On BEST ANSWER

It's $$\sum_{j=0}^k(\sqrt2)^{j+1}<(\sqrt2)^{k+1}\cdot\frac{1}{1-\frac{1}{\sqrt2}}$$ or $$\frac{\sqrt2((\sqrt2)^{k+1}-1)}{\sqrt2-1}<(\sqrt2)^{k+1}\cdot\frac{\sqrt2}{\sqrt2-1}$$ or $$(\sqrt2)^{k+1}-1<(\sqrt2)^{k+1},$$ which is obvious.

0
On

Begin with the following, obtained from wolfram:

$\sum_{j=0}^{k}\sqrt{2^{j+1}} = (1+\sqrt{2})(2\sqrt{2^{k}} - \sqrt{2})$

and

$\sum_{i=0}^{\infty}2^{-\frac{i}{2}} = (2+\sqrt{2})$

We now have: $$(1+\sqrt{2})(2\sqrt{2^{k}} - \sqrt{2}) \lt \sqrt{2^{k+1}}(2+\sqrt{2})$$


Re-express each side by means of exponential manipulation:

L.H.S. $(1+\sqrt{2})(2\sqrt{2^{k}} - \sqrt{2}) = (1+\sqrt{2})(\sqrt{2^{k+2}} - \sqrt{2})$

R.H.S. $\sqrt{2^{k+1}}(2+\sqrt{2}) = \sqrt{2^{k+2}}(\sqrt{2} + 1)$


Removing $(1+\sqrt{2})$ from both sides yields

$$\sqrt{2^{k+2}} - \sqrt{2} \lt \sqrt{2^{k+2}}$$

which is obviously true.