Limit of Functions in Metric Spaces
📂MetricSpaceLimit of Functions in Metric Spaces
Definition
Let (X,dX), (Y,dY) be a metric space. Suppose E⊂X, f:E→Y, and that p is a limit point of E. Then, for every positive number ε,
x∈E and dX(x,p)<δ⟹dY(f(x),q)<ε
exists δ>0 such that,
f(x)→q as x→p
or
x→plimf(x)=q
is denoted and f is said to have the limit q at p.
Explanation
Now that we have learned the epsilon-delta argument, we can rigorously define the limit of a function in a metric space as above. It is important to note that by this definition, p∈X need not be equal to p∈E. Hence, for some p∈E,
f(p)=x→plimf(x)
may hold.
Theorem
Assume X, Y, E, f, p are as described in the definition. Then, the following two propositions are equivalent.
(a)
x→plimf(x)=q
(b)
For all sequences E of pn=p that are n→∞limpn=p,
n→∞limf(pn)=q
Explained, (b) means ‘for all sequences {pn} converging to p, the sequence {f(pn)} converges to q’.
Proof
(a) ⟹ (b)
Assume (a) holds. Choose any sequence {pn} such that n→∞limpn=p. Given any positive number ε>0, by assumption, there exists some positive number δ such that,
x∈EanddX(x,p)<δ⟹dY(f(x),q)<ε
Also, since {pn} is a sequence converging to p, there exists a positive number N such that
n≥N⟹dX(pn,p)<δ
Therefore, by (eq1) and (eq2), the following holds.
n≥N⟹dX(pn,p)<δ⟹dY(f(pn),q)<ε
This condition signifies that the sequence {f(pn)} converges to q, thus
n→∞limf(pn)=q
■
Before going into the proof, note that the following is slightly complicated. By contrapositive, if ‘(b) then (a)’ is true, it means that ‘if not (a) then not (b)’ is also true. So, we will show that ‘if x→plimf(x)=q does not hold, then for some sequence {pn} converging to p, the sequence {f(pn)} does not converge to q’.
(a) ⟸ (b)
Assume (a) does not hold. Then by definition, for some ε,
x∈EanddX(x,p)<δ⟹dY(f(x),q)≥ε
exists a positive number δ. Consider any sequence {pn} converging to p. Then,
n≥N⟹dX(pn,p)<δ
exists sufficiently large positive number N. Therefore, by (eq3), (eq4), for some ε,
n≥N⟹dX(pn,p)<δ⟹dY(f(pn),q)≥ε
does not hold, thus the sequence {f(pn)} does not converge to q.
■
Corollary
If f has a limit at p, that limit is unique.
This follows from properties of sequences converging in a metric space and the theorem above.