Conditional Convergence and the Comparison Test: A Proof by Contradiction

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
estro
Messages
239
Reaction score
0
Series convergence "by Parts

Supose:

[tex]\sum c_n = \sum (a_n+b_n)[/tex] (*1)

[tex]\sum a_n[/tex] is conditionaly convergent (*2)

[tex]\sum b_n[/tex] is absolutly convergent (*3)

And I have seen this proof: [Proving [tex]\sum c_n[/tex] is conditionally convergent]

From (*1) and (*2) [tex]\Rightarrow[/tex] [tex]\sum c_n[/tex] its convergent [this one I understand, basic properties of series]

But now they do something like this: [proof by contradiction]

Supose [tex]\sum |c_n|[/tex] is convergent

so [tex]|a_n|\leq|c_n-b_n|\leq|c_n|+|b_n|[/tex] (How they "jump" to this conclusion?!:confused:)

and now the use comparison test to show that [tex]\sum c_n[/tex] is conditionally convergent. [No problems from here]
 
Last edited:
Physics news on Phys.org


I don't understand this:

[tex]If\ \sum c_n = \sum (a_n+b_n)\ convergent,[/tex]

[tex]why\ c_n=a_n+b_n[/tex].

Don't understand the theory.
 


You are given two series, ∑an and ∑bn and examining their sum

∑an + ∑bn = ∑(an+bn)

to see if it is conditionally convergent. It is just a convenience to call the term

an+bn on the right side cn. There is nothing to prove about that.
 


Oh, bad idea to do such things in a book. (confusing)

Thanks Again!