1

I concluded that it also doesnt have a limit. I used IZREK 1 (o primerjanju). $I∞k=1 ak = a1 +a2 +... and ∞k=1 bk = b1 +b2 +...,$ where this is true for every $k —> 0≤ak ≤bk$ If the bigger function converges that means that the smaller function also diverges?

bk is the first sequence, and ak the second sequence.

sasaako
  • 21

2 Answers2

3

The conclusion does not hold. The sequence $a_n = (-1)^n$ has no limit, but $b_n = \sum_{k=1}^n\frac{a_k}{k}$ has a limit because the series $$ \sum_{k=1}^\infty \frac{a_k}{k} = \sum_{k=1}^\infty \frac{(-1)^k}{k} $$ converges due to the alternating series test. (And the value of this series happens to be $-\ln 2$.)

Martin R
  • 113,040
1

The statement is false. We may take $$\{a_1\}=\{1,2,3,4\dots\}\\ \{a_2\}=\{2,4,6,8\dots\}\\ \{a_3\}=\{-6,-12,-18,-24\dots\}$$ None of these sequences has a (finite) limit, but $\{a_1+a_2/2+a_3/3\}$ is zero at every term, and thus has a limit of $0$.

Parcly Taxel
  • 103,344