If $ a,b,c $ are positive real numbers and $ { a\over a+1} + {b\over b+1} + {c\over c+1} = 1 $ then prove that $ abc \le {1\over 8} $
Could I get some help with this?
What I have tried-
Making the denominators equal and adding to get another equation of the form $ {N\over M}= 1 $ then multiplying by $ M $ both the sides and simplifying to get $ 2abc + ab + bc + ac = 1 $ , from which we have, $ abc \lt 1/2 $
But which obviously isn't enough to prove that $ abc \le 1/8 $
I also tried using Jensen's inequality which states that $ f(E(X)) \ge E(f(X)) $ when $ f $ is a concave function and $ f(E(X)) \le E(f(X)) $ when $ f $ is a convex function, and where $ E(X) $ denotes the expectation of X ,
but that didn't really help.
What you have ( $2abc+ab+bc+ca=1$ and $a,b,c>0$ ) does actually imply $abc\leq 1/8$. This is because, by AM-GM, $$ab+bc+ca\geq3\sqrt[3]{a^2b^2c^2}$$and so, writing $x=abc$, we have $1\geq 2x+3x^{2/3}.$ The RHS is clearly increasing in $x$, and we have equality when $x=1/8$, so any $x>1/8$ violates this inequality.