prove $$a^3+b^3+c^3+3abc\ge \sum_{cyc}ab(a+b),$$$a,b,c>0$
Obviously this is a direct consequence of the third degree schur's inequality.
I was wondering if this could be proved without this theorem ,or uvw but through basic methods like AM-GM,C-S etc.
Actually, a solution by AM-GM is possible. Schur is equivalent to:
$$abc\geq (-a+b+c)(a-b+c)(a+b-c).$$
In the case that all the terms of RHS is non-negative, then applying AM-GM like $$\sqrt{(-a+b+c)(a-b+c)}\leq\dfrac{-a+b+c +a-b+c}{2}=c$$ will yield the inequality.
If exactly one or all three of the terms negative, then there is nothing to prove as the product will be negative. If say, $a-b+c$ and $-a+b+c$ were negative, then their sum $2c$ is negative, which contradicts the positivity assumption, so we are done.