Local Properties of Limits

Basis
Last updated: Tags: Calculus, Limit

Prerequisites

Knowing that individual limits exist is only the beginning. In practice you build complex functions from simpler ones using addition, multiplication, division, and so on. The theorems here guarantee that limits respect all of these operations, so you can compute limits piece by piece rather than returning to ε–δ each time.

Throughout this checkpoint, ff and gg are real-valued functions defined on a set DD near aa (though not necessarily at aa), with limxaf(x)=L\lim_{x \to a} f(x) = L and limxag(x)=M\lim_{x \to a} g(x) = M.

Arithmetic of limits

Theorem. Under the hypotheses above:

  1. limxa(f±g)(x)=L±M\displaystyle\lim_{x \to a}(f \pm g)(x) = L \pm M
  2. limxa(fg)(x)=LM\displaystyle\lim_{x \to a}(f \cdot g)(x) = L \cdot M
  3. limxaf(x)g(x)=LM\displaystyle\lim_{x \to a}\frac{f(x)}{g(x)} = \frac{L}{M}, provided M0M \neq 0
  4. limxa(cf)(x)=cL\displaystyle\lim_{x \to a}(c \cdot f)(x) = c \cdot L for any constant cRc \in \mathbb{R}

Proof of (1). Given ε>0\varepsilon > 0, choose δ1\delta_1 so that f(x)L<ε/2|f(x) - L| < \varepsilon/2 for 0<xa<δ10 < |x - a| < \delta_1, and δ2\delta_2 so that g(x)M<ε/2|g(x) - M| < \varepsilon/2 for 0<xa<δ20 < |x - a| < \delta_2. Then for 0<xa<min(δ1,δ2)0 < |x - a| < \min(\delta_1, \delta_2):

(f±g)(x)(L±M)f(x)L+g(x)M<ε2+ε2=ε.|(f \pm g)(x) - (L \pm M)| \leq |f(x) - L| + |g(x) - M| < \frac{\varepsilon}{2} + \frac{\varepsilon}{2} = \varepsilon. \quad\square

Proof of (2). Write

f(x)g(x)LM=f(x)(g(x)M)+M(f(x)L).f(x) g(x) - LM = f(x)(g(x) - M) + M(f(x) - L).

For xx sufficiently close to aa, ff is bounded: f(x)L+1|f(x)| \leq |L| + 1. Since g(x)Mg(x) \to M and f(x)Lf(x) \to L, both terms tend to zero. \square

The quotient rule (3) follows from (2) and the separate fact that 1/g(x)1/M1/g(x) \to 1/M when M0M \neq 0, which is proved by a standard ε–δ argument using the bound g(x)>M/2|g(x)| > |M|/2 near aa.

The squeeze theorem

When you cannot compute a limit directly, trapping the function between two simpler bounds often works.

Theorem (Squeeze / Sandwich theorem). Suppose h(x)f(x)k(x)h(x) \leq f(x) \leq k(x) for all xDx \in D near aa (with xax \neq a), and

limxah(x)=limxak(x)=L.\lim_{x \to a} h(x) = \lim_{x \to a} k(x) = L.

Then limxaf(x)=L\lim_{x \to a} f(x) = L.

Proof. Given ε>0\varepsilon > 0, choose δ\delta small enough so that h(x)L<ε|h(x) - L| < \varepsilon and k(x)L<ε|k(x) - L| < \varepsilon both hold for 0<xa<δ0 < |x - a| < \delta. Then

Lε<h(x)f(x)k(x)<L+ε,L - \varepsilon < h(x) \leq f(x) \leq k(x) < L + \varepsilon,

so f(x)L<ε|f(x) - L| < \varepsilon. \square

Example. For any function bb satisfying b(x)1|b(x)| \leq 1,

limx0xb(x)=0,\lim_{x \to 0} x \cdot b(x) = 0,

because xxb(x)x-|x| \leq x \cdot b(x) \leq |x| and limx0x=0\lim_{x \to 0} |x| = 0.

This is how limx0xsin(1/x)=0\lim_{x \to 0} x \sin(1/x) = 0 is established: sin(1/x)\sin(1/x) oscillates wildly near 00 but is always bounded by 11, so the factor of xx forces the product to 00.

Order preservation

Theorem. If f(x)g(x)f(x) \leq g(x) for all xDx \in D near aa (with xax \neq a), then LML \leq M.

Proof. Suppose for contradiction that L>ML > M. Set ε=(LM)/2>0\varepsilon = (L - M)/2 > 0. For xx close enough to aa, f(x)>Lε=(L+M)/2f(x) > L - \varepsilon = (L + M)/2 and g(x)<M+ε=(L+M)/2g(x) < M + \varepsilon = (L + M)/2, giving f(x)>g(x)f(x) > g(x) — a contradiction. \square

Note that strict inequality f(x)<g(x)f(x) < g(x) does not guarantee strict inequality L<ML < M in the limit. For example, f(x)=0<x2=g(x)f(x) = 0 < x^2 = g(x) for x0x \neq 0, yet both tend to 00 as x0x \to 0.

Local sign preservation

Theorem. If L>0L > 0, then f(x)>0f(x) > 0 for all xx sufficiently close to aa with xax \neq a. Symmetrically, if L<0L < 0 then f(x)<0f(x) < 0 near aa.

Proof. Take ε=L/2>0\varepsilon = L/2 > 0. Choose δ\delta so that f(x)L<L/2|f(x) - L| < L/2 for 0<xa<δ0 < |x - a| < \delta. Then f(x)>LL/2=L/2>0f(x) > L - L/2 = L/2 > 0. \square

This theorem is used repeatedly when reasoning about sign changes and in the proof that the quotient of continuous functions is continuous wherever the denominator is nonzero.

Summary

  • Limit arithmetic: limits respect ++, -, ×\times, ÷\div (when the denominator limit is nonzero), and scalar multiplication.
  • Squeeze theorem: if hfkh \leq f \leq k near aa and h,kh, k share a common limit LL, then fLf \to L as well.
  • Order preservation: f(x)g(x)f(x) \leq g(x) near aa implies limflimg\lim f \leq \lim g; strict inequality at points does not imply strict inequality at the limit.
  • Local sign preservation: a positive limit implies the function is positive in some deleted neighborhood of aa.