Maps from Rn to Rm

Continuous maps

So far, we have considered multivariate functions where the domain is (a subset of) Rn (nN) and the codomain is R. We can generalize the codomain to Rm for any mN. To do this, first consider the following m real-valued functions on S(Rn):

f1(x1,x2,,xn),f2(x1,x2,,xn),,fm(x1,x2,,xn).

Now, for each a=(a1,a2,,an)S, we can assign a point in Rm
(f1(a),f2(a),,fm(a))=(f1(a1,a2,,an),f2(a1,a2,,an),,fm(a1,a2,,an)).
By this correspondence, we can define a map from S to Rm by
a=(a1,a2,,an)(f1(a),f2(a),,fm(a)).
We often write
F:SRm
and
F(a)=(f1(a),f2(a),,fm(a)).

Example. When n=1 and m=2, a map from the closed interval [0,1] to R2, t(f(t),g(t)), where f(t) and g(t) are continuous functions of t, is a path in R2. □

Example. Let f(u,v),g(u,v),h(u,v) be continuous (real-valued) functions on an open region U in R2. Then the mapping UR3 defined by (u,v)(f(u,v),g(u,v),h(u,v)) represents a continuous surface in R3, parameterized by u and v. □

Definition (Continuous map)

Let SRn. The map F:SRm, x=(x1,x2,,xn)F(x)=(f1(x),f2(x),,fm(x)), is said to be continuous at a=(a1,a2,,an) if the following condition holds:
  • For any ε>0, there exists a δ>0 such that, for all xS, if xNδ(a) then F(x)Nε(F(a)).
In a logical form,
ε>0 δ>0 xS[xNδ(a)F(x)Nε(F(a))].

Note that "xNδ(a)" can be also written as "xa<δ" according to the definition of the open ball. Similarly, "F(x)Nε(F(a))" is equivalent to F(x)F(a)<ε. Using these notations, the above condition can be written as:
  • For any ε>0, there exists a δ>0 such that, for all xS, if xa<δ then F(x)F(a)<ε.

In this way, the definition of continuity looks very similar to that of a univariate (one-variable) function f:S(R)R:

  • For any ε>0, there exists a δ>0 such that, for all xS, if |xa|<δ then |f(x)f(a)|<ε.

Theorem (Continuity of a map)

Let SRn. The map F:SRm defined by F(x)=(f1(x),f2(x),,fm(x)) is continuous at a=(a1,a2,,an) if and only if all fi(x1,x2,,xn), i=1,2,,m, are continuous at a.

Proof. (, only if) Suppose F(x) is continuous at a. Then, for any ε>0, there exists a δ>0 such that for all xS, if xNδ(a) then F(x)Nε(F(a)).

Now, if xNδ(a), then

|fi(x)fi(a)|j=1m{fj(x)fj(a)}2=d(F(x),F(a))<ε.

Thus, fi(x) is continuous at a.

(, if) Suppose each fi(x),i=1,2,,m is continuous at a. Then, for any ε>0, there exists a δi such that, if xNδi(a), then |fi(x)fi(a)|<εm. Let δ=min{δ1,δ2,,δm}. Then, if xNδ(a), then

d(F(x),F(a))=j=1m{fj(x)fj(a)}2<m(εm)2=ε.

Therefore, F(x) is continuous at a. ■

Map composition

Let SRn and TRm. Suppose we have the maps F:SRm and G:TRl. If the image of S by F, F(S)={F(x)|xS} is contained in T, that is, F(S)T, then, we can define a new map from S to Rl by composing F and G. That is, by

SFTGRl

we can define

GF:SRl.

Let's break down this composition into pieces. First, for x=(x1,x2,,xn)SRn,

we have F(x)=(f1(x),f2(x),,fm(x))Rm.

Next, for y=F(x), we have

G(y)=(g1(y),g2(y),,gl(y))Rl.

Composing these, (GF)(x)=(g1(f1(x),f2(x),,fm(x)),  g2(f1(x),f2(x),,fm(x)),       gl(f1(x),f2(x),,fm(x))).

Example. Let F(x)=(f1(x1,x2),f2(x1,x2)) and G(x)=(g1(x1,x2),g2(x1,x2)) be both maps F,G:R2R2. Then, we can compose them to have GF. That is,

(GF)(x)=(GF)(x1,x2)=(g1(f1(x),f2(x)),g2(f1(x),f2(x)))=(g1(f1(x1,x2),f2(x1,x2)),g2(f1(x1,x2),f2(x1,x2)))

Theorem (Continuity of a composed map)

Let F:SRm and G:TRl be maps, where SRn and TRm. Suppose F(S)T. If F and G are continuous, then their composition GF is also continuous.

Proof. Suppose F:SRm is a continuous map, g:TR is a continuous function, and F(S)T. By the above theorem, it suffices to show that the function 

h(x)=g(F(x))=g(f1(x),f2(x),,fm(x)),x=(x1,x2,,xn),

is continuous on S. Pick an arbitrary point a=(a1,a2,,an)S and let b=F(a)=(f1(a),f2(a),,fm(a))


As g is continuous, for any ε>0, there exists a δ>0 such that, if yNδ(b), then |g(y)g(b)|<ε.

As F(x) is continuous, there exists a δ>0 such that if xNδ(a), then F(x)Nδ(F(a))=Nδ(b).

Thus, with y=F(x), if xNδ(a), then |g(F(x))g(F(a))|=|g(y)g(b)|<ε. This shows that g(F(x)) is continuous at the point a, but this point is an arbitrary point in S. Therefore, g(F(x)) is continuous on S. ■




Comments

Popular posts from this blog

Birth process

Branching processes: Mean and variance

Informal introduction to formal logic