I'm doing a practice problem which asks to prove that the sequence defined by $x_{n+1} = e^{-x_n}$ is convergent (or rather "study the convergence of $(x_n)$"). So I'd like to try and find some sufficient condition on $x_0$ for the sequence to converge.
I can see that $e^{-x}$ is $k$-lipschitzian with $k<1$ on $[a, \infty[$ for $a>0$. But the problem is that $e^{-x}$ does not map $[a, \infty[$ into itself. I started trying to find values of $a, b$ such that $[e^{-b}, e^{-a}]\subseteq[a, b]$, but then I wondered if maybe there was some simpler approach that I was missing.
The solution is a corollary of another Banach fixed point theorem: see here Essentially, if we have contraction with constant $k=1$ and compactness (instead of completeness) the result will follow.
For any $x_0$ we have $x_1 \geq 0$ and so $x_2 \leq e^0 = 1$. A trivial induction shows that $x_n \in [0,1]$ for $n\geq 2$ As @Jack M has pointed out in the comments, $e^{-x}$ is indeed 1-lipschitz on $[0,1]$ so the conditions of the theorem in the link I provided are met: $K = [0,1]$. Thus, the result follows.