Is the Associative Property Valid for Convergent Series?

  • Context: Graduate 
  • Thread starter Thread starter linuxux
  • Start date Start date
  • Tags Tags
    Analysis Proof
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 4K views
linuxux
Messages
133
Reaction score
0
Hello, got a proof question for you.

QUESTION

Prove that if an infinite series converges, then the associative property holds.



Am I missing something here because I don't see much to this proof. In short, if the convergent series is summed in any order and does not converge to the same limit as the series would when summed in order, then the terms in the series must be different since we know the associative property holds for addition.

What am I proving?
 
on Phys.org
Basically there's a property that for some divergent series, some arrangements of the terms will make it convergent, falsely. However, for all absolutely convergent series, it doesn't matter how you arrange the terms, the sum is still always the same. I believe this is what they want you to show.
 
For example, the series
[tex]\sum_{n = 1}^{\infty} \frac{(-1)^n}{n^2}[/tex]
converges absolutely, as
[tex]\sum_{n = 1}^{\infty} \left| \frac{(-1)^n}{n^2} \right| = \frac{\pi^2}{6}[/tex].

On the other hand, the series
[tex]\sum_{n = 0}^{\infty} (-1)^n = 1 - 1 + 1 - 1 + \cdots[/tex]
does not converge absolutely. Indeed, summing it as
[tex]1 - 1 + 1 - 1 + \cdots = (1 - 1) + (1 - 1) + \cdots = 0 + 0 + \cdots = 0[/tex]
gives something different from
[tex]1 - 1 + 1 - 1 + \cdots = 1 + (-1 + 1) + (-1 + 1) + \cdots = 1 + 0 + 0 + \cdots = 1[/tex].
In fact, one can make it "converge" to any number one likes.
 
Thank you. Reading the next question in my book, I see it leading to the point both of you made regarding divergent series.