Sequence/Series proof

  • Thread starter STEMucator
  • Start date
  • Tags
    Proof
In summary: Since m > n, we know that s_n contains all the terms of s_m plus extra left over terms. To find these other terms we consider the following :Let j = n - m so that j + m = n, then we have :##|s_{j+m} - s_m| ≤ |s_j| ≤ |a_{1+m} + ... + a_{j+m}|##
  • #1
STEMucator
Homework Helper
2,076
140

Homework Statement



Let ##\sum a_n## be a convergent series of non-negative terms and suppose that the sequence ##\{a_n\}## is non-increasing.

Apply the Cauchy Criterion to show that ##\forall ε > 0##, if m and n are sufficiently large, then ##na_n < (ε/2) + ma_n##.

Hint : ##a_{m+1} + ... + a_n ≥ (n-m)a_n## for ##n>m##.

Use this fact ( fix m ) to show that ##na_n → 0## as ##n → ∞##.

Give an example of a series where ##na_n → 0## as ##n → ∞##, ##\{a_n\}## is not increasing and yet ##\sum a_n## diverges.

Homework Equations



Cauchy Criterion :

A sequence ##\{a_n\}## converges ##⇔ \forall ε > 0, \exists N \space | \space n,m > N \Rightarrow |a_n - a_m| < ε##.

The Attempt at a Solution



First time I've seen something like this. I'm not sure what the question is asking me to do in particular. Then again I'm not quite sure where to start this one?

So if ##na_n < (ε/2) + ma_n##, then ##(n-m)a_n < ε/2##. I have a feeling the hint comes into play somehow here, but I'm not seeing how it all comes together here. ( I'm thinking I should assume W.L.O.G, that n>m ).

Also as for the example portion of the question, ##\{a_n\} = \{ \frac{1}{n^{3/2}} \}## works just fine I can see that.

If anyone could help me out a bit it would be much appreciated.
 
Last edited:
Physics news on Phys.org
  • #2
You need to apply the Cauchy criterion to the sequence of partial sums [itex]S_n = \sum_{k=0}^n a_k[/itex]. Without loss of generality you can assume that n > m.

(The only twist is that instead of requiring N such that [itex]|S_n - S_m| < \epsilon[/itex], you must instead require N such that [itex]|S_n - S_m| < \epsilon/2[/itex].)

EDIT: by the integral test, [itex]\sum n^{-3/2}[/itex] converges.
 
Last edited:
  • #3
pasmith said:
You need to apply the Cauchy criterion to the sequence of partial sums [itex]S_n = \sum_{k=0}^n a_k[/itex]. Without loss of generality you can assume that n > m.

(The only twist is that instead of requiring N such that [itex]|S_n - S_m| < \epsilon[/itex], you must instead require N such that [itex]|S_n - S_m| < \epsilon/2[/itex].)

EDIT: by the integral test, [itex]\sum n^{-3/2}[/itex] converges.

Ohhh sigma a_n diverges, I missed that part. Okay I'll think of another example afterwards.

As for the main question, are you trying to say I should assume W.L.O.G that n>m and let :

##s_n = \sum_{k=0}^{n} a_k## and ##s_m = \sum_{j=0}^{m} a_j##

So that by the Cauchy Criterion, choosing N = ε/2 :

##|s_n - s_m| = \sum_{k=0}^{n} a_k - \sum_{j=0}^{m} a_j < ε/2##

Is this on the right track?
 
  • #4
Zondrina said:
Ohhh sigma a_n diverges, I missed that part. Okay I'll think of another example afterwards.

As for the main question, are you trying to say I should assume W.L.O.G that n>m and let :

##s_n = \sum_{k=0}^{n} a_k## and ##s_m = \sum_{j=0}^{m} a_j##

So that by the Cauchy Criterion, choosing N = ε/2 :

##|s_n - s_m| = \sum_{k=0}^{n} a_k - \sum_{j=0}^{m} a_j < ε/2##

Is this on the right track?

Yes. But you are choosing N such that if [itex]n > m > N[/itex] then [itex]|s_n - s_m| < \epsilon/2[/itex].

Now use the fact that n > m (so that [itex]s_n[/itex] includes all the terms of [itex]s_m[/itex] plus some extra terms) to work out the difference between the two.
 
  • #5
pasmith said:
Yes. But you are choosing N such that if [itex]n > m > N[/itex] then [itex]|s_n - s_m| < \epsilon/2[/itex].

