Proving Limit Infs and Sups to Solving Lim Inf, Lim Sup Proof Problems

  • Thread starter Thread starter koab1mjr
  • Start date Start date
  • Tags Tags
    Proof
koab1mjr
Messages
105
Reaction score
0

Homework Statement


prove lim inf Sn= - Lim Sup (-Sn)


Homework Equations





The Attempt at a Solution



I know how to run the proof when dealing with the sup and inf. But the limsup and liminf is another story. I want to do it the same way by saying that limsup (-SN) >= Sn but i know I cannot say that. From what I gather all I can say that the Sups >= Limsup. But that does not help me relate it to the sequence itself. Need a push to get me going.
 
Physics news on Phys.org
Sn is a sequence of numbers, right?
So remember, liminf (Sn)= lim n->infinity (inf{Sm: m>=n})
Now, you know that inf{Sm: m>=n} = -sup{-Sm: m>=n}.
That's my push
 
I need more of a nudge

I am with you on that inf(Sn : n> N} = -sup{-Sn: n >= N} Though I do not think I can say lim as n goes to infinity and finish it off. I know as n goes to invintiy that lim sup <= -sup{-Sn: n >= N} and inf{Sm: m>=n} <= Lim inf. I was thinking this would run similar to the inf Sn = -sup Sn. So I would have to prove -sup Sn is a lowerbound and also the greatest lower bound.
 
I did some reading and slepted on it so how about the following

Let S0 be the lim sup of -Sn. Thus as n -> infinity -Sn <= S0. By the order postulates it follows that -S0 <= Sn making, -S0 a lowerbound for Sn as n -> infinity. Now assume L >= -S0, but L <= Sn, making L also a lowerbound. By order postulates -L >= -Sn as n-> infinity making L an upperbound. By defintion of the suprenum, S0 <= -L but by the order postualtes L<= -S0 which is a contradiction -S0 = lim inf of Sn.


Is the basic idea for the lim sup and lim inf is that it forms a box where the limit is allowed to be, and as n ---> infinty Sn <= lim Sup and same logic for the lim inf. Also the infs are an increasing sequence and sups are decreasing and essential squeeze the box to get the limit value if it exists?

Thanks in advance
 
yeah, you're right in your description of the basic idea of liminf and limsup.

Though I do not think I can say lim as n goes to infinity and finish it off.

Why not?

Let S0 be the lim sup of -Sn. Thus as n -> infinity -Sn <= S0.

That's not completely rigorous. Note that it could be the case that for all n, -Sn>S0. For example, let Sn=-1/n, so Sn=1/n. Then S0 = limsup -Sn = lim -Sn = 0, even though for all n, -Sn=1/n>0.

So you really do need to talk about limits.
 
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