Show that the Harmonic series is not cauchy

Click For Summary

Homework Help Overview

The discussion revolves around demonstrating that the harmonic series, defined as \( x_n = \sum_{k=1}^{n}\frac{1}{k} \), is not Cauchy. Participants are exploring the implications of the series' behavior and attempting to establish a proof through algebraic manipulation.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the relationship between the terms of the series and the Cauchy criterion, with some suggesting that the series is unbounded. They explore how to express the difference \( |x_n - x_m| \) in terms of \( n \) and \( m \) and question how to establish a suitable \( \epsilon \) for their proof.

Discussion Status

There is ongoing exploration of how to manipulate the terms of the series to find a suitable \( \epsilon \). Some participants have proposed specific values for \( n \) and \( m \) to satisfy the Cauchy condition, while others are clarifying definitions and seeking to formalize their arguments. The discussion reflects a mix of ideas and approaches without reaching a definitive conclusion.

Contextual Notes

Participants are working under the constraints of homework guidelines, which may limit the use of certain properties or theorems. There is a focus on finding a rigorous argument to demonstrate the non-Cauchy nature of the harmonic series.

╔(σ_σ)╝
Messages
839
Reaction score
2

Homework Statement



Let [tex]x_n = \sum_{k=1}^{n}\frac{1}{k}[/tex]

Show [tex]x_n[/tex] is not cauchy.

It seems like a fairly easy problem . I bet my head is just not in the right place tonight ( It's thanksgiving in Canada :D) .

Homework Equations


The Attempt at a Solution



Well I know it is not bounded hence it cannot be cauchy but I doubt I am supposed to use this. I guess I am supposed to "show" it by some sort of algebraic manipulation.For n > m
[tex]|x_n - x_m| = \frac{1}{m+1} + \frac{1}{m+1} +...+ \frac{1}{n}[/tex]

[tex]|x_n -x_m| > \frac{m-n}{m+1}[/tex]I am trying to show that I can find an [tex]\epsilon >0[/tex] for all [tex]n_0[/tex] such [tex]m,n \geq n_o[/tex] then [tex]| x_n -x_m| > \epsilon[/tex]

I am kinda stuck at this point. :(

I want to find some sort of [tex]\epsilon[/tex] in terms of [tex]n_0[/tex] but I am having a hard time.

I can find [tex]\epsilon[/tex] in terms of n,m but obviously that is not useful to me.

So I am looking for a way to relate [tex]\frac{m-n}{m+1}[/tex] to some inequality involving [tex]n_0[/tex]

Any hints would be good.
 
Physics news on Phys.org
╔(σ_σ)╝ said:

Homework Statement



Let [tex]x_n = \sum_{k=1}^{n}\frac{1}{k}[/tex]

Show [tex]x_n[/tex] is not cauchy.

It seems like a fairly easy problem . I bet my head is just not in the right place tonight ( It's thanksgiving in Canada :D) .


Homework Equations





The Attempt at a Solution



Well I know it is not bounded hence it cannot be cauchy but I doubt I am supposed to use this. I guess I am supposed to "show" it by some sort of algebraic manipulation.


For n > m
[tex]|x_n - x_m| = \frac{1}{m+1} + \frac{1}{m+1} +...+ \frac{1}{n}[/tex]
The right side should be
[tex]\frac{1}{m+1} + \frac{1}{m+2} +...+ \frac{1}{n}[/tex]

Since xn is a sum with n terms, and xm is a sum with m terms, then xn - xm has n - m terms. The sum above is larger than (n - m) times the smallest term, or
[tex]\frac{1}{m+1} + \frac{1}{m+2} +...+ \frac{1}{n} > \frac{n - m}{n} = 1 - m/n[/tex]
Can you do anything with that?
╔(σ_σ)╝ said:
[tex]|x_n -x_m| > \frac{m-n}{m+1}[/tex]
╔(σ_σ)╝ said:
I am trying to show that I can find an [tex]\epsilon >0[/tex] for all [tex]n_0[/tex] such [tex]m,n \geq n_o[/tex] then [tex]| x_n -x_m| > \epsilon[/tex]

I am kinda stuck at this point. :(

I want to find some sort of [tex]\epsilon[/tex] in terms of [tex]n_0[/tex] but I am having a hard time.

I can find [tex]\epsilon[/tex] in terms of n,m but obviously that is not useful to me.

So I am looking for a way to relate [tex]\frac{m-n}{m+1}[/tex] to some inequality involving [tex]n_0[/tex]

Any hints would be good.
 
Mark44 said:
The right side should be
[tex]\frac{1}{m+1} + \frac{1}{m+2} +...+ \frac{1}{n}[/tex]

That was a typo

Mark44 said:
Since xn is a sum with n terms, and xm is a sum with m terms, then xn - xm has n - m terms. The sum above is larger than (n - m) times the smallest term, or
[tex]\frac{1}{m+1} + \frac{1}{m+2} +...+ \frac{1}{n} > \frac{n - m}{n} = 1 - m/n[/tex]
Can you do anything with that?

XD. I am really not thinking today. I wrote down

[tex] \frac{1}{m+1} + \frac{1}{m+2} +...+ \frac{1}{n} > \frac{n - m}{n} = 1 - m/n[/tex]

in my notes but wrote the oppsite on the thread :( This is actually the point where I got stuck at.I want to find an epsilon such that

1- m/n > epsilon .
 
Epsilon is generally pretty small. You can reasonably assume that epsilon will be smaller than, say 1/2. Can you fiddle with m and n to make 1 - m/n > 1/2?

Given an arbitray (small) epsilon, can you fiddle with m and n to make 1 - m/n > epsilon?
 
Mark44 said:
Epsilon is generally pretty small. You can reasonably assume that epsilon will be smaller than, say 1/2. Can you fiddle with m and n to make 1 - m/n > 1/2?

Given an arbitray (small) epsilon, can you fiddle with m and n to make 1 - m/n > epsilon?


Sure I could make

n > 2m.

Hmm... I guess that could work.

So in summary if I can make n > 2m I can pick [tex]\epsilon = \frac{1}{2}[/tex] which gives me my desired result.

I need some sleep; I am losing common sense at this point.


Is what I wrote down correct and error free ? :-p
 
Yeah, that works. Think about how you would make 1 - m/n > epsilon.
 
Mark44 said:
Yeah, that works. Think about how you would make 1 - m/n > epsilon.

Wait, this is a new question ?

Can you explain a bit more what you are asking ? :)

You want me to come up with a "formula" ?
 
To show divergence, you need to negate the definition for Cauchy convergence.
 
Mark44 said:
To show divergence, you need to negate the definition for Cauchy convergence.

I already "did" in my original post ; however, is was not very formal.

I am trying to show that I can find an [tex]\epsilon >0[/tex] for all [tex]n_0[/tex] such [tex]m,n \geq n_o[/tex] then [tex]| x_n -x_m| > \epsilon[/tex]

I guess ,more rigorously, I could say

There exist [tex]\epsilon >0[/tex] such that for all [tex]n_0[/tex] in N there exist [tex]m,n \geq n_o[/tex] such that [tex]| x_n -x_m| > \epsilon[/tex]
 
  • #10
As already shown if

n = 2m

m >= n_0

and epsilon is 1/3

I have already satisfied my definition since I have found an epsilon and both n and m.
Did I make a error ?
 
  • #11
I'm going to turn in, myself.
 
  • #12
Okay thanks for the help.

I guess everything is in order.

I appreciate your patience.

Off to bed I go. :)
 
Last edited:

Similar threads

  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
1
Views
1K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
1K