Real analysis: limit of sequences question

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 3K views
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