I have a task: Prove that if for each complex number u,w,z we have:
$uwz=1$ and $u+w+z=u^{-1}+w^{-1}+z^{-1}$
then at least one of them is equal 1.
I tried substituting $u=(uw)^{-1}$ to the second equality and prove that by denying, but I can't solve it.
Thanks in advance.
$$ w = {1\over zu} \implies z+u+{1\over zu} = {1\over z} + {1\over u} +zu$$
so $$ z^2u+u^2z+1= u+z+z^2u^2$$
so $$z^2u(u-1)-z(u^2-1)+u-1=0$$
so $$(u-1)(z^2u-z(u+1)+1)=0$$
so if $u =1$ we are done else:
$$z^2u-zu-z+1=0\implies zu(z-1)-(z-1)=0$$
so if $z=1$ we are done else $zu = 1$ so $w=1$.