I was looking at this other question and was wondering if the following holds.
The sequence that has the property that each term $\{a_n\}$ satisfies $|a_{n+1} - a_n| \le \frac{n}{2^n}$ for all $n$, is Cauchy.
My initial thought was no. Wlog let $n>m$,and we would get something like (after simplifying in an analogous manner to the accepted answer in the above mentioned post), $$|a_n-a_m|<\frac{n}{2^{m-1}}$$ and you're pretty much stuck at this point, I think. But I'm not able to definitively say it is not Cauchy.
Any advice on wether we can save this argument and prove the sequence is Cauchy? Or maybe it isn't?
A possible standard trick for such questions is to note that
$$a_n = a_0 + \sum_{k=1}^n(a_k-a_{k-1})$$
Now, if $\sum_{k=1}^n(a_k-a_{k-1})$ is convergent, then $a_n$ must be convergent, as well, and is Cauchy.
Since $$|\sum_{k=1}^n(a_k-a_{k-1})| \leq \sum_{k=1}^n|a_k-a_{k-1}|\leq \sum_{k=1}^n\frac k{2^k}$$
the series is (absolutely) convergent.