Real analysis: limit of sequences question

mjjoga
Messages
14
Reaction score
0
ok so,
a) If s sub n→0, then for every ε>0 there exists N∈ℝ such that n>N implies s sub n<ε.
This a true or false problem. Now this looks like a basic definition of a limit because
s sub n -0=s sub n which is less than epsilon. n is in the natural numbers. But, I thought there should be an absolute value around s sub n. so does that make it false? or does the absolute value of a sequence equal the sequence and it's true?
 
Physics news on Phys.org
In this case, the statement is true. For example, whether you look at sn = 1/n or sn = -1/n doesn't matter.
Note however, that the converse is not true: if for all ε>0 there exists N∈ℝ such that n>N implies sn<ε that does not mean that sn→0. The -1/n I mentioned is a counterexample.

So you are right that there is an absolute value sign in the definition of limit, and you could say:
sn→0 <==> for all ε>0 there exists N∈ℝ such that n>N implies |sn|<ε ==> for all ε>0 there exists N∈ℝ such that n>N implies sn
Note that the <= is missing in the second step.
 
Thank you! that makes a lot more sense to me now.
mjjoga
 
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