For $x,y,z \in \mathbb{R}_{> 0}$, how can I prove that there are solutions to this set of equations,
$$x+y=xyz \land xy=x+z \land y+z=yz$$ in a legitimate way, not by feeding it to WolframAlpha?
I have found out that
$x = \frac{y}{yz-1} = \frac{z}{y-1}$
$y = \frac{x}{xz-1} = \frac{x+z}{x} = \frac{z}{z-1}$
$z = \frac{x+y}{xy} = xy-x = \frac{y}{y-1}$
but I am not sure how to progress from there.