7

$$\mathop {\lim }\limits_{n \to \infty } {{{a_n}} \over {{b_n}}} = 1$$ Prove the statement implies $\sum {{a_n},\sum {{b_n}} } $ converge or diverge together.
My guess the statement is true.

if $\sum{{a_n}}$ diverges, then $\mathop {\lim }\limits_{n \to \infty } {a_n} \ne 0$

So, $$\eqalign{ & \mathop {\lim }\limits_{n \to \infty } {a_n} = L \ne 0 \cr & {{\mathop {\lim }\limits_{n \to \infty } {a_n}} \over {\mathop {\lim }\limits_{n \to \infty } {b_n}}} = 1 \Rightarrow {L \over {\mathop {\lim }\limits_{n \to \infty } {b_n}}} = 1 \Rightarrow L = \mathop {\lim }\limits_{n \to \infty } {b_n} \ne 0 \cr} $$

therefore, $\sum {b_n}$ also diverges.

What I was not managed to do is proving that the two series converges together.
Or maybe the statement is not always true?

Daniel Gagnon
  • 535
  • 3
  • 11

3 Answers3

13

Surprisingly, this statement is false. For a simple counter-example, consider $$ a_n = \frac{(-1)^n}{\sqrt{n}},\quad\text{and}\quad b_n = \frac{(-1)^n}{\sqrt{n}} + \frac{1}{n} $$ The condition $a_n \sim b_n$ holds but $\sum a_n$ is convergent whereas $\sum b_n$ is divergent.

Siméon
  • 10,664
  • 1
  • 21
  • 54
4

I suppose you wanted to write that

$1)$

if $\overline \lim(\frac {a_n}{b_n})<+\infty$ and $\sum b_n<+\infty$ then $\sum a_n$ converges too.

$2)$$\underline \lim(\frac {a_n}{b_n})>0$ and $\sum b_n$ diverges then $\sum a_n$ diverges too.

Haha
  • 5,648
3

If $a_n,b_n\ge 0$ and $\lim_{n\rightarrow\infty} \frac{a_n}{b_n}=1$ then $\exists N_1$ such that,

$\frac{a_n}{b_n}>\frac{1}{2}$ for $n\ge N_1$

which is equivalent to $\quad$$2a_n>b_n$, for $n\ge N_1$

hence, if $\sum_{n}^{\infty} a_n$ converges, then $\sum_{n}^{\infty} 2a_n>\sum_{n}^{\infty} b_n$ also converges.

Similarly $\exists N_2$ such that, $\frac{a_n}{b_n}<\frac{3}{2}$ for $n\ge N_2$

So $a_n<\frac{3b_n}{2}$

If $\sum_{n}^{\infty} b_n$ converges, then also $\sum_{n}^{\infty} a_n$

derivative
  • 2,450
  • you seem to be assuming that all the $b_n$'s are positive. The OP did not say anything about the signs of $a_n$ or $b_n$. – Stefan Smith Dec 06 '13 at 02:40
  • I just noticed that you yourself gave a comment to the question noting a counterexample for sign-changing series: http://math.stackexchange.com/questions/30539/limit-comparison-test-for-alternating-series/30549#30549 – Stefan Smith Dec 06 '13 at 02:41