squeeze rule
Let f,g,h:ℕ→ℝ be three sequences of real numbers such that
f(n)≤g(n)≤h(n) |
for all n. If limn→∞f(n) and limn→∞h(n) exist and are equal, say to a, then limn→∞g(n) also exists and equals a.
The proof is fairly straightforward. Let ϵ be any real number >0.
By hypothesis there exist M,N∈ℕ such that
|a-f(n)|<ϵ for all n≥M |
|a-h(n)|<ϵ for all n≥N |
Write L=max(M,N). For n≥L we have
-
•
if g(n)≥a:
|g(n)-a|=g(n)-a≤h(n)-a<ϵ -
•
else g(n)<a and:
|g(n)-a|=a-g(n)≤a-f(n)<ϵ
So, for all n≥L, we have |g(n)-a|<ϵ, which is the desired conclusion.
Squeeze rule for functions
Let f,g,h:S→ℝ be three real-valued functions on a neighbourhood S of a real number b, such that
f(x)≤g(x)≤h(x) |
for all x∈S-{b}. If limx→bf(x) and limx→bh(x) exist and are equal, say to a, then limx→bg(x) also exists and equals a.
Again let ϵ be an arbitrary positive real number. Find positive reals α and β such that
|a-f(x)|<ϵ whenever 0<|b-x|<α |
|a-h(x)|<ϵ whenever 0<|b-x|<β |
Write δ=min(α,β). Now, for any x such that |b-x|<δ, we have
-
•
if g(x)≥a:
|g(x)-a|=g(x)-a≤h(x)-a<ϵ -
•
else g(x)<a and:
|g(x)-a|=a-g(x)≤a-f(x)<ϵ
and we are done.
Title | squeeze rule |
---|---|
Canonical name | SqueezeRule |
Date of creation | 2013-03-22 13:46:31 |
Last modified on | 2013-03-22 13:46:31 |
Owner | Daume (40) |
Last modified by | Daume (40) |
Numerical id | 4 |
Author | Daume (40) |
Entry type | Theorem![]() |
Classification | msc 26A03 |
Synonym | squeeze theorem |
Synonym | squeeze test |