Topology/Lesson 4

From testwiki
Revision as of 11:54, 21 December 2022 by imported>MathXplore (added Category:Topology using HotCat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Introduction to Limits

This lesson will introduce the notion of a limit.

Definition (sequence)

A sequence on a topological space X is a function f:X. Alternatively, it is a list x1,x2,x3, where xiX for all i. The sequence is often denoted as {xn}

Definition (limit of a sequence)

The point xX is a limit of the sequence {xn} if for every neighborhood Nx, there is K such that xnN for all nK. In this case, we write xnx and say that {xn} converges to x.

Note that a sequence might have multiple limits. For example, in any space with the indiscrete topology, every sequence converges to every point of the space!

Example

Let X= be the set of integers with the topology where UX is open if |Uc|< (called the finite complement topology). Let xn=n. Then we see that xnx for any xX. Indeed, note that given any neighborhood Nx, N contains all but finitely many points of X. Let K be the maximum of all of the numbers not contained in N. Then for all n>K, we see that xn=nN, hence xnx.

Theorem

If a space X is Hausdorff and the sequence {xn} in X has a limit, then that limit is unique.

The proof of this theorem is left as an exercise to the student. The hint is to assume that there are two distinct limits and show that this leads to a contradiction.

Theorem

If f:XY is a continuous function and xnx in X then f(xn)f(x) in Y.

Proof

Let Nf(x) be an open neighborhood of f(x). Since f is continuous, N=f1(N) is open in X and, by definition, contains x. Therefore, there is K such that xnN for all n>K. Therefore, f(xn)f(N)=N. Thus, f(xn)f(x).

The converse of this theorem is, in general, false. However, it is true for metric spaces. (In fact, it holds for any first-countable space.)