The following is the problem I have been working on:
Let $a,b,c>0$ and $a+b+c=3$. Prove that: $$\frac{a+b}{\sqrt{2(a^3+bc)}}+\frac{b+c}{\sqrt{2(b^3+ca)}}+\frac{c+a}{\sqrt{2(c^3+ab)}} \le\frac{a^{2}+b^{2}+c^{2}+21}{8abc}\tag{1}$$
A solution I read just uses one inequality that isn't very intuitive and doesn't come naturally to me
Solution:
Using this inequality: $$\frac{a+b}{\sqrt{2(a^3+bc)}} \leq\frac{a^2+7}{8abc}+\frac{2a-b-c}{24abc}+\frac{2bc-ca-ab}{8abc}\tag{2}$$ We prove $(1)$
I don't understand how inequality $(2)$ is derived to prove the inequality $(1)$. Any help with the derivation of $(2)$ would be appreciated.