I apologize in advance for the poor formatting of this question - I'm in a coffee shop, on my phone since campus buildings closed early today..
Given:
$\{a_n\}$ and $\{b_n\}$ are both positive sequences.
The infinite series of $\{b_n\}$ diverges to infinity.
$\frac{a_n}{b_n} \rightarrow c$ for $c$ nonnegative.
Define $A_n = a_1 + ... + a_n$ and $B_n = b_1+b_2+...+b_n$, for $n ≥ 1$. Show that $\frac{A_n}{B_n} \rightarrow c$.
I wrote out $\frac{a_1+...+a_n}{b_1+...+b_n}$ as
$$\frac{a_n( \frac{a_1}{a_n} + ... + \frac{a_{n-1}}{a_n} + 1)}{ b_n (\frac{b_1}{b_n} + ... + \frac{b_{n-1}}{b_n} + 1)}$$
So I just factored out an $a_n$ from the top and a $b_n$ from the bottom since I want to use the fact that $\frac{a_n}{b_n} \rightarrow c$. I need to somehow show the other factor converges to $1$ as n goes to infinity. I probably need to use the fact that series $b_n$ diverges to infinity, but the $+1$ on the top and bottom have made things tricky so far.
If I can do this, then I will have shown that $\frac{A_n}{B_n}$ also converges to $c$.
The student solution that I took a look at is probably wrong, as it assumes that $b_n$ diverges to infinity but that is not necessarily true, eg, series $\frac{1}{n}$ diverges to infinity, but the sequence $\frac{1}{n}$ converges.
Thanks in advance,