Tell me more ×
Mathematics Stack Exchange is a question and answer site for people studying math at any level and professionals in related fields. It's 100% free, no registration required.

Problem: If $\sum a_n$ converges, and $\{b_n\}$ is monotonic and bounded, prove that $\sum a_n b_n$ converges.

Source: Rudin, Principles of Mathematical Analysis, Chapter 3, Exercise 8.

share|improve this question

1 Answer

up vote 4 down vote accepted

The sequence $\{b_n\}$ is monotonic and bounded, so it converges to some number $C$. Assume, without loss of generality, that the sequence $\{b_n\}$ is increasing, and write $b_n=C-d_n$, where $d_n\rightarrow 0$. We have

$$\sum a_nb_n = C\sum a_n -\sum a_nd_n.$$

The first series on the right is convergent by hypothesis, and the second is convergent because of the following theorem:

Theorem: If the partial sums of $\sum t_n$ form a bounded sequence and $s_n$ is a decreasing sequence that tends to 0, then $\sum t_ns_n$ converges.

Here we take $t_n=a_n$ and $s_n=d_n$.

share|improve this answer
Did you just answer your own question! =) – sizz Jun 26 '12 at 20:56

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.