Need a proof about convergence of a series

Click For Summary
SUMMARY

The discussion centers on proving that the convergence or divergence of a series remains unchanged when a finite number of its terms are added or subtracted. Participants utilize the definition of convergence, specifically the limit of the sum of series, and apply the triangle inequality to demonstrate that removing a finite number of terms does not affect the overall convergence. The proof is established rigorously by showing that the limit of the modified series approaches the same limit as the original series, confirming that convergence is preserved under these operations.

PREREQUISITES
  • Understanding of series convergence and divergence
  • Familiarity with the definition of limits in calculus
  • Knowledge of the triangle inequality in mathematical analysis
  • Ability to manipulate series and sums in calculus
NEXT STEPS
  • Study the definition of convergence in detail using single-variable calculus
  • Explore proofs involving the triangle inequality in series
  • Learn about Cauchy sequences and their relation to series convergence
  • Investigate the implications of removing terms from series in advanced calculus
USEFUL FOR

Mathematics students, educators, and anyone interested in advanced calculus concepts, particularly those focusing on series and convergence proofs.

AdrianZ
Messages
318
Reaction score
0
I was reading a book about Calculus that I came to a problem that the author claimed convergence of a series won't change if we subtract a finite number of its terms from it, It seems to be intuitively clear, but I need a proof. so please Prove that the convergence/divergence status of a series won't change if we add/subtract a finite number of terms to/from it. please make it as rigorous as possible using only single-variable Calculus theorems.

Thanks in advance.
 
Physics news on Phys.org
You can easily show it from the definition:
\forall \epsilon > 0, \exists N > 0: \ldots

If you subtract M terms, basically all you have to do is shift N to N - M (or you can show that the same N will still work).
 
Yea, actually I was thinking about the same way of proving this, I said when we say a series converges it means \forall\epsilon>0\existsN>0 s.t n>N \Rightarrow |S(n) - L|< \epsilon where S(n) is supposed to mean the sum of any n terms of the series, then I tried to use the triangle inequality and show that if S'(n) is the sum of some finite n terms of the series, then by using some algebra, we can show that they still converge for some N by definition.
let me brief it this way, we know that if n is a finite number then the Sum of any n numbers will certainly converge to a specific real number because we have no problem with summing a finite number of terms, from another theorem we know that if a series converges then we're allowed to write it in linear combinations of different convergent series. so here we have a series that is convergent based on the hypothesis and we have another series which is convergent because It's a finite sum, so any linear combinations of these two must be convergent. am I right? I see the idea, but I think It's not convincingly rigorous.
 
Last edited:
OK, let's define
S_n = \sum_{k = 1}^n a_k
and assume that there exists some real number L
\lim_{n \to \infty} S_n = L
(this is actually what it means to say that \sum_{k = 1}^\infty a_k has a limit).

Your question is: does there exist a number L' such that
\sum_{k = \ell + 1}^\infty a_k = L&#039;
that is, such that
\lim_{n \to \infty} \left( S_n - S_\ell \right) = L&#039;

Actually, since the second term is just a constant with respect to n, you can use that
\lim_{n \to \infty} (a_n + c) = \left( \lim_{n \to \infty} a_n \right) + c
and infer that L&#039; = L - S_\ell.

But if you want, you can write out the limits and do it all properly.
 
Yea, actually I see the idea, but that only proves the theorem for a specific case, I mean in that case you've dropped all the terms before l+1 and have proved that the series is still convergent, am I right? can we do that in any random way we like? I mean can we drop any terms we like arbitrarily and still come to a new convergent series which its limit is the same? (provided we do that for a finite number of times)
 
AdrianZ said:
Yea, actually I see the idea, but that only proves the theorem for a specific case, I mean in that case you've dropped all the terms before l+1 and have proved that the series is still convergent, am I right? can we do that in any random way we like? I mean can we drop any terms we like arbitrarily and still come to a new convergent series which its limit is the same? (provided we do that for a finite number of times)
So you are asking about cases like when we drop the first 5 terms, then terms 100- 150, then 1050 to 2000, etc. and not just "the first n terms"? That's more complicated but can still be done by dividing the terms of the series into sets- the first terms that are removed from the series, the next set of those that are removed, the third set of terms that are removed, etc. The crucial point is that there are a finite number of such sets the sum of each such set of tems is finite and removing it would change the sum by finite amount.
 
HallsofIvy said:
So you are asking about cases like when we drop the first 5 terms, then terms 100- 150, then 1050 to 2000, etc. and not just "the first n terms"? That's more complicated but can still be done by dividing the terms of the series into sets- the first terms that are removed from the series, the next set of those that are removed, the third set of terms that are removed, etc. The crucial point is that there are a finite number of such sets the sum of each such set of tems is finite and removing it would change the sum by finite amount.

yea, that's the case I'm trying to prove it, can you give a proof of that?
 
\mid S_{l} - L&#039; \mid &lt; \frac{\epsilon}{2} \forall l&gt;N

\mid S_{n} - S_{l}\mid\ =\mid S_{n} -L&#039; + L&#039; - S_{l}\mid\ \leq \mid S_{n} -L&#039; \mid + \mid L&#039; - S_{l} \mid &lt; \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon
for n and l taken to sufficiently large...(>N)
Therefore Sn-Sl is cauchy.Now consider l is relatively small number(not taking to very large).
\mid S_{n} - S_{l}\mid\ =\mid S_{n} -L&#039; + L&#039; - S_{l}\mid\ \leq \mid S_{n} -L&#039; \mid + \mid L&#039; - S_{l} \mid &lt; \mid S_{n} - L&#039; \mid + \frac{\epsilon}{2}
Therefore Sn-Sl is bounded even if l is relatively small.
Since it is bounded, and cauchy ... Therefore Sn-Sl is convergent even when l is small (finte).
Hence, as n-> infinity, Sn-Sl will go to its supremum (Sn-L') ...
 
Last edited:

Similar threads

  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 11 ·
Replies
11
Views
5K
  • · Replies 5 ·
Replies
5
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
10
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K