JThompson
- 95
- 0
Homework Statement
Prove that if \sum{|a_{n}|} converges and (b_{n}) is a bounded sequence, then \sum a_{n}b_{n} converges.
Homework Equations
Comparison Test part (i): Let \sum a_{n} be a series where a_{n}\geq 0 for all n. If \sum a_{n} converges and |b_{n}|\leq a_{n} for all n, then \sum b_{n} converges.
or Cauchy criterion
The Attempt at a Solution
Upon seeing this problem, I immediately thought of a proof using the Comparison Test which seemed easier that using the Cauchy criterion.
Proof:
Since (b_{n}) is bounded, \exists M\in\mathbb{R} with |b_{n}|\leq M for all n. Then |a_{n}b_{n}|\leq M|a_{n}|.
Since \sum |a_{n}| converges, \sum M|a_{n}| converges (we proved this previously).
Since |a_{n}b_{n}|\leq M|a_{n}| and \sum M|a_{n}| converges, \sum a_{n}b_{n} converges by the Comparison Test.
There were no marks indicating which part was incorrect, but I received half credit for the problem and my professor's comment was, "\sum |a_{n}b_{n}| converges, use Cauchy criterion." Where does this proof run afoul?