Let $x$, $y$ and $z$ be three real numbers such that $x^2+y^2+z^2=2$.
it is asked to prove that
$$x+y+z \le xyz+2$$
I tried using Lagrange multipliers but I'm stuck with the following system
$$\begin{cases} x^2 + y^2 + z^2 = 2 \\ 1-yz = 2\lambda x \\1-xz = 2\lambda y \\ 1-xy = 2\lambda z \end{cases} $$
thanks for any advice, hint.
By C-S $$x+y+z-xyz=x\cdot(1-yz)+(y+z)\cdot1\leq$$ $$\leq\sqrt{(x^2+(y+z)^2)((1-yz)^2+1^2)}=\sqrt{2(1+yz)(2-2yz+y^2z^2)}\leq2$$ because the last inequality it's just $$y^2z^2(1-yz)\geq0,$$ which is true because $$yz\leq\frac{y^2+z^2}{2}\leq1.$$