Let $x,y,z\ge0$ satisfy $\max\left \{ x,y,z \right \}\ge 1$. Prove that $$x^3+y^3+z^3+(x+y+z-1)^2\ge1+3xyz$$
My attempts:
From the condition we can deduce $x+y+z\ge 1$
The inequality can be written as $$(x+y+z)(x^2+y^2+z^2-xy-yz-zx)+(x+y+z)^2-2(x+y+z)\ge0$$ or $$x^2+y^2+z^2-xy-yz-zx+x+y+z-2\ge0$$
Let $x+y+z=p\ge1;xy+yz+zx=q$, the problem is: $$p^2-3q+p-2\ge0$$
I don't know how to find the relation between $p$ and $q$, because this inequality is not symmetric (The inequality hold iff $(x;y;z)=(1;0;0);(0;1;0);(0;0;1)$)
Please give me a hint in the comments, no need to give a full answer