Hard problem with inequalities:
Let $a,b,c>0.$ Prove that $$\sqrt{\dfrac{a^3}{a^2+8b^2}}+\sqrt{\dfrac{b^3}{b^2+8c^2}}+\sqrt{\dfrac{c^3}{c^2+8a^2}} \ge \sqrt{\dfrac{a^3+b^3+c^3}{a^2+b^2+c^2}}$$
I saw it's on AOPS here.
I just can prove the weaker problem, it's $$\sqrt{\dfrac{a^3}{a^2+8b^2}}+\sqrt{\dfrac{b^3}{b^2+8c^2}}+\sqrt{\dfrac{c^3}{c^2+8a^2}} \ge \sqrt{\dfrac{a+b+c}{3}}.$$ Assume that $a+b+c=3.$ And By AM-GM $$9a+a^2+8b^2 \ge 6\sqrt{a(a^2+8b^2)},$$ or $$\sqrt{\dfrac{a^3}{a^2+8b^2}} \ge \dfrac{6a^2}{9a+a^2+8b^2}.$$ So $$\sum\limits_{cyc}\sqrt{\dfrac{a^3}{a^2+8b^2}} \ge \sum\limits_{cyc}\dfrac{6a^2}{9a+a^2+8b^2}.$$ And by Cauchy-Schwarz, $$\sum\limits_{cyc}\dfrac{6a^2}{9a+a^2+8b^2} \ge \dfrac{6(a^2+b^2+c^2)^2}{a^4+b^4+c^4+9(a^3+b^3+c^3)+8(a^2b^2+b^2c^2+c^2a^2)} \ge 1,$$ which the last inequality is easy. I hope holder can kill it, but I can't find something :( This is the first time I have asked a problem. If there are something wrong, I will improve.