For $a,b,c>0$, prove $\displaystyle \sum_{cyc}\frac{(a^2+b^2)}{a+b}\leqslant \frac{3(a^2+b^2+c^2)}{a+b+c}$
I've simplified the inequality by multiplying both sides with $(a+b+c).$
So the inequality became $\displaystyle a^2+b^2+c^2\geqslant \sum\limits_{cyc}a\frac{(b^2+c^2)}{b+c}$
From here I ve tried use some well known inequalities like Cauchy-Schwarz or QM-AM-GM-HM but as I m not very fluent with these yet I couldn't finish the proof.
We need to prove that: $$\sum_{cyc}\left(\frac{a^2+b^2+c^2}{a+b+c}-\frac{a^2+b^2}{a+b}\right)\geq0$$ or $$\sum_{cyc}\frac{c^2a+c^2b-a^2c-b^2c}{a+b}\geq0$$ or $$\sum_{cyc}\frac{ac(c-a)-bc(b-c)}{a+b}\geq0$$ or $$\sum_{cyc}(a-b)\left(\frac{ab}{b+c}-\frac{ab}{c+a}\right)\geq0$$ or $$\sum_{cyc}\frac{(a-b)^2ab}{(a+c)(b+c)}\geq0$$ and we are done!