Conditions for a real number not to be a limit point

monkeybird
Messages
2
Reaction score
0

Homework Statement


Given a sequence <xn>n of real numbers.

Give the conditions for a real number a not to be a limit point of the sequence. (lim xn not equal to a.)

The Attempt at a Solution


I'm really not sure if this is the whole answer or if it's only a part of it:

For all e>0 there exists an n that belongs to the real numbers s.t. |xn - a| >= e.


Is there more to this or do I have it correct?
 
Physics news on Phys.org
Consider a closed interval of the form [a,b] where a,b are some reals. Every point in the set is a limit point because for some x in [a,b], the sequence x + 1/n converges to x as n approaches infinite.
 
monkeybird said:

Homework Statement


Given a sequence <xn>n of real numbers.

Give the conditions for a real number a not to be a limit point of the sequence. (lim xn not equal to a.)

The Attempt at a Solution


I'm really not sure if this is the whole answer or if it's only a part of it:

For all e>0 there exists an n that belongs to the real numbers s.t. |xn - a| >= e.


Is there more to this or do I have it correct?
It's not a matter of "more to this", that's not at all correct. For example, the sequence {(-1)n} does not converge to 0 (it doesn't converge at all) but if \epsilon= 2 there is NO n such that |(-1)n- 0|= 1> \epsilon. On the other hand, {1/n} converges to 0 but if \epsilon= 1/4, for n= 2, |1/2- 0|= 1/2> 1/4.

The definition of "{an} converges to a" is "For all \epsilon&gt; 0, there exist N> 0 such that if n> N, |an- a|< \epsilon". The opposite of that is "There exists \epsilon&gt; 0 such that for all N, there exist n> N such that |an-a|> \epsilon. Do you see how, in taking the "opposite", "for all" changes to "there exist" and vice-versa?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top