Problem Statement:
For $a,b,c>0$ and $a+b+c=3$, I'd want to prove that $$\frac{1}{a^2+b+c}+\frac{1}{b^2+a+c} +\frac {1}{c^2+a+b} \leq1 .$$
I am a beginner when it comes to inequalities. This problem appeared on my test and I tried everything I knew:
- AM-GM-HM,
- Cauchy-Schwarz,
- homogenization,
- elimination,
- properties of quadratic functions,
- etc ....
but I was not not able to prove it. In many cases I got the upper bound as greater than one, so I knew that my result was very weak compared to the inequality given.
I just need a hint. :-)
By C-S $$\sum_{cyc}\frac{1}{a^2+b+c}=\sum_{cyc}\frac{1+b+c}{(1+b+c)(a^2+b+c)}\leq\sum_{cyc}\frac{1+b+c}{(a+b+c)^2}=1.$$