This is a follow up on this question. It asks whether following equality holds $$\lim\limits_{N\to\infty}\frac{\sum\limits_{i=1}^N a_i}{\sum\limits_{i=1}^N b_i} = \lim\limits_{N\to\infty}\frac{1}{N}\sum_{i=1}^N\frac{a_i}{b_i}$$
for $a_i>0$, $b_i>0$, $a_i<b_i$.
It was established that it does not with counterexample. If we take $a_i=\frac{1}{3^i}$ and $b_i=\frac{1}{2^i}$ then left hand side evaluates 0.5 and right hand side 0.
Simple simulation shows convergence. See following plot of left hand side minus right hand side. It is with $a_i$, $b_i$ uniformly distributed in range $(0,1)$, such that $a_i<b_i$.
Nonetheless, this is no proof.
Question: what would be the conditions under which this equality holds?
