Let $a_1,..,a_n$ be non negative real numbers , $a_i\geq0$ and $\sum _{i=1}^na_i\leq1$ Then $$\prod_{i=1}^n(1+a_i)\leq1+2\sum_{i=1}^na_i $$
I want to prove it by induction . For n=1 it is clear .
Now I have $$ \prod_{i=1}^{n+1}(1+a_i)\leq(1+a_{n+1})(1+2\sum_{i=1}^na_i)=1+2\sum_{i=1}^na_i+a_{n+1}+2a_{n+1}\sum_{i=1}^na_i=$$
$$=1+2\sum_{i=1}^{n+1}a_i-a_{n+1}+2a_{n+1}\sum_{i=1}^na_i $$
My problem is to show that $-a_{n+1}+2a_{n+1}\sum_{i=1}^na_i\leq0$ .
Thanks for the help .
Do you need to use induction? Alternatively, take the natural logarithm of both sides, so it is equivalent to showing \begin{equation} \sum_{i=1}^n \ln(1+a_i)\leq \ln(1+2\sum_{i=1}^n a_i). \end{equation} Use the following two inequalities: for $x\geq 0$, $\ln(1+x)\leq x$ and for $0\leq x\leq 2$, $\ln(1+x)\geq x/2$. You can check that both hold numerically.