Topology/Lesson 5

From testwiki
Jump to navigation Jump to search

Directed Sets

Directed sets are very useful in topology. We will explore a couple of their uses in this lesson.

Definition

A directed set is a set D with a partial order denoted by which satisfies the additional requirement that given a,bD there is cD such that ac and bc.

Examples (directed set)

  1. Let X be a set. Then its power set 2X is a directed set, ordered by set inclusion. Indeed, if A,BX then AAB and BAB.
  2. Suppose that X is a topological space and xX. Then the set D of all neighborhoods of x is a directed set, ordered by reverse set inclusion (that is, AB if AB). The proof is left as an exercise.

Cofinal set

Let D be a directed set. A subset DD is cofinal if for every dD there is dD such that dd.

Examples (cofinal set)

  1. Let X be an infinite set. Then, as above, its power set 2X is a directed set. The subset consisting of only infinite subsets of X is a cofinal set.
  2. As in Example 2 above, let D be the set of neighborhoods of the point xX. Then the set of open neighborhoods of x is a cofinal set. If X is Hausdorff and locally compact, then the set of compact neighborhoods of x is also cofinal.

Nets

One of the main applications of directed sets is that of nets. A net is kind of like a sequence, but the indexing set is a directed set rather than an ordinal set (or, specifically the set ). That is, a net in a space X is a function f:DX, where D is a directed set.

Subnet

Let f:DX be a net. A subnet of f is the restriction of f to a subset DD that is also directed and is cofinal in D.

Nets are like sequences. Just as you can picture a sequence being a bunch of points in a space, and you usually think of that sequences limiting on some particular point, you can think of nets as a bunch of points in a space. And, just like sequences, nets are useful when they accumulate at a specific point (or multiple points).


Limits

Let f:DX be a net. The net converges to a point xX if for every neighborhood Nx, there is aD such that f(α)N for all αa.

This definition looks surprisingly similar to the definition of the limit of a sequence, and it is very similar. However, note one significant difference. In D, not all points are assumed to be comparable (that is, there might be a,bD for which neither ab nor ba is true). Therefore, the quantifier "for all αa" excludes any point in D that is not comparable to a.

What's all the hype about? Why did topologists even invent the concept of a net? Consider the following results, prior to nets.

  1. If a set C is compact, then every sequence in it has a convergent subsequence.
  2. If a function f:XY is continuous and xnx then f(xn)f(x).
  3. Let {xn} be a sequence in a set AX. If xnx in X then xA¯ (the closure of A).

Each of these is a very good result. However, for each one the converse is false. Consider the following examples.

  1. The space ω1 (the ordinal space, which consists of all finite/countable ordinals) is not compact but every sequence in it has a convergent subsequence (in particular, every monotone sequence in ω1 is convergent).
  2. Let f:[0,ω1]{0,1} be defined by f(α)=0 for α<ω1> and f(ω1)=1. [0,ω1] has the order topology, since it is an ordinal, and {0,1} has the discrete topology. Then f is not continuous but every sequence in [0,ω1] is preserved (that is, if xnx in [0,ω1] then f(xn)f(x)).
  3. The point ω1 in the space [0,ω1] (as in the previous example) is in the closure of [0,ω1) but is not the limit of any sequence in that set.

However, if we use nets instead of sequences, each of these results becomes a biconditional. The proof of each will be left as an exercise to the student. A suggestion for each would be to follow a proof of the case where only sequences are considered.

Exercises

Prove each of the following.

  1. A set C is compact if and only if every net in C has a convergent subnet.
  2. A function f:XY is continuous if and only if f(ν(α))f(x0) whenever ν:DX is a net converging to x0X.
  3. Let AX. Then aA¯ if and only if there is a net in A that converges to a.