Question:
let sequence $$a_{1}=1,a_{n+1}=a_{n}+e^{-a_{n}}$$ let $$b_{n}=a_{n}-\ln{n},n\in Z$$
show that: $$ b_{n}>b_{n+1}$$ where $$\ln{n}=\log{n}$$
my idea: since $$b_{n}=a_{n}-\ln{n}$$ then we have $$b_{n+1}=b_{n}+\dfrac{1}{n}e^{-b_{n}}-\ln{\dfrac{n+1}{n}}$$ then we only prove $$e^{-b_{n}}\le\ln{\left(1+\dfrac{1}{n}\right)^n}$$ and we only prove $$b_{n}\ge -\ln{\ln{\left(1+\dfrac{1}{n}\right)^n}}?$$
then I can't.
Here is the beginning of a potentially helpful idea which I unfortunately cannot flesh out at the moment. I will come back in a while and try to do so.
Consider the functions $$ f(x) = x + e^{-x}, \quad g(x) = \ln(1 + e^x). $$ Then $a_n = f \circ f \circ \cdots \circ f(0) = f^n(0)$ and $g^n(0) = \ln(n+1)$, so the condition $$ e^{-a_n} \leq \ln\left(\frac{n+1}{n} \right) = \ln(n+1) - \ln(n) $$ is equivalent to $$ f^{n+1}(0) - f^n(0) \leq g^n(0) - g^{n-1}(0). $$ This inequality could be established by establishing $$ g^n(x) - g^{n-1}(x) -( f^{n+1}(x) - f^n(x)) \geq 0 \quad \quad \quad (*) $$ for all $x \geq 0$ and simply taking $x=0$. Since this expression converges to $0$ as $x \to \infty$, it is sufficient to show that the derivative is negative. I believe this can be done by induction on $n$: by the chain rule $$ \frac{d}{dx} f^{n+1}(x) = (f^n)'(f(x))f'(x) = (1 - e^{-x})(f^n)'(f(x)) $$ and therefore $$ \frac{d}{dx} (f^{n+1}(x) - f^n(x)) = (1-e^{-x})((f^n)' - (f^{n-1})')(f(x)). $$ Similarly, $$ \frac{d}{dx}(g^n(x) - g^{n-1}(x)) = \frac{e^x}{1+e^x}((g^{n-1})'-(g^{n-2})')(g(x)). $$ I'm not sure where to go from here yet.