.
Let x, y, z be three positive numbers such that:
x^2 + y^2 + z^2 = 2(xy + xz + yz).
Prove that x + y + z + 1/(xyz) > 4.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The solution in the post by @CPhill is .
Indeed, he rearranges the given equation x^2 + y^2 + z^2 = 2(xy + xz + yz)
to equation x^2 + y^2 + z^2 - 2xy - 2xz - 2yz = 0, which is right.
But then he " factors " the left-hand side
(x-y)^2 + (y-z)^2 + (z-x)^2 = 0,
which is FATALLY WRONG.
Hence, everything what @CPhill derives further from the " factored " form is incorrect
and does not have the power of logical deducing.
+-----------------------------------------------------------------+
Nevertheless, the statement of the problem is correct,
and below I developed another solution.
+-----------------------------------------------------------------+
We start from equation
x^2 + y^2 + z^2 = 2xy + 2xz + 2yz, (1)
which is given. Add 2xy + 2xz + 2yz to both side. You will get
x^2 + y^ + z^2 + 2xy + 2xz + 2yz = 4xy + 4xz + 4 yz. (2)
Left side of the last equation is (x+y+z)^2, so it can be re-written in the form
(x + y + z)^2 = 4(xy + xz + yz). (3)
Now apply AM-GM (Arithmetic mean - Geometric mean) inequality, which says
>= (4)
for any three positive numbers a, b, c.
Therefore, for the right side of equation (3) we have this inequality
4(xy + xz + yz) = >= = . (5)
So, combining (3) and (5), we get
(x + y + z)^2 >= . (6)
Now take square root of both sides of (6) and get
x + y + z >= . (7)
Now, to prove the inequality as it is given in the condition, add to both sides of (7).
You will get
x + y + z + >= + . (8)
Consider function + .
This function is easy to analyze for its minimum.
Such an analysis can be done using standard Calculus procedure or graphically.
The plot of this function is shown in Figure under this link
https://www.desmos.com/calculator/zw8xlstrvb
The minimum is 4.45566. For us, it gives the information that right side of (8) is always greater than 4.
So, the inequality
x + y + z + > 4
is proved.
At this point, the solution to the problem is complete.