1.9: Continuity
( \newcommand{\kernel}{\mathrm{null}\,}\)
The angle measure is also assumed to be continuous. Namely, the following property of angle measure will become a part of the axioms:
The function
∡:(A,O,B)↦∡AOB
is continuous at any triple of poitns (A,O,B) such that O≠A and O≠B and ∡AOB≠π.
To explain this property, we need to extend the notion of continuity to the functions between metric spaces. The definition is a straightforward generalization of the standard definition for the real-to-real functions.
Further, let X and Y be two metric spaces, and dX,dY be their metrics.
A map f:X→Y is called continuous at point A∈X if for any ε>0 there is δ>0, such that
dX(A,A′)<δ⇒dY(f(A),f(A′))<ε.
(Informally it means that sufficiently small changes of A result in arbitrarily small changes of f(A).)
A map f:X→Y is called continuous if it is continuous at every point A∈X.
One may define a continuous map of several variables the same way. Assume f(A,B,C) is a function which returns a point in the space Y for a triple of points (A,B,C) in the space X. The map f might be defined only for some triples in X.
Assume f(A,B,C) is defined. Then, we say that f is continuous at the triple (A,B,C) if for any ε>0 there is δ>0 such that
dY(f(A,B,C),f(A′,B′,C′))<ε.
if dX(A,A′)<δ,dX(B,B′)<δ, and dX(C,C′)<δ.
Exercise 1.9.1
Let X be a metric space.
(a) Let A∈X be a fixed point. Show that the function
f(B):=dX(A,B)
is continuous at any point B.
(b) Show that dX(A,B) is continuous at any pair A,B∈X.
- Hint
-
(a). By the triangle inequality, |f(A′)−f(A)|≤d(A′,A). Therefore, we can take δ=ε.
(b). By the triangle inequality,
|f(A′,B′)−f(A,B)|≤|f(A′,B′)−F(A,B′)|+|F(A,B′)−F(A,B)|≤d(A′,A)+d(B′,B).
Therefore, we can take δ=ε2.
Exercise 1.9.2
Let X,Y, and Z be metric spaces. Assume that the functions f:X→Y and g:Y→Z are continuous at any point, and h=g∘f is their composition; that is, h(A)=g(f(A)) for any A∈X. Show that h:X→Z is continuous at any point.
- Hint
-
Fix A∈X and B∈Y such that f(A)=B.
Fix ε>0. Since g is continuous at B, there is a positive value δ1 such that
dZ(g(B′),g(B))<ε if dY(B′,B)<δ1.
Since f is continuous at A, there is δ2>0 such that
dY(f(A′),f(A))<δ1 if dX(A′,A)<δ2.
Since f(A)=B, we get that
dZ(h(A′),h(A))<ε if dX(A′,A)<δ2.
Hence the result.
Exercise 1.9.3
Show that any distance-preserving map is continuous at any point.