Topology/Euclidean Spaces

From testwiki
Jump to navigation Jump to search

Euclidean space is the space in which everyone is most familiar. In Euclidean k-space, the distance between any two points is

d(x,y)=i=1k(xiyi)2

where k is the dimension of the Euclidean space. Since the Euclidean k-space as a metric on it, it is also a topological space.

Sequences

Definition: A sequence of real numbers {sn} is said to converge to the real number s provided for each ϵ>0 there exists a number N such that n>N implies sns<ϵ.

Definition: A sequence {sn} of real numbers is called a Cauchy sequence if for each ϵ>0 there exists a number N such that m,n>N snsm <ϵ.

Lemma 1

Convergent sequences are Cauchy Sequences.

Proof : Suppose that limsn=s.

Then,

snsm=sns+ssmsns+ssm

Let ϵ>0. Then N such that

n>Nsns<ϵ2

Also:

m>Nsms<ϵ2

so

m,n>Nsnsmsns+ssm<ϵ2+ϵ2=ϵ

Hence, {sn} is a Cauchy sequence.

Theorem 1

Convergent sequences are bounded.

Proof: Let {sn} be a convergent sequence and let limsn=s. From the definition of convergence and letting ϵ=1, we can find N such that

n>Nsns<1

From the triangle inequality;

n>Nsn<s+1

Let M=max{sn+1,s1,s2,...,sN}.

Then,

snM

for all n. Thus {sn} is a bounded sequence.

Theorem 2

In a complete space, a sequence is a convergent sequence if and only if it is a Cauchy sequence.

Proof:

Convergent sequences are Cauchy sequences. See Lemma 1.

Consider a Cauchy sequence {sn}. Since Cauchy sequences are bounded, the only thing to show is:

lim infsn=lim supsn

Let ϵ>0. Since {sn} is a Cauchy sequence, N such that

m,n>Nsnsm<ϵ

So, sn<sm+ϵ for all m,n>N. This shows that sm+ϵ is and upper bound for {sn:n>N} and hence vN=sup{sn:n>N}sm+ϵ for all m>N. Also vNϵis a lower bound for {sm:m>N}. Therefore vnϵinf{sm:m>N}=uN. Now:

lim supsnvNuN+ϵlim infsn+ϵ

Since this holds for all ϵ>0, lim supsnlim infsn. The opposite inequality always holds and now we have established the theorem.

Note: The preceding proof assumes that the image space is . Without this assumption, we will need more machinery to prove this.

Definition

It is possible to have more than one metric prescribed to an image space. It is often better to talk about metric spaces in a more general sense. A sequence {sn} in a metric space (S,d) converges to s in S if limnd(sn,s)=0. A sequence is called Cauchy if for each ϵ>0 there exists an N such that:

m,n>Nd(sm,sn)<ϵ

.

The metric space (S,d) is called complete if every Cauchy sequence in S converges to some element in S.

Theorem 3

Let X be a complete metric and Y be a subspace of X. Then Y is a complete metric space if and only if Y is a closed subset of X.

Proof: Suppose Y is a closed subset of X. Let {sn} be a Cauchy sequence in Y.

Then {sn} is also a Cauchy sequence in X. Since X is complete, {sn} converges to a point s in X. However, Y is a closed subset of X so Y is also complete.

Left as an exercise.



Exercises

1. Let x,yk. Let d1(x,y)=maxxiyi where {i=1,2,...,k} and d2(x,y)=ikxiyi. Show:

a.) d1 and d2 are metrics for k.

b.) d1 and d2 form a complete metric space.

2. Show that every open set in is the disjoint union of a finite or infinite sequence of open intervals.

3. Complete the proof for theorem 3.

4.Consider: Let X and Y be metric spaces.

a.) A mapping T:XY is said to be a Lipschitz mapping provided that there is some non-negative number c called a Lipschitz constant for the mapping such that:

d[T(x),T(y)]cd(x,y)x,yX

b.) A Lipschitz mapping T:XY that has a Lipschitz constant less than 1 is called a contraction.

Suppose that f: and g: are both Lipschitz. Is the product of these functions Lipschitz? Template:BookCat