Proof that $x^{x^x}$ is one to one the interval $(0, \infty)$ is on prove or disprove that $x^{x^x}$ is one to one on the interval $(0,\infty)$. I have tried using the Lambert-W Function but have been unable to come to a solution. How do I solve this?
Note: I was unsure about what tag this should go under, so I may have put the wrong tag. please correct me if I did

The solution is defined as $x=\sqrt[3]y_s$, the 3rd super-root of $y$. Multiple numerical methods for computing the super-root is given in Calculating the nth super-root when n is greater than 2? A simple method is shown in my answer and is simply an application of bisection.
Here is a simple program for computing this.