Let $(a_n)_{n=1}^\infty$ be a sequence where for any $i$, we have $a_{i+1}-a_i=d\in\mathbb{R}$.
It is intuitively obvious that the series $a_1+a_2+a_3+\dots$ diverges (unless all $a_i$ are identically zero). But when I try to write down a formal proof of this, I end up with a surprisingly long and inelegant proof.
So I'm wondering if anyone knows of a simple proof.
The definition of convergence I'm using:
We say that $a_1+a_2+a_3+\dots$ converges to a real number $L$ if for all $\epsilon>0$, there exists $N$ such that for all $k\geq N$, $|\sum_{i=1}^ka_i - L|<\epsilon$. Otherwise, it diverges.
Ideally I would like to prove the above by directly using this definition (and without resort to other tests like the Term Test or the Cauchy criterion).