So I was trying to prove this inequality $$\limsup \limits_{n \to \infty}\left( \frac{1 + a_{n+1}}{a_n}\right)^n \geq e$$ with $a_n$ any positive sequence. I found a proof in a textbook that I don't quite understand some steps. It goes like this:
Suppose the inequality doesn't hold. Then for some $0 < c < 1$ there is an $n_0$ such that $$\frac{1 + a_{n+1}}{a_n} < 1 + \frac{c}{n}$$ whenever $n \geq n_0$, i.e., $$a_{n+1} < \left( 1 + \frac{c}{n}\right)a_n -1$$ (This is the step I'm struggling with) Consequently, by induction on $k$, $$a_{n_{0}+k} < a_{n_0}\prod_{i=0}^{k-1}\left( 1 + \frac{c}{n_0 + i} \right) - k$$
for $k = 1, 2, 3...,$ and so $$a_{n_0 + k} < a_{n_0}\exp \left( \sum_{i=0}^{k-1}\frac{c}{n_0 + i}\right) -k < a_{n_0}(n_0 + k)^c - k$$ However, for k large enough, $a_{n_0} (n_0 + k)^c - k < 0$. This contradicts the assumption that $a_{n_0 + k}$ is positive, and so our inequality is proved.
Can you guys help me understand what happened between the induction step? I don't get how it was done. Thanks in advance