I've been trying to prove the following inequality
Assume that a,b,c are positive reals s.t. $abc=1$ , prove that :
$$S=\frac{a^{n+2}}{a^n+(n-1)b^n}+\frac{b^{n+2}}{b^n+(n-1)c^n}+\frac{c^{n+2}}{c^n+(n-1)a^n} \geq \frac{3}{n} $$
If you apply AM-GM directy you get :
$$ S \geq \frac{3}{\sqrt[3]{(a^n+(n-1)b^n)(b^n+(n-1)c^n)(c^n+(n-1)a^n)}} $$
But from here I get stuck ... I think there is probably a change of variable or another trick (convex function + Jensen).
We can apply AM-GM again to get this : $$\sqrt[3]{(a^n+(n-1)b^n)(b^n+(n-1)c^n)(c^n+(n-1)a^n)} \leq \frac{n}{3} \left(a^ n+ b^n+c^ n \right) $$
$$ S \geq \frac{9}{n(a^n+b^n+c^n)} $$
Unfortunately $ a^n+b^n+c^n \geq 3 $ by AM-GM so it doesnt help to conclude
Thanks for your help.