given the inductive sequence $a_1 = 1$; $a_{n+1} = a_n+\frac{1}{a_n}$ I had to prove that $lim_{n\to\infty}a_n \to \infty$.
I proved it by the following way, but I'm not sure I did everything ok so I would appreciate your feedback.
At first, I prove $(a_n)$ is monotonically increasing by induction, in short I assume $a_{n+1} >a_n$ and prove that also $a_{n+2} >a_{n+1}$ as following:
$a_{n+2} = a_{n+1} + \frac{1}{a_{n+1}} = a_{n} + \frac{1}{a_{n}}+\frac{1}{a_{n+1}} \ge a_{n} + \frac{1}{a_{n}} = a_{n+1}$ as needed, thus monotonically increasing.
Secondly, I would like to show that $(a_n)$ converges to +$\infty$. So I have to show that for every $0<M\in R$ exists N such that for every natural n>N, $a_n>M$. =====> I choose N = $a_n$ = M, So I get $a_{n+1} = a_n + \frac{1}{a_n} = M + \frac{1}{M} > M$ as needed.
In conclusion, I get that $(a_n)$ is monotonically increasing and unbounded from above, thus it converges to +$\infty$
by the way I'm 100% sure the thing I did with N=an = M is wrong, or at least semantically is wrong..