Let $A$ be a large number, say $A=100$, and $a$ be a small number, say $a=0.01$.
Let $x_1=1$ and define $x_{n+1}-x_n=-a \exp(-A/x_n)$. Is it true that $x_n\to 0$?
We know that $x_n$ is strictly decreasing. But I do not know how to show that $x_n>0$ for all $n$, since mathematical induction fails here.
Note that $x=0$ is a fixed point for the iteration.
Hint: $\,f(x) = x - a e^{-A/x} \gt x - e^{-1/x} \gt 0\,$ on $\,\Bbb R^+\,$ for $\,0 \lt a \lt 1 \lt A\,$. Therefore $\,x_n \gt 0\,$ $\,\implies x_{n+1}=f(x_n) \gt 0\,$.