In this post we denote the Euler's totient function as $\varphi(n)$ for integers $n\geq 1$. I wondered about the solutions of the equation $$x^{\varphi(yz)}+y^{\varphi(xz)}=z^{\varphi(xy)}\tag{1}$$ for integers $x\geq 1$, $y\geq 1$ and $z\geq 1$.
Question. I think that $(1)$ has a finite number of such solutions $(x,y,z)$. Am I right? Many thanks.
I am waiting about a rigorous proof or a remarkable reasoning that can invoke heuristics or conjectures.
Computational fact. For integers $1\leq x,y,z\leq 100$ we can find (using a Pari-GP program; these can also be found by inspection) the solutions $(x,y,z)=(1,1,1),(1,3,2)$ and $(x,y,z)=(3,1,2)$.
The only solutions are those you have found. If we are careful, we can avoid using Fermat's last theorem or Catalan's conjecture:
Claim 1: The only solutions with one of $x,y,z$ equal to $1$ are those you found.
Proof. Clearly $z>1$. Wlog $x=1$ and we are left with $1 + y^{\phi(z)} = z^{\phi(y)}$. We can observe that $\phi(n)$ is even for $n>2$, and that there are no nonzero consecutive squares. Hence either:
We will suppose $x, y, z > 1$ from now on.
Claim 2: Every prime divisor $p$ of $z$ divides $x$ and $y$.
Proof. For $p>2$ this follows by Fermat's little theorem. Let $p=2$. Suppose $x,y \geq 3$ are odd. We have $xy, yz, xy > 2$ so all exponents are even. Odd squares are $1$ mod $4$, hence the LHS is $2$ mod $4$, while the RHS is $0$.
Claim 3: $z$ is a power of $2$.
Proof. With FLT: If $p>2$ is a prime divisor of $z$, then $p$ is a divisor of $\phi(xy),\phi(yz),\phi(xy)$, which contradicts Fermat's last theorem. Without FLT, we can proceed as follows: If $z$ has two prime divisors, then $4$ divides $\phi(xy),\phi(yz),\phi(xy)$ contradicting FLT for exponent $4$. Hence $z=p^k$ is a prime power. Also by FLT(4), $p=2$ or $p \equiv 3 \pmod 4$. But $p \equiv 3 \pmod 4$ is a contradiction with the fact that $p^{k\phi(xy)}$ is not a sum of two nonzero squares. Thus $p=2$.
Claim 4: There are no other solutions.
Proof. We have that $x,y,z$ are even. By FLT for exponent $4$, we cannote have $4 \mid z$. So $z=2$. By FLT for exponent $4$, not both $x$ and $y$ can have an odd prime divisor or be divisible by $4$. Wlog, $y=2$. But for $y=z$ the equation is $$x^{\phi(yz)} + y^{\phi(yx)} = y^{\phi(yx)}$$ which would imply $x=0$, contradiction.
On the comparison of $2^{\phi(y)}$ and $y$. We use the following inequalities:
Fact 1: $2^n \geq n+2$ for $n \geq 2$ with equality only for $n=2$.
Fact 2: $ \prod b_i \geq \sum b_i$ for $b_i \geq 2$ with equality only for $b_1 \geq b_1$ and $2\cdot2 \geq 2+2$.
(You can show both by induction.)
Back to the problem. Let $y$ be odd and $y = \prod p_i^{a_i}$. By fact 2, we have $\phi(y) \geq \sum a_i(p_i-1)$ with equality only for $y=1$ or $y$ prime. By fact 1 applied to $n=p_i-1$ and mulitplying the inequalities: $$2^{\phi(y)} \geq 2^{\sum a_i(p_i-1)} > \prod (p_i+1)^{a_i} \geq y+1$$ with equality only if $y=1$ or if $y=p$ is prime and $p=3$.