During a lecture, my lecturer said that the following is possible
$a_n < b_n$
but
$\sum_{n=0}^\infty a_n \leq \sum_{n=0}^\infty {b_n} $
However, I am not able to come up or find any examples.
Help?
What's wrong with the following line of thought?
$a_n < b_n$
$\sum_{n=0}^N a_n < \sum_{n=0}^N {b_n} $
$\lim_{n \to \infty} \sum_{N=0}^N a_n < \lim_{n \to \infty}\sum_{N=0}^N {b_n} $
$\sum_{n=0}^\infty a_n < \sum_{n=0}^\infty {b_n} $
That is impossible unless the series are divergent to plus or minus $\infty$.
New: added some justification.
Denote $A_n := \sum_{k=0}^n a_k$ and $B_n := \sum_{k=0}^n b_k$.
Note that $$B_n - A_n = \sum_{k=0}^n (b_k-a_k) > \sum_{k=0}^{n-1} (b_k-a_k) > \cdots > b_0-a_0 > 0.$$ Thus the gap between the partial sums increases and is always greater than $b_0-a_0>0$.
Now if $A_n\to A$ and $B_n\to B$, where $A,B$ are real numbers, then for sure $B-A\geq b_0-a_0>0$.
However, $A_n\to\infty$ and $B_n\to \infty$ is also possible if, e.g., $a_n\equiv 1$ and $b_n\equiv 2$.