We have a sequence:
$$a_n=\frac{1}{1}+\frac{1}{2}+\frac{1}{3}+...+\frac{1}{n}$$
We need to show that it is rising and above unbounded.
So I did the following:
$$a_{n+1}=a_n+\frac{1}{n} $$
$$a_{n+1}>a_n $$
$$a_n+\frac{1}{n}>a_n $$
$$\frac{1}{n}>0$$
$$n>0$$
Which holds.
First question: Is the upper proof enough to satisfy that the sequence is rising
As far as I understand, I need to also now show that supremum doesn't exist.
So I have done the following:
$$ \sup{a_n}=\lim{a_n} = M $$
$$M>0$$
$$M>a_n$$ for every $n$
$$a_n+\frac{1}{n}<M$$
$$1<(M-a_n)n $$
Because $M>a_n$ we can divide without sign direction change
So we get:
$$\frac{1}{M-a_n}<n$$
Which I think isn't the end of the proof. I do not know how to continue.