Is the Associative Property Valid for Convergent Series?

  • Thread starter Thread starter linuxux
  • Start date Start date
  • Tags Tags
    Analysis Proof
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?
 
Physics news 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
\sum_{n = 1}^{\infty} \frac{(-1)^n}{n^2}
converges absolutely, as
\sum_{n = 1}^{\infty} \left| \frac{(-1)^n}{n^2} \right| = \frac{\pi^2}{6}.

On the other hand, the series
\sum_{n = 0}^{\infty} (-1)^n = 1 - 1 + 1 - 1 + \cdots
does not converge absolutely. Indeed, summing it as
1 - 1 + 1 - 1 + \cdots = (1 - 1) + (1 - 1) + \cdots = 0 + 0 + \cdots = 0
gives something different from
1 - 1 + 1 - 1 + \cdots = 1 + (-1 + 1) + (-1 + 1) + \cdots = 1 + 0 + 0 + \cdots = 1.
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.
 
Back
Top