Now use the fact that n > m (so that [itex]s_n[/itex] includes all the terms of [itex]s_m[/itex] plus some extra terms) to work out the difference between the two.

Okay I'll attempt to formalize a bit in this post and collect thoughts and actually try to get something going.

So suppose without loss of generality for the duration of this question that n > m, i.e n - m > 0.

So by the C.C, we want to show ##\forall ε>0, \exists N \space | \space m > n > N \Rightarrow |s_n - s_m| < ε##

Let : ##s_n = \sum_{k=1}^{n} a_k## and ##s_m = \sum_{k=1}^{m} a_k##

Since m > n, we know that s_n contains all the terms of s_m plus extra left over terms. To find these other terms we consider the following :

Let j = n - m so that j + m = n, then we have :

##|s_{j+m} - s_m| ≤ |s_j| ≤ |a_{1+m} + ... + a_{j+m}|##

^^ I'm getting a bit stuck here presuming I'm on the right track. I'm not sure how to continue this train of thought.
 
Last edited:
  • #6
Wait a second... a thought occurred to me a moment ago. I'm not really sure it has any merit (since pas got off), but I will post it and see what anyone who views this may think.

Suppose without loss of generality for the duration of this question that n > m.

Let the sequences of partial sums be defined as : ##s_n = \sum_{k=1}^{n} a_k## and ##s_m = \sum_{k=1}^{m} a_k##

We know that ##\sum a_n## converges which implies ##a_n → 0## as ##n → ∞##. Hence the sequences of partial sums also converge.

So by the C.C, we want to show ##\forall ε>0, \exists N \space | \space n > m > N \Rightarrow |s_n - s_m| < ε##

Since m > n, we know that ##s_n## contains all the terms of ##s_m## plus extra left over term(s). To find these other terms we consider the following :

Let k = n - m so that k + m = n, then we have :

##|s_{m+k} - s_m| ≤ |s_k| = |a_{m+1} + ... + a_{n}| ≤ a_{m+1} + ... + a_{n}##

Now from the hint, we know that ##a_{m+1} + ... + a_{n} ≥ (n-m)a_n##.

If ##a_{m+1} + ... + a_{n} = (n-m)a_n##, then trivially we have ##|s_{m+k} - s_m| ≤ |s_k| < ε/2## as desired. Otherwise if ##a_{m+1} + ... + a_{n} > (n-m)a_n##, then we have a contradiction because we stated earlier that n > m.

Also, for showing ##na_n → 0##, fix m=0 as suggested. Since ##\sum a_n## converges, once again as stated before, ##a_n → 0## as ##n → ∞##. So multiplying ##a_n## by an integer will not affect the result. Thus ##na_n → 0## as ##n → ∞##.

As for the example take : ##a_n = \frac{(-1)^n}{n}##.
 
Last edited:
  • #7
Zondrina said:
Wait a second... a thought occurred to me a moment ago. I'm not really sure it has any merit (since pas got off), but I will post it and see what anyone who views this may think.

Suppose without loss of generality for the duration of this question that n > m.

Let the sequences of partial sums be defined as : ##s_n = \sum_{k=1}^{n} a_k## and ##s_m = \sum_{k=1}^{m} a_k##

We know that ##\sum a_n## converges which implies ##a_n → 0## as ##n → ∞##.

This is true.

the sequences of partial sums also converge.

This is the definition of convergence of an infinite series.

So by the C.C, we want to show ##\forall ε>0, \exists N \space | \space n > m > N \Rightarrow |s_n - s_m| < ε##

No. We already know this: we are given that [itex]\sum a_n[/itex] converges. Thus by definition the sequence of partial sums converges, and the Cauchy criterion then says that for all [itex]\epsilon > 0[/itex], there exists [itex]N \in \mathbb{N}[/itex] such that if [itex]n > m \geq N[/itex] then [itex]|s_n - s_m| < \frac12\epsilon[/itex].

Since m > n, we know that ##s_n## contains all the terms of ##s_m## plus extra left over term(s). To find these other terms we consider the following :

Let k = n - m so that k + m = n, then we have :

##|s_{m+k} - s_m| ≤ |s_k| = |a_{m+1} + ... + a_{n}| ≤ a_{m+1} + ... + a_{n}##

The first relation is true (at least under the assumption that the [itex]a_n[/itex] are non-negative and non-increasing) but unhelpful. The next relation is false: [itex]s_k = a_1 + \cdots + a_k[/itex]. The final relation is false unless all the terms are non-negative.

It ought to be obvious that if [itex]m < n[/itex] then
[tex]
\sum_{k=1}^n a_k = \sum_{k=1}^m a_k + \sum_{k=m+1}^n a_k
[/tex]
so that
[tex]|s_n - s_m| = \left|\sum_{k=1}^n a_k - \sum_{k=1}^m a_k\right| = \left|\sum_{k=m+1}^n a_k\right| = |a_{m+1} + \cdots + a_{n}| = a_{m+1} + \cdots + a_{n}[/tex]
with the last equality following because the terms are non-negative.

Now from the hint, we know that ##a_{m+1} + ... + a_{n} ≥ (n-m)a_n##.

So, putting the hint together with the above, we have that for all [itex]\epsilon > 0[/itex] and [itex]n > m[/itex] sufficiently large,
[tex]
(n - m)a_n \leq a_{m+1} + \dots + a_n = |s_n - s_m| < \textstyle \frac12 \epsilon
[/tex]
from which it follows that
[tex]
na_n < \textstyle\frac12 \epsilon + ma_n
[/tex]
which was what the first part of the question asked you to prove.

Also, for showing ##na_n → 0##, fix m=0 as suggested.

You can't fix [itex]m = 0[/itex]. The assumption we're operating under is that [itex]n > m \geq N[/itex] where [itex]N[/itex] is given by the Cauchy criterion as above.


Since ##\sum a_n## converges, once again as stated before, ##a_n → 0## as ##n → ∞##. So multiplying ##a_n## by an integer will not affect the result. Thus ##na_n → 0## as ##n → ∞##.

I'm not sure what you're trying to say here. If you're saying that for fixed [itex]m[/itex], [itex]ma_n\to 0[/itex] since [itex]a_n \to 0[/itex] then you are right, but that only gets you
[tex]
0 \leq \lim_{n \to \infty} na_n \leq \textstyle\frac12 \epsilon[/tex]
and you need to explain why that requires that [itex]na_n \to 0[/itex]. If you're saying that [itex]na_n \to 0[/itex] if [itex]a_n \to 0[/itex] (which if you're assuming m = 0 might be the case) then that is simply false.

As for the example take : ##a_n = \frac{(-1)^n}{n}##.

This doesn't satisfy the condition that [itex]na_n \to 0[/itex].

Finding examples is almost impossible if you don't know where to look, so I'll just suggest that you look at [itex](n\ln n)^{-1}[/itex] for [itex]n \geq 2[/itex] (it really doesn't matter what you define [itex]a_1[/itex] to be as long as [itex]a_1 \geq (2\ln 2)^{-1}[/itex] so the sequence is non-increasing).

The point of the question is that you've proven that if [itex]\sum a_n[/itex] converges and the terms are non-negative and non-increasing, then [itex]na_n \to 0[/itex]. However the last part of the question shows that the converse does not hold: the fact that [itex]na_n \to 0[/itex] does not imply that [itex]\sum a_n[/itex] converges.
 

1. What is a sequence/series proof?

A sequence/series proof is a method used in mathematics to prove the convergence or divergence of a sequence or series. It involves using mathematical techniques and formulas to show that the sequence or series follows a specific pattern or approaches a specific value.

2. How do you prove a sequence/series is convergent?

To prove that a sequence/series is convergent, you need to show that as the number of terms in the sequence/series increases, the terms get closer and closer to a specific limit. This can be done by using techniques such as the limit comparison test, the ratio test, or the root test.

3. What is the difference between a sequence and a series?

A sequence is a list of numbers that follow a specific pattern, while a series is the sum of all the terms in a sequence. In other words, a series is the result of adding up the terms in a sequence.

4. Can a sequence/series have more than one limit?

No, a sequence/series can only have one limit. If a sequence/series has more than one limit, it is considered to be divergent, meaning it does not have a specific value that it approaches.

5. What is the purpose of a sequence/series proof?

The purpose of a sequence/series proof is to determine the behavior and properties of a sequence or series. This can be useful in various mathematical applications, such as calculating probabilities, solving differential equations, and analyzing data.

Similar threads

  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
229
  • Calculus and Beyond Homework Help
Replies
2
Views
168
  • Calculus and Beyond Homework Help
Replies
8
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
701
  • Calculus and Beyond Homework Help
Replies
8
Views
2K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
475
  • Calculus and Beyond Homework Help
Replies
34
Views
2K
  • Calculus and Beyond Homework Help
Replies
14
Views
511
Back
Top