Is this the correct way to show a sequence is divergent?

  • Thread starter Thread starter AxiomOfChoice
  • Start date Start date
  • Tags Tags
    Divergent Sequence
AxiomOfChoice
Messages
531
Reaction score
1
A sequence \{x_n\} in a metric space (X,d) converges iff

<br /> (\exists x\in X)(\forall \epsilon &gt; 0)(\exists N \in \mathbb N)(\forall n &gt; N)(d(x_n,x) &lt; \epsilon).<br />

Am I correct when I assert that the negation of this is: A sequence \{x_n\} does not converge in (X,d) iff

<br /> (\forall x\in X)(\exists \epsilon &gt; 0)(\forall N \in \mathbb N)(\exists n &gt; N)(d(x_n,x) \geq \epsilon)?<br />

So, if I'm trying to show a sequence does not converge, I let x\in X be given and show that there is some \epsilon neighborhood of this point that contains at most finitely many of the x_n?
 
Physics news on Phys.org
Your original assertion of negation is correct, but your final statement is incorrect: for a given x, you must only show there is a neighborhood of x outside of which infinitely many x_n lie. The sequence 0,1,0,1,0,1,0,1,... does not converge to 0, but any neighborhood of 0 contains infinitely many x_n.
 
JCVD said:
Your original assertion of negation is correct, but your final statement is incorrect: for a given x, you must only show there is a neighborhood of x outside of which infinitely many x_n lie. The sequence 0,1,0,1,0,1,0,1,... does not converge to 0, but any neighborhood of 0 contains infinitely many x_n.

Ok. So my phrasing of the negation is correct, but I interpreted it incorrectly. But certainly, if I'm given a sequence \{x_n\} and I want to show it doesn't converge in (X,d), if I show that for every x\in X there exists an \epsilon(x) &gt; 0 and an N(x)\in \mathbb N such that n &gt; N(x) implies d(x,x_n) &gt; \epsilon(x) , I'm good, right? (The crucial question here is whether my N and my \epsilon are allowed to depend on the given x, which I think they can.)
 
Everything in your last post is correct, but just beware that your argument will only be able to handle sequences without any convergent subsequence.
 
JCVD said:
Everything in your last post is correct, but just beware that your argument will only be able to handle sequences without any convergent subsequence.

Ok, thanks! But if I'm trying to show (for example) that the space (X,d) is not complete, then I'd *need* an argument like the above, right? Because if my sequence is Cauchy and has a convergent subsequence, the whole sequence converges to the limit of the subsequence, right?
 
Right.
 
Back
Top