Given $a, b,c >0$ satisfying $abc=1$. Prove that: $\dfrac{1}{{{a^2} + 2{b^2} + 3}} + \dfrac{1}{{{b^2} + 2{c^2} + 3}} + \dfrac{1}{{{c^2} + 2{a^2} + 3}} \le \dfrac{1}{2}$?
This is my try:
Using the AM–GM inequality, I get: $a^2+b^2 \ge 2ab$ and $b^2+1 \ge 2b$
Therefore, $a^2+2b^2+1 \ge 2ab+2b$ which implies that: $a^2+2b^2+3 \ge 2(ab+b+1)$
Hence, $\dfrac{1}{a^2+2b^2+3} \le \dfrac{1}{2(ab+b+1)}$
Doing the same, I get $\dfrac{1}{b^2+2c+3} \le \dfrac{1}{2(bc+c+1)}$ and $\dfrac{1}{c^2+2a+3} \le \dfrac{1}{2(ca+a+1)}$
Thus, $\dfrac{1}{a^2+2b^2+3}+\dfrac{1}{b^2+2c^2+3}+\dfrac{1}{c^2+2a^2+3}\le\dfrac{1}{2(ab+b+1)}+\dfrac{1}{2(bc+c+1)}+\dfrac{1}{2(ca+a+1)}$
I know this is really close to the answer but something messed with my brain and I cannot think any further. How do I continue and is there any better solution than this?
AND site:math.stackexchange.com, see example #2 at the end of https://math.meta.stackexchange.com/a/29267/42969. – Martin R Mar 10 '22 at 07:47