Topology/Lesson 2

From testwiki
Jump to navigation Jump to search

So in the first lesson we learned what a topology is, what open sets, closed sets, and bases are. You should be comfortable with these concepts before beginning this second lesson.

Continuous Function

We will define the notion of a continuous function below. (Note that in topological texts and papers it is common to use the word 'map' and even the word 'function' to mean a continuous function. To avoid ambiguity, in this course we will reserve the word 'function' to mean any function, but will use 'map' to mean a continuous function.)

Definition

Let (X,𝒯X) and (Y,𝒯Y) be topological spaces. A function f:XY is called continuous if for every U𝒯Y, we have f1(U)𝒯X. That is, f is continuous iff the f-preimage of every open set (in Y) is open (in X).

Examples

It is immediate from the definition that the following two types of functions are always continuous. The proof of these two claims is left as an exercise.

  1. If X is a discrete space and Y is any space, then any function f:XY is continuous.
  2. If X is any space and Y has the indiscrete topology, then any function f:XY is continuous.

Continuous at a point

It is also possible to talk about a function being continuous at a point of its domain. So, given a map f:XY and a point x0X we say that f is continuous at x0 if given any neighborhood VY of f(x0) there is a neighborhood UX of x0 such that f(U)V.

Exercises

Let f:XY be a function. Show that the following are equivalent.

  1. f is continuous.
  2. f is continuous at x0 for all x0X.
  3. For any closed set AY, we have f1(A)X is closed in X.
  4. If is a basis for Y then for any set B we have f1(B) is open in X.

Open maps

The definition of a continuous map may seem awkward. Since it is a morphism in the category of topological spaces, one would expect it to preserve some property about open sets, but what one might first think is that open sets are preserved under the map of the function. But this gives a different concept.

Definition (open map)

Let f:XY be a continuous function. Then we say that f is an open map if for any open set UX we have f(U) is open in Y.

Merely for the purposes of the discussion here, define an open function to be a function (not necessarily continuous) f:XY such that f(U) is open in Y whenever U is open in X.

Exercises

  1. Construct finite-point spaces X and Y and a map f:XY that is continuous but not open.
  2. Construct another function f:XY that is not continuous but is an 'open function'.
  3. Show that the identity map id:XX is always continuous and open.
  4. Suppose that 𝒯1 and 𝒯2 are two distinct topologies on the set X. Suppose that the identity map id:(X,𝒯1)(X,𝒯2) is continuous. Show that 𝒯2𝒯1. In this case, we say that 𝒯1 is finer than 𝒯2 or that 𝒯2 is coarser than 𝒯1.


Homeomorphism

The "isomorphism" or "equivalence" of topological spaces is called "homeomorphism." This is analogous to bijection in the case of sets and group isomorphism in the case of groups. Topologically speaking, two spaces are indistinguishable if they are homeomorphic.

Definition

Let f:XY. Then we say that f is a homeomorphism if it is bijective and both f and f1 are continuous. In this case we say that X and Y are homeomorphic and sometimes write XY or XY.

Examples

  1. If X is any topological space then the identity map idX:XX is a homeomorphism.
  2. If f:XY is injective and f and f1 are both continuous then f is called an embedding. In this case the map g:Xf(X) given by g(x)=f(x) is a homeomorphism. That is, an embedding is a homeomorphism with its image in the target space.
  3. The map f:(1,1) given by f(x)=tan(π2x) is a homeomorphism.

Exercises

  1. Show that the maps given in the examples are indeed homeomorphisms.
  2. Show that if f:XY is a homeomorphism then f1:YX is also a homeomorphism.
  3. Show that if X is homeomorphic to Y and Y is homeomorphic to Z then X is homeomorphic to Z. Note that these first 3 exercises show that homeomorphism is an equivalence relation.

[[../Lesson 3|Next Lesson]]

Notes