I'm kind of stuck with a proof.
I have the following sequence $$(u_n) \in \mathbb R ^{\mathbb N}$$ $$u_0 \in \mathbb R ^{+*}$$ $$u_{n+1} = u_n+\frac{n}{u_n}$$ I'm asked to show by absurd that this sequence is not bounded above (without using the fact that its limit is +infinity because I will then have to use that fact to deduce its limit).
Any hint would be greatly appreciated!
Suppose it is bounded above, then as the sequence is increasing it will converge to some $M$, thus for $0<\epsilon<1$ there exists $N \geq M$ such that for all $n \geq N$ $$M-\epsilon < u_n <M.$$ However we then have $$u_{n+1} = u_n + \frac{n}{M} > M - \epsilon + \frac{M}{M} = M +1-\epsilon >M,$$ a contradiction.