Real Analysis 5 | Sandwich Theorem [dark version]
Based on The Bright Side of Mathematics's video on YouTube. If you like this content, support the original creators by watching, liking and subscribing to their content.
The sandwich theorem says that if a_n ≤ c_n ≤ b_n eventually and both a_n and b_n converge to the same limit L, then c_n also converges to L.
Briefing
The sandwich theorem for limits turns hard-to-evaluate expressions into something manageable by trapping them between two sequences that share the same limit. If two convergent sequences a_n and b_n satisfy a_n ≤ c_n ≤ b_n for all sufficiently large n, and if both a_n and b_n approach the same number L, then c_n must also converge to L. This matters because many limit problems produce a “middle” term whose limit is unclear directly, but becomes obvious once it’s squeezed between bounds that are already understood.
The proof strategy starts by reducing the problem to a sequence that should converge to 0. With a_n and b_n converging to the same limit a, the difference b_n − a_n shrinks to 0. Define d_n = c_n − a_n, so d_n sits between 0 and b_n − a_n. Since b_n − a_n becomes arbitrarily small in absolute value beyond some index N (the epsilon definition of convergence), d_n is forced to be smaller than any chosen epsilon as well. That pins down d_n → 0. Adding back a_n then transfers the limit from d_n to c_n, giving c_n → a.
A key practical note: the inequalities don’t need to hold for every single n. It’s enough that they hold “eventually,” meaning for all n beyond some point. Since limits ignore finitely many early terms, the squeeze still determines the same limiting behavior.
The transcript then applies the theorem to a concrete example: c_n = √(n^2 + 1) − n. Direct limit rules can’t be applied immediately because both √(n^2 + 1) and n grow without bound, and the subtraction hides the true scale. The fix is an algebraic trick: multiply by the conjugate √(n^2 + 1) + n. This removes the square root and the minus sign at once:
√(n^2 + 1) − n = [(n^2 + 1) − n^2] / [√(n^2 + 1) + n] = 1 / [√(n^2 + 1) + n].
Because √(n^2 + 1) is always positive, the denominator is greater than n, so the fraction is always less than 1/n. The expression is also nonnegative, so c_n is trapped between 0 and 1/n. Both bounds converge to 0, so the sandwich theorem forces c_n to converge to 0.
Overall, the core takeaway is a workflow: (1) identify two sequences that bound the target term, (2) confirm both bounds approach the same limit, and (3) use eventual inequalities to conclude the middle term shares that limit. In problems where subtraction or radicals obscure the limit, rewriting the expression to reveal such bounds is often the decisive step.
Cornell Notes
The sandwich theorem provides a reliable way to find limits when a term is hard to evaluate directly. If a_n ≤ c_n ≤ b_n for all sufficiently large n and both a_n and b_n converge to the same limit L, then c_n must also converge to L. The proof reduces the problem to showing a related sequence d_n = c_n − a_n is squeezed between 0 and b_n − a_n, which goes to 0. Once d_n → 0, adding back a_n gives c_n → a. The theorem is especially useful when algebraic manipulation (like using a conjugate) turns a complicated expression into something that can be bounded by simpler sequences.
What exact conditions make the sandwich theorem work for limits?
Why does the proof introduce a new sequence d_n = c_n − a_n?
How does the epsilon definition enter the sandwich theorem proof?
What algebraic trick was used to handle c_n = √(n^2 + 1) − n?
How does the example produce the squeeze bounds 0 and 1/n?
Review Questions
- In your own words, what changes if the inequalities a_n ≤ c_n ≤ b_n hold only for n large enough rather than for all n?
- Given bounds a_n ≤ c_n ≤ b_n with lim a_n = lim b_n = L, what must lim c_n equal?
- For c_n = √(n^2 + 1) − n, what conjugate should be multiplied to simplify the expression, and what final form makes bounding possible?
Key Points
- 1
The sandwich theorem says that if a_n ≤ c_n ≤ b_n eventually and both a_n and b_n converge to the same limit L, then c_n also converges to L.
- 2
Only eventual inequality matters; finitely many violations do not affect the limit.
- 3
A common proof move is to define d_n = c_n − a_n so that 0 ≤ d_n ≤ b_n − a_n.
- 4
Once b_n − a_n → 0, the squeeze forces d_n → 0, and adding back a_n yields c_n → a.
- 5
When radicals and subtraction obscure a limit, multiplying by a conjugate can turn the expression into a form that’s easy to bound.
- 6
For c_n = √(n^2 + 1) − n, rewriting gives c_n = 1 / (√(n^2 + 1) + n), which is squeezed between 0 and 1/n, so the limit is 0.