Question : Do there exist an infinite number of integer-solutions $(x,y,z)$ of $x^x\cdot y^y=z^z$ where $1\lt x\le y$ ?
Motivation : After struggling to find a solution, I've just got one solution, which is $$(x,y,z)=(1679616, 2985984, 4478976).$$
In the following, I'm going to write how I got this solution.
Letting $d$ be the greatest common divisor of $x,y,z$, we can represent $$x=ad, y=bd, z=cd$$ where $a,b,c$ are coprimes with each other. Then, we get $$d^{a+b-c}\cdot a^a\cdot b^b=c^c.$$
In the following, let's consider without the condition $x\le y$. Here, I suppose
$$a=2^m, b=3^n, a+b-c=1.$$
(As a result, this supposition works.)
Then, we get $$d=\frac{c^c}{2^{ma}\cdot 3^{nb}}.$$
Hence, letting $c=2^k\cdot 3^l$, if $$kc\ge ma=m\cdot 2^m, lc\ge nb=n\cdot 3^n,$$ then $d$ is an integer.
Since $(m,n)=(4,2)$ satisfies the above conditions, then we get $d=2^8\cdot 3^6=186624.$ Hence we can get $$x=9d=2^8\cdot 3^8=1679616, y=16d=2^{12}\cdot 3^6=2985984, z=24d=2^{11}\cdot 3^7=4478976.$$ Note that here I interchanged $x$ and $y$.
P.S : I was surprised to get this solution because I got this almost by chance. So, I don't know the other solutions. If you have any helpful information, please teach me.
Ke Zhao find these solutions: $n\in\mathbb N,$ $$x=2^{2^{n+1}(2^n-n-1)+2n}(2^n-1)^{2(2^n-1)},\\ y=2^{2^{n+1}(2^n-n-1)}(2^n-1)^{2(2^n-1)+2},\\ z=2^{2^{n+1}(2^n-n-1)+n+1}(2^n-1)^{2(2^n-1)+1}.$$
You may find that these solutions satisfies $4xy=z^2,$ W.H.Mills proved that
1)If $4xy=z^2$ then Ke Zhao's solutions are all of them.
2)If $4xy>z^2$ then there has no solutions.
3)If $4xy<z^2$ then there only exist fintite many solutions.
Hence maybe Ke Zhao has given all the solutions to $x^xy^y=z^z,$ but this has not been proven.