If $a_n \text{ and }b_n$ are relatively prime for all $n$ and
$$\frac{a_n}{b_n}=\frac{1}{n}+\frac{1}{n(n+1)}+\frac{1}{n(n+1)(n+2)}+\cdots$$
Deduce that
$$b_n\geq b_{n+1}$$
CURRENT THOUGHTS
I can show that
$$\frac{a_{n+1}}{b_{n+1}}=\frac{na_n-b_n}{b_n}$$
and making $b_n$ the subject
$$b_n=(\frac{na_n}{a_{n+1}+b_{n+1}})b_{n+1}$$
so it would suffice to show that
$$na_n\geq a_{n+1}+b_{n+1}$$
which would appear to be true in general as $n$ gets large. But other than this, I am unsure how to proceed?
I believe this statement naturally follows from the fact that $a_n$ and $b_n$ are defined to be coprime for all $n$.
i.e.
If
$$\frac{a_{n+1}}{b_{n+1}}=\frac{na_n-b_n}{b_n}$$
Then we must have that $b_n \geq b_{n+1}$ otherwise $a_{n+1}$ and $b_{n+1}$ wouldn't be coprime.
Hope this helps!
If I am not mistaken, the next steps in this proof will be to conclude that
$$\frac{a_n}{b_n}>\frac{a_{n+1}}{b_{n+1}}\Rightarrow a_{n+1}<a_n$$
And we obtain a contradiction by
$$a_1>a_2>a_3>\cdots >0$$
Since it is not possible to have a infinite decreasing sequence of positive integers?
Very nice!