What is the proof for the Riemann Series Theorem?

  • Context: Graduate 
  • Thread starter Thread starter daniel_i_l
  • Start date Start date
  • Tags Tags
    Riemann Series Theorem
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 6K views
daniel_i_l
Gold Member
Messages
864
Reaction score
0
Can anyone tell we how this:
http://mathworld.wolfram.com/RiemannSeriesTheorem.html
can be proved?
The book that I read it in said that it was "beyond the scope of the book".
It one of the coolest theorems I've read about. For example, it means that for any number (pi, phi, ...) there's some series which converges to it.
 
Physics news on Phys.org
The easiest way to see the proof is to simply try to do an example. Take the series whose positive terms are

1, 1/3, 1/5, 1/7, ...

and whose negative terms are

-1/2, -1/4, -1/6, ...

and see if you can choose 10 terms that add up to something near 2. Then try to extend it to 20 terms that add up to something even closer to 2, and so forth.
 
Well I see that since we have an infinite amount of positive and negative terms we should be able to "work out" some balance between them that converges to any number. But how can you prove it?
Thanks.
 
The proof is not difficult. Let {an} be a sequence that is convergent but not absolutely convergent. That is, [itex]a_1+ a_2+ a_3+ \cdot\cdot\cdot[/itex] converges but [itex]|a_1|+ |a_2|+ |a_3|+ \cdot\cdot\cdot[/itex] does not.

Define [itex]b_n= a_n[/itex] if [itex]a_n\ge 0[/itex], 0 if not.
Define [itex]c_n= -a_n[/itex] if [itex]a_n< 0[itex], 0 if not.<br /> <br /> <br /> For all n, [itex]a_n= b_n- c_n[/itex], [itex]|a_n|= b_n+ c_n[/itex]. In each of those, one term is 0, the other may not be.<br /> <br /> (In what follows "{x<sub>n</sub>} converges" means the <b>series</b> converges.)<br /> <br /> Suppose {b<sub>n</sub>} converges. Then [itex]c_n= b_n- a_n[/itex]. Since both {b<sub>n</sub>} and {a<sub>n</sub>} converge, so does {c<sub>n</sub>}. But then {|a<sub>n</sub>} must converge which is not true. Therefore, {b<sub>n</sub>} cannot converge. You can do the same thing to show that the series {c<sub>n</sub>} does not converge. Since the both consists of non-negative numbers, the partial sums must go to infinity.<br /> <br /> Let "a" be any real number. Then there exist n<sub>1</sub> such that [itex]\sum1^{n_1} b_n[/itex]> a[/itex]. Let a<sub>1</sub> be that sum minus a. Then there exist n<sub>2</sub> so that [itex]\sum_1^{n_2} c_n> a_1[/itex]. The sum of the corresponding terms of {a<sub>n</sub>}, with the correct sign, will be slightly less than a. Let a_2 be a- that number. There exist n<sub>3</sub> so that [itex]\sum_{n_1}^{n_3} b_n> a_2[/itex]. Continuing in that way, we get a sequence of numbers from {a<sub>n</sub>}, rearranged whose partial sums "alternate" on either side of a and converge to a. <br /> <br /> It's not too hard to see how to choose terms so the series diverges to +infinity or to -infinity.[/itex]
 
Thanks for posting that. But how do you know that the partial sums converge to a? In other words, how can you be sure that |a_1| > |a_2| > |a_3| ... ?
Thanks.