Suppose $(a_n)$ and $(b_n)$ are strictly positive real-valued sequences and the ratio of these sequences converges, i.e.,
$0 < \lim \frac{a_n}{b_n} < \infty$
I'm trying to prove that therefore the series $\Sigma\,a_n$ and $\Sigma\,b_n$ either both converge or both diverge.
So far, I'm hitting a wall when trying to deduce anything about the sequences by assuming things about the series.
For instance, if I assume $\Sigma\,a_n$ converges but $\Sigma\,b_n$ diverges, I deduce only that $lim\,a_n = 0$ and $b_n > a_n$ by the contrapositive of the comparison test (and vice-versa if I assume the opposite).
The other approach I'm considering is to start with $\frac{a_n}{b_n}$ being Cauchy, but I don't know how to say anything about the individual series from there, either.
Any hints or recommendations as to what I'm missing would be greatly appreciated!
Assume that $\lim_{n\to\infty}\frac{a_n}{b_n}=L>0$. There exist some $n_0\in\Bbb N$ such that $$\frac L2<\frac{a_n}{b_n}<2L$$ for $n\ge n_0$.
Then, if $\sum a_n$ converges, $$\sum_{n=n_0}^\infty b_n<\frac2L\sum_{n=n_0}^\infty a_n$$ so $\sum b_n$ also converges.
Can you finish?