A Pseudo-Cauchy sequence is: A sequence $(a_n)$ if $\forall$ $\epsilon > 0$, $\exists \ N \in \mathbb N$ such that $|a_{n+1} - a_n| \leq \epsilon\;\; \forall n \ge N$.
I know Pseudo-Cauchy sequence does not always converge. My question is what are the conditions for a Pseudo-Cauchy sequence to converge? For example, let a(n)=F(n+1)/F(n) where Fn is nth fibonacci number. In this example, a(n) is both a Cauchy sequence and pseudo-Cauchy sequence.