I'm getting my quantifiers mixed up. The professor put both statements on the board and asked us to think about which implies convergence.
$(\forall \epsilon > 0)(\forall k>0 )(\exists N)$ such that ($\forall n \geq N$) $|a_{n+k}-a_n| < \epsilon$
$(\forall \epsilon > 0)(\exists N)(\forall k>0)(\forall n \geq N$) $|a_{n+k}-a_n| < \epsilon$
To me they both look like cauchy convergence. I was worried about the placement of $k$, but it doesnt seem to matter because we worry only about $\exists N$ coming before $n\geq N$. The professor mentioned they were different though -- I can't see how.
A suitably chosen slowly growing sequence can satisfy 1.
For instance, consider the sequence $a_n = \log n$ and notice that for any $\epsilon > 0$ and for any $k \geq 1$, we may pick $N$ so that $N > k/\epsilon$. Then for all $n \geq N$ we have
$$ | a_{n+k} - a_n | = \log \left(1 + \frac{k}{n}\right) \leq \frac{k}{n} < \epsilon $$
but of course $a_n \to \infty$ as $n\to\infty$.