Let $a_{n}$ be a recursive sequence such as: $\begin{cases}a_{1}=1\\ a_{n+1}=a_{n}\cdot \left( 1+\dfrac{1}{n}\right) \end{cases}$
I need to show that $\lim _{n\rightarrow \infty }a_{n}=\infty$.
I showed that $a_{n}$ is increasing using induction, so we have two options:
- $\lim _{n\rightarrow \infty }a_{n}=L$
- $\lim _{n\rightarrow \infty }a_{n}=\infty$
I have tried assuming that $\lim _{n\rightarrow \infty }a_{n}=L$ but I couldn't get to a contradiction.
Would appreciate some help!
If $a_n =n, a_{n+1}=({n+1}/n) n=n+1$
since $a_1=1$ we can conclude that by induction $a_n=n$