Understanding when $$\lim_{n \to \infty} \frac{a_n}{b_n} = \lim_{n \to \infty} \frac{a_0 + a_1+ \cdots + a_n}{b_0+b_1+ \cdots + b_n}.$$
That is, supposing the first limit exists, what properties must be satisfied by the sequences $\{a_n\}_{n \ge 0}, \{b_n\}_{n \ge 0}$ such that we may conclude that the above equality holds? I tried using the inequality $\frac{a_n}{b_n} + \frac{a_{n-1}}{b_{n-1}} < \frac{a_n+a_{n-1}}{b_n + b_{n-1}}$, which holds when our sequences consist of positive real numbers, having in mind the notion of applying induction but didn't get anywhere with that idea. This isn't a homework assignment, I just want to know the answer.