Let $a$, $b$ and $c$ be non-negative numbers such that $$(a+b+c-2)^2+8\leq3(ab+ac+bc).$$ Prove that $$a^2+b^2+c^2+5abc\geq8.$$
This inequality was posted here.
My attempts.
Let $a+b+c=3u$, $ab+ac+bc=3v^2$ and $abc=w^3$.
Thus, the condition gives $$3v^2\geq3u^2-4u+4$$ and from here $$3u^2\geq3v^2\geq3u^2-4u+4,$$ which gives $u\geq1$.
Now, since $$\prod_{cyc}(a-b)^2=27(3u^2v^4-4v^6-4u^3w^3+6uv^2w^3-w^6)\geq0,$$ we obtain: $$w^3\geq3uv^2-2u^3-2\sqrt{(u^2-v^2)^3}$$ and it remains to prove that $f(v^2)\geq8,$ where $$f(v^2)=9u^2-6v^2+5\left(3uv^2-2u^3-2\sqrt{(u^2-v^2)^3}\right).$$ But $$f'(v^2)=-6+5\left(3u+3\sqrt{u^2-v^2}\right)\geq0$$ and it's enough to prove $$9u^2-2(3u^2-4u+4)+5\left(3u^3-4u^2+4u-2u^3-2\sqrt{\left(u^2-u^2+\frac{4}{3}u-\frac{4}{3}\right)^3}\right)\geq8$$ or $$5u^3-17u^2+28u-16\geq10\sqrt{\frac{64}{27}(u-1)^3}$$ or $$5u^2-12u+16\geq10\sqrt{\frac{64}{27}(u-1)}$$ or $$(4-3u)(3328-1696u+780u^2-225u^3)\geq0,$$ which is obvious for $a+b+c\leq4.$
For $a+b+c\geq4$ I don't see, how to finish.
Thank you for your helping.