Why is my proof wrong? (Rudin Ch 3 #8) If $\sum a_n$ converges, and if ${b_n}$ is monotonic and bounded, prove that $\sum a_n b_n$ converges.

299 Views Asked by At

I have read the correct proof, which makes sense. But, I want to know if the following proof is wrong:

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

Proof. Since $\{b_n\}$ is bounded, by the lowest upper bound property, it has a supremum, say $b$. Since $\sum a_n$ converges, $\forall\varepsilon >0, \exists N$ s.t. $$\left|\sum_{k=n}^ma_k\right| \le \frac{\varepsilon}{c},$$ where $c=\max\{|b|,1\}$ and $m\ge n\ge N$. Then, $$\left|\sum_{k=n}^m a_k b_k\right|\le\left|b\sum_{k=n}^ma_k\right| = |b|\cdot\left|\sum_{k=n}^m a_k\right|\le\varepsilon.$$ Hence, $\sum a_nb_n$ converges.

2

There are 2 best solutions below

0
On BEST ANSWER

To find the error yourself: note that you never used the assumption that $b_n$ was monotonic. So if your proof were correct, it would yield the conclusion when $b_n$ is only bounded. But the theorem is clearly not true in that case; take $a_n$ to be the alternating harmonic series and $b_n = (-1)^n$. Now see which line of your proof is false for this example.

1
On

Second last line: Why does the left inequality hold?