Lecture 5: Closed Sets, and an Introduction to Continuous Functions
Total Page:16
File Type:pdf, Size:1020Kb
Lecture 5: closed sets, and an introduction to continuous functions Saul Glasman September 16, 2016 Clarification on URL. To warm up today, let's talk about one more example of a topology. Definition 1. Let X be a set. The cofinite topology Tfc on X is the following class of subsets: U 2 Tfc if and only if U = ; or X n U is finite. In order to prove that Tfc is a topology, it'll be convenient to introduce closed sets in a topological space. The definition is simple: Definition 2. Let X be a topological space. A set Z ⊆ X is called closed if its complement Z n X is open. We'll talk a lot more about closed sets later, but for now you should think of closed sets as sets which are in \sharp focus": they have no fuzzy edges. Let's have some examples of closed sets. Example 3. Since X n ; = X and X n X = ;, ; and X are always closed. Example 4. In R, the \closed interval" [a; b] = fr 2 R j a ≤ r ≤ bg is a closed set. To show this, we need to show that the complement R n [a; b] = (−∞; a) [ (b; 1) = fr 2 R j r < a or r > bg is open. But I can write this as a union of open intervals: [ (−∞; a) = (a − n; a) n2N and similarly for (b; 1). In particular, we can take a = b. Then the closed interval [a; a] is the single point fag, and so fag is a closed subset of R. This is very typical behavior: for many nice topological spaces, it's the case that single points are closed subsets. 1 Let's now recall an extra bit of set theory. Lemma 5. Taking complements turns intersections into unions and unions into intersections: Let X be a set and let (Ui)i2I be a collection of subsets of X. Then [ \ X n ( Ui) = (X n Ui) i2I i2I and \ [ X n ( Ui) = (X n Ui): i2I i2I These two statements are known as deMorgan's laws. If they're not im- mediately obvious to you, I recommend you try to prove them at home as an exercise. The upshot is that we can define a topology just as well with closed sets as with open sets: Lemma 6. Let X be a set and let T be a collection of subsets of X. Let T c = fX n U j U 2 T g be the set of complements of elements of T . Then T is a topology if and only if T c satisfies the following conditions: 1. ; 2 T c. 2. X 2 T c. 3. An arbitrary intersection of elements of T c is in T c. 4. A finite union of elements of T c is in T c. Of course, if you know what the closed sets are, you also know what the open sets are: X n (X n U) = U; so (T c)c = T : The point I want to make right now is that in some cases, such as the cofinite topology, it's easier to check the topology axioms with closed sets than with open sets. Indeed, a subset Z ⊆ X is closed in the cofinite topology if and only if it's finite or equal to X. But 1. the empty set is finite; 2. X is equal to X; 3. an arbitrary intersection of finite sets is finite; 4. a finite union of finite sets is finite. 2 Although the indiscrete topology is pretty useless, the cofinite topology actually shows up in the wild (for example, in algebraic geometry). It's the coarsest topology which satisfies the reasonable condition that one-point sets are closed. Now let's learn how to relate topological spaces to one another: the study of continuous functions between topological spaces. Show of hands on who's encountered the − δ definition of continuity before. Judging by prerequisites, it should be everyone. To give a brief reminder: a function f : R ! R is continuous if, informally, when x changes a small amount, f(x) only changes a small amount. This rules out functions with \jumps", or crazy functions like ( 1 x 2 Q χQ(x) = 0 x2 = Q: The actual definition is as follows: Definition 7. f is continuous at x 2 R if for every > 0, there is some δ > 0 such that f((x − δ; x + δ)) ⊆ (f(x) − , f(x) + ): In other words, if jx − x0j < δ, then jf(x) − f(x0)j < . f is continuous if it's continuous at x for every x 2 R. Our goal for the moment is to rephrase this in a way that makes sense for any function between two topological spaces. Let's start by noting that we can be more flexible with the nature of our intervals: Lemma 8. f is continuous at x if and only if for every open interval set I containing f(x), there's an open interval J containing x such that f(J) ⊆ I. Proof. Suppose f is continuous. Let I be an open interval with f(x) 2 I. Then there's some > 0 such that (f(x) − , f(x) + ) ⊆ I: Then for the corresponding δ whose existence is guaranteed by continuity, we can take J = (x − δ; x + δ). Then f(J) ⊆ I. Conversely, suppose f satisfies our condition. Take > 0, and let I = (f(x)−, f(x)+). Then there's some open interval J with x 2 J and f(J) ⊆ I. There is some δ such that (x − δ; x + δ) ⊆ J. So f is continuous. With this lemma, we've not only given ourselves more wiggle room and made the definition (I think) much prettier, we've almost banished the real numbers from the definition statement - it's now a statement solely about open sets and open intervals. Let's make this definition even snappier with the aid of a little piece of language. Definition 9. Let X and Y be sets and f : X ! Y be a function. If U is a subset of Y , then the preimage of U under f is f −1(U) = fx 2 X jf(x) 2 Ug: 3 Don't confuse this notation with the function f −1, the inverse of f when f is bijective! Preimages make perfect sense even if f is not bijective. If f is bijective, then the preimage of U is also the image of U under f −1, so there's no notational ambiguity. Here are some facts about preimages that I'll leave as an exercise: Lemma 10. Let f : X ! Y be a function. Then • If (Ui)i2I is a family of subsets of Y , then ! −1 [ [ −1 f Ui = f (Ui): i2I i2I • Similarly, ! −1 \ \ −1 f Ui = f (Ui): i2I i2I • If U; V ⊆ Y , then f −1(U n V ) = f −1(U) n f −1(V ): With this, we can reformulate the definition of continuity in a way that will generalize to topological spaces: Lemma 11. f : R ! R is continuous if and only if the preimage under f of any open set is open. Proof. To rephrase our previous lemma: f is continuous if and only if for every open set I and every x with f(x) 2 I, there's an open interval J with x 2 J and f(J) ⊆ I. Rephrasing some more, this is the same as saying: for every x 2 f −1(I), there's an open interval J with x 2 J and J ⊆ f −1(I). But this is the same as saying that f −1(I) is open. Definition 12. Let X and Y be topological spaces. A function f : X ! Y is called continuous if the preimage under f of any open subset of Y is an open subset of X. A continuous function is often called a continuous map, or just a map. Remark 13. Since f −1(Y n U) = X n f −1(U); f is continuous if and only if the preimages under f of closed subsets are closed. It's time for some trivial examples. Example 14. The identity function is always continuous, of course, since id−1(U) = U. 4 Example 15. Suppose that f : X ! Y and g : Y ! Z are continuous functions. Then g ◦ f is continuous: indeed, for U ⊆ Z, (g ◦ f)−1(U) = f −1(g−1(U)): But g−1(U) is open since g is continuous, and so (g ◦ f)−1(U) is open, since f is continuous. Example 16. Let X and X0 be two topological spaces with the same underlying set. Then id : X ! X0 is continuous if and only if the topology on X is at least as fine as the topology on X0. Example 17. Suppose X has the discrete topology. Then for any space Y , any function f : X ! Y is continuous. This makes intuitive sense if you regard the discrete topology as making X into a bunch of loose points. Example 18. Suppose Y has the indiscrete topology. Then for any space X, any function f : X ! Y is continuous. Example 19. This one isn't quite as immediate as the others, but it's still very easy, and I'll leave the proof as an exercise: if Y has the cofinite topology, then f : X ! Y is continuous if and only if f −1fyg is closed for each y 2 Y . 5.