Given a sequence $\{a_n\}_{n=1}^{\infty}$ and $c>0$ such that $a_{n+1} - a_n>c$ for every $n$, prove $\lim_{n\to\infty} a_n=\infty$.
I proved $a_n$ is monotonic increasing, but I'm having hard time proving it's unbounded.
Any ideas?
Given a sequence $\{a_n\}_{n=1}^{\infty}$ and $c>0$ such that $a_{n+1} - a_n>c$ for every $n$, prove $\lim_{n\to\infty} a_n=\infty$.
I proved $a_n$ is monotonic increasing, but I'm having hard time proving it's unbounded.
Any ideas?
From the fact that $a_{n+1} > c+a_n$, you should prove (by induction) that $a_{n+1} > n\cdot c + a_1$.
Once you have that, proving that the sequence is unbounded should be a piece of pie, since for every $M\in\mathbb R$, you can set $n=\frac{M-a_1}{c}$ and get that $a_{n+1} > M.$
Prove $a_{n+1}>a_1+nc$ using induction or telescoping.
you can see that
$$ a_n-a_0= \sum_{i=1}^{n } a_i-a_{i-1}> c\sum_{i=1}^{n} 1 =cn $$
ie $$\infty = \lim nc+a_0 < \lim a_n $$ hence $a_n\to \infty$