For which values of $x\ge 1$ does the expression $x^{x^{x^{x^{.^{.^{.}}}}}}$ make sense? To tackle this, define $f_1(x)=x$ and $f_{n+1}(x)=x^{f_n(x)}$ for $x \ge 1$ and $n\ge1$.
a) Show that $f_{n+1}(x) \ge f_n(x)$ for all $n\ge1$.
b) When $L(x) = \lim_{n\to\infty} f_n(x)$ exists, find an equation for $L(x)$. Use it to find an upper bound for $x$.
c) For these values of $x$, show by induction that $f_n(x)$ is bounded above by $e$ for all $n\ge1$. What can you conclude?
d) What happens for larger $x$?
I'm having trouble showing it is increasing for a).
I solved b) with the fact that $\lim_{n\to\infty}f_n(x)=L(x)=x^{L(x)}\implies x=L(x)^{\frac{1}{L(x)}}$
Maximizing on $L>0$: $$\frac{d}{dL}L^{1/L}=\frac{d}{dL}e^\frac{\ln(L)}{L}=\frac{d}{dL}\left(\frac{\ln(L)}{L}\right)e^\frac{\ln(L)}{L}$$ $$=\frac{1-\ln(L)}{L^2}L^{\frac{1}{L}}=L^{\frac{1}{L}-2}(1-\ln(L))$$ $$=-L^{\frac{1}{L}-2}(\ln(L)-1)=0\iff\ln(L)-1=0 \text{ so } L=e$$
Therefore $\max\{L^{1/L}\}$ happens when $L=e$ so $x\le e^{1/e}$ and I now have bounds for $x$
It then follows for c):
Since $f_n$ is increasing on $[1,e^{1/e}], \max\{f_n(x)\}=f_n(e^{1/e})$
Base case: $f_1(x)=x\le e^{1/e}<e$.
Assume $f_n(x)<e$, consider $x^{f_n(x)}\le x^e$ $\implies f_{n+1}(x)\le f_{n+1}(e^{1/e})<x^e<(e^{1/e})^e=e$ therefore by principle of mathematical induction, $f_n(x)<e$ for $x\in[1,e^{1/e}]$