I need the proof of squeeze lemma on sequences

  • Thread starter Thread starter singedang2
  • Start date Start date
  • Tags Tags
    Proof Sequences
singedang2
Messages
25
Reaction score
0
urgent! i need the proof of squeeze lemma on sequences

if y_n \leq x_n \leq z_n and y_n \rightarrow p and z_n \rightarrow p

then x_n \rightarrow p

Note. I'm not looking for the proof of the regular squeeze theorem. this is supposed to be a proof adapting the proof of squeeze theorem onto the sequences.
 
Physics news on Phys.org
What have you tried? You'll need to use the epsilon delta definition of the limit.
 
how am i suppose to apply this into the sequences?
 
Do you know the definition of the limit of a sequence? It's very similar in form to the epsilon delta definition used for functions.
 
If a_n\le b_n\le c_n and \lim a_n= \lim c_n= L then lim b_n= L.

Since lim a_n= L, then, given any \epsilon for some N1, if n> N1, |a_n- L|< \epsilon. Since lim c_n= L, given any \epsilon for some N2, if n> N2, |c_n- L|< \epsilon. If n> larger of (N1, N2) what can you say about both a_n and c_n. What does that tell you about c_n?
 
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