Its given that $a_{n+1}-a_{n} >= \frac{1}{n}$ We need to show that $a_{n}$ goes for infinity, My solution: from the given we conclude $a_{n}$ is monotonic,lets assume $a_{n}$ is bounded then it converges to $L$, a sequence converges iff its cauchy sequence thus it must satisfy that $\vert a_{n+p}-a_{n}\vert \leq \epsilon $
For $p=1$, $\epsilon=\frac{1}{n}$ we get that it cant be a cauchy sequence according to the first given Thus it's not bounded thus it goes to infinity
My question is: am I allowed to choose epsilon to be $\frac{1}{n}$, is my solution valid?
Thanks
You cannot have a new epsilon for every new n when n goes to infinity.
$a_{n+1}>a_n+1/n >a_{n-1}+1/(n-1)+1/n>…>a_1+H(n)$ where H(n) is the sum of the harmonic series. You might then need to prove that this series diverges. That proof is easier to find, e.g. on Wikipedia.