The following is the definition of a pseudo-Cauchy sequence:
A sequence $a_n$ is pseudo Cauchy if $\forall$ $\epsilon > 0$, $\exists \ N \in \mathbb N$ such that whenever $n \ge N$, $|a_{n+1} - a_n| \lt \epsilon$.
The following is the definition of Cauchy:
A sequence $a_n$ is Cauchy if $\forall$ $\epsilon > 0$, $\exists \ N \in \mathbb N$ such that whenever $m,n \ge N$, $|a_m - a_n| \lt \epsilon$.
I am sure without conviction that not all Pseudo-Cauchy sequences are Cauchy. I can argue this with words, but not symbolically. How can I manipulate this symbolically? My argument is as follows: Cauchy is a more liberal definition relative to Pseudo-Cauchy in the sense that any $m,n$can experience a difference $<\epsilon$. However, Pseudo-Cauchy is strict in the sense that not any $m$ will do. Only consecutive values $n+1,n$ will work. All Cauchy are Pseudo-Cauchy because the $m$'s can be defined to be $m=n+1$. However, it is impossible to reconstruct any $m \ge N$ from $n+1$.
Here's the canonical example:
Let $a_n =\sum_{k=1}^n \frac1{k} $.
Then $|a_{n+1}-a_n| =\frac1{n+1} \to 0 $ as $n \to \infty $, but $a_n \to \infty$ as $n \to \infty$.