Rudin Theorem 3.23: Proving the Limit of Terms is Zero

  • Thread starter Thread starter jecharla
  • Start date Start date
  • Tags Tags
    Theorem
jecharla
Messages
24
Reaction score
0
Theorem 3.23 is a very simple one: it says that if a series converges then the limit of the terms of the sequence is zero. However Rudin's way of justifying this fact doesn't seem valid to me. He uses the following logic:

A series converges if and only if the sequence of partial sums is cauchy meaning that for all ε > 0 there is an integer N s.t. for all n,m > N and n <= m the sum of the terms of the sequence from a_n to a_m is less than ε.

Rudin says that the case where n = m proves this theorem. However when n = m the only thing the cauchy criterion states is that the distance from a_n to a_n approaches zero. It does not actually say that the value of a_n approaches zero.

To prove this we need the case where n = m - 1.

Then the difference between the two partial sums is a_m and therefore a_m approaches zero.

Am I wrong?
 
Physics news on Phys.org
jecharla said:
Theorem 3.23 is a very simple one: it says that if a series converges then the limit of the terms of the sequence is zero. However Rudin's way of justifying this fact doesn't seem valid to me. He uses the following logic:

A series converges if and only if the sequence of partial sums is cauchy meaning that for all ε > 0 there is an integer N s.t. for all n,m > N and n <= m the sum of the terms of the sequence from a_n to a_m is less than ε.

Rudin says that the case where n = m proves this theorem. However when n = m the only thing the cauchy criterion states is that the distance from a_n to a_n approaches zero. It does not actually say that the value of a_n approaches zero.

To prove this we need the case where n = m - 1.

Then the difference between the two partial sums is a_m and therefore a_m approaches zero.

Am I wrong?


Yes, I think you are. In theorem 3.22, Rudin proved that
\sum_{n=1}^\infty a_n\,\,\text{converges iff}\,\,\forall\epsilon &gt;0\,\,\exists N\in \Bbb N\,\,s.t.\,\,\left|\sum_{k=n}^m a_k\right|&lt;\epsilon\,\,\,\text{whenever}\,\,m\geq n\geq N
If we accept this (and I can't see any reason *not* to accept it), then we can take \,n=m\, , from where we get that if the series converges then
\forall \epsilon &gt;0\,\,\exists\,N\in\Bbb N\,\,s.t.\,\,\left|\sum_{k=n}^n a_k\right|=|a_n|&lt;\epsilon\,\,\,\text{whenever}\,\,\,n\geq N which is exactly the definition of "the sequence \,\{a_n\}\, converges to zero".

Please do note that in the last part above we do NOT have the "iff" of theorem 3.22, since we're limiting \,m=n\,, yet the necessary part, of course, remains valid.

DonAntonio
 
Back
Top