I am trying to figure out for what value of $x$, is $f(x)=x^{x^{x^{...}}}=4$. $f$ is a infinite height tower of $x$.
I am able to solve for $f(x)=3$ in the following way: $$\ f(x)=x^{x^{x^{...}}}=x^{f(x)}=x^3=3 \\ \implies x= \root{3} \of{3} \approx 1.44225 $$
When I use the same technique to solve for $f(x)=4$. I get $x=\sqrt{2}\approx1.4142$. But this cannot be correct since $f$ is a monotonically increasing function. Also, $f(x)=4$ should have a solution because the function seems continuous and from Intermediate Value Theorem we can reason that there exists a $x^*$ such that $f(x^*)=4$
Any help or idea is appreciated.