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).
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.