I want to show that $a+b+c \leq 2 + 2abc$ for $0 \leq a,b,c \leq 1$.
I think this inequality is true, but I don't know how to show it properly. I have tried substituting $a=b=c=t$, which gives $3t \leq 2+2t^3$, which seems to be true.
I tried $a=b=(1-t)$, so we have $2-2t+c \leq 2 + 2(1-t)^2 c$, which I work out to be true also.
I can show that the easier inequality $a+b+c \leq 2 + 2ab$ (assuming that $a<b<c$).
$$2+2abc-(a+b+c)=(1-a)(1-b)+(1-ab)(1-c)+abc\ge 0. $$ Moreover, a better inequality would be : $$a+b+c\le 2+abc, $$ and you can prove by induction that :
Direct proof - $$n-1+\prod_{k=1}^n a_k-\sum_{k=1}^n a_k=(1-a_1)(1-a_2)+(1-a_1a_2)(1-a_3)+...+(1-a_1...a_{n-1})(1-a_n)\ge 0. $$
This result is often used to prove other inequalities, like :
And even results about the roots of polynomials :