LimSup of a Sequence: Existence & Unbounded Cases

  • Thread starter Thread starter C.E
  • Start date Start date
  • Tags Tags
    Analysis
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
C.E
Messages
100
Reaction score
0
1. Let a_n be a sequence in R. Define [tex]\limsup_{n \to \infty} a_n[/tex]. Explain why it exists including the cases when the sequence is unbounded.

3. I did the following, is it ok?

definition:

[tex]\limsup_{n \to \infty} a_n[/tex]=[tex]\lim_{n \to \infty} sup_{k \geq n}a_k[/tex].

Is this right, I seem to have lost this part of my notes!

I know that when it is not bounded (above) the limsup is infinite. What I am really having

trouble with is explaining why it exists. What do you think they want me to say? (By the

way this question was worth 10 marks so they want a lot of detail).
 
Physics news on Phys.org
Let [tex]v_n=sup_{k \geq n}a_k[/tex]

What kind of sequence is v_n? increasing, decreasing, bounded,...
 
Is v_n always a decreasing sequence? It may be bounded or it may not be. If it is bounded then by the completeness axiom its limit must exist, but what if it is not bounded?
 
Last edited:
C.E said:
Is v_n always a decreasing sequence? It may be bounded or it may not be. If it is bounded then by the completeness axiom its limit must exist, but what if it is not bounded?

If it's monotonically decreasing but unbounded, then for every positive B, there is an N such that

[tex]v_n \leq -B[/tex] for all [tex]n \geq N[/tex]

in which case by definition we write

[tex]\lim_{n \rightarrow \infty} v_n = -\infty[/tex]
 
Is it increasing then? If so why?