My friend sent me a excessive hard inequality problem, it's
Let $a,b,c > 0 : abc=1.$ Prove that $$24\left(\dfrac{a^5}{b}+\dfrac{b^5}{c}+\dfrac{c^5}{a}\right)+7\left(\dfrac{b}{a^5}+\dfrac{c}{b^5}+\dfrac{a}{c^5}\right) \ge 31(a^5+b^5+c^5).$$
I posted it on AOPS: here Besides, I also checked the correctness of this problem by software.
Here is my attempts Firstly, Let $a=\dfrac{x}{y}, b=\dfrac{y}{z}, c=\dfrac{z}{x},$ the inequality equivalent to $$24\sum\limits_{cyc}\dfrac{x^5z}{y^6}+7\sum\limits_{cyc}\dfrac{y^6}{x^5z} \ge 31\sum\limits_{cyc}\dfrac{x^5}{y^5}.$$ Subsequently, by AM-GM inequality, we obtain $$24\dfrac{x^5z}{y^6}+7\dfrac{y^6}{x^5z} \ge 31\sqrt[31]{\dfrac{x^{120}z^{17}}{y^{137}}},$$ Hence, we need to prove that $$\sum\limits_{cyc}\sqrt[31]{\dfrac{x^{120}z^{17}}{y^{137}}} \ge \sum\limits_{cyc}\dfrac{x^5}{y^5}.$$ And I am stuck here, so I need more idea to prove this.