Metric and Topological Spaces

Metric and Topological Spaces

METRIC AND TOPOLOGICAL SPACES ALEX GONZALEZ 1. Introduction3 2. Metric spaces: basic definitions5 2.1. Normed real vector spaces9 2.2. Product spaces 10 3. Open subsets 12 3.1. Equivalent metrics 13 3.2. Properties of open subsets and a bit of set theory 16 3.3. Convergence of sequences in metric spaces 23 4. Continuous functions between metric spaces 26 4.1. Homeomorphisms of metric spaces and open maps 32 5. Interlude 35 6. Connected spaces 38 6.1. Path-connected spaces 42 6.2. Connected components 44 7. Compact spaces 45 7.1. Continuity improved: uniform continuity 53 8. Complete spaces 54 8.1. Properties of complete spaces 58 8.2. The completion of a metric space 61 9. Interlude II 66 10. Topological spaces 68 10.1. Set theory revisited 70 11. Dealing with topological spaces 72 11.1. From metric spaces to topological spaces 75 11.2. A very basic metric-topological dictionary 78 12. What topological spaces can do that metric spaces cannot 82 12.1. One-point compactification of topological spaces 82 12.2. Quotient topological spaces 85 REFERENCES 89 Contents 1 2 ALEX GONZALEZ METRIC AND TOPOLOGICAL SPACES 3 1. Introduction When we consider properties of a “reasonable” function, probably the first thing that comes to mind is that it exhibits continuity: the behavior of the function at a certain point is similar to the behavior of the function in a small neighborhood of the point. What’s more, the composition of two continuous functions is also continuous. Usually, when we think of a continuous functions, the first examples that come to mind are maps f : R ! R: • the identity function, f(x) = x for all x 2 R; • a constant function f(x) = k; • polynomial functions, for instance f(x) = xn, for some n 2 N; • the exponential function g(x) = ex; • trigonometric functions, for instance h(x) = cos(x). The set of real numbers R is a natural choice of domain to begin to study more general properties of continuous functions. After all, we are familiar with many of the properties of the real line, and it is (relatively) easy to draw the graphs of functions R ! R. So, let’s review the definition of continuity for a function f : R ! R: the function f is continuous at the point a 2 R if lim f(x) = f(a) x!a (in particular we are assuming that this limit exists!). Another way of putting the above definition is the following: for each " > 0 there exists some δ > 0 such that jf(x) − f(a)j < " for all x 2 R such that jx − aj < δ: The function f is then said to be continuous on all R if it is continuous for all a 2 R. So, basically, the definition of continuity depends only on the notion of the distance between two points, codified in the expressions jx − aj, jf(x) − f(a)j. Now consider functions f : Rn ! Rm. In this case, as you know, there is also a well- defined notion of continuity, which again depends only on the metrics that we have previously defined in Rn and Rm. It is not a big step to say that the same applies for functions C ! C. As it turns out, all these situations, and many more, fit together under the name of metric spaces: sets (like R, N, Rn, etc) on which we can measure the distance between two points. The first goal of this course is then to define metric spaces and continuous functions between metric spaces. 4 ALEX GONZALEZ A note of waning! The same set can be given different ways of measuring distances. Strange as it may seem, the set R2 (the plane) is one of these sets. We will see different metrics for R2 pretty soon. You may have noticed that metrics also have something to do with the notion of convergence of sequences. In fact, whenever a space has a metric, we can talk about sequences and investigate their convergence. Let’s see an interesting example of this: fix an interval [a; b], and consider the set X of all differentiable functions f :[a; b] ! R. We can define a metric (whatever this means) on X as follows: given f; g 2 X, d(f; g) = max fjf(x) − g(x)jg: x2[a;b] With this metric on the function space (i.e. notion of distance between functions), we can define Taylor approximation in terms of converging sequences of functions on X. Returning to continuous functions on one variable, there are a few more important properties of them which only depend on the distance between points. For example. • Intermediate Value Theorem (a.k.a. Bolzano’s Theorem): if f :[a; b] ! R is continuous and y 2 R is a number between f(a) and f(b), then there exists c 2 [a; b] such that f(c) = y. • If f :[a; b] ! R is continuous, then there exists some K 2 R such that jf(x)j ≤ K for all x 2 [a; b]. In the above statements, the domain of f is the interval [a; b], which is closed and bounded as a subset of R, and this is all we need to prove this results. As you probably know already, the above results have their own versions for continuous functions f : Rn ! Rm, since there is well stablished notions of closed and bounded subsets in Rn, for all n. The second main goal of this course is to generalize the notions of closed and bounded, so that we can generalize these results for continuous maps between metric spaces. And what about topology? What is topology anyway? It turns out that we donâĂŹt even need a metric to talk about continuity. In order to consider continuous functions between any spaces, all we must do is make clear from the beginning what the open and closed subsets of the spaces are. Topology gives us the rules for doing this. This is an abstract, powerful generalization of metric spaces, so be careful! METRIC AND TOPOLOGICAL SPACES 5 2. Metric spaces: basic definitions Let X be a set. Roughly speaking, a metric on the set X is just a rule to measure the distance between any two elements of X. Definition 2.1. A metric on the set X is a function d: X × X ! [0; 1) such that the following conditions are satisfied for all x; y; z 2 X: (M1) Positive property: d(x; y) = 0 if and only if x = y; (M2) Symmetry property: d(x; y) = d(y; x); and (M3) Triangle inequality: d(x; y) ≤ d(x; z) + d(z; y). Let’s see some examples of metric spaces. Example 2.2. The set X = R with d(x; y) = jx−yj, the absolute value of the difference x − y, for each x; y 2 R. Properties (M1) and (M2) are obvious, and d(x; y) = jx − yj = j(x − z) + (z − y)j ≤ jx − zj + jz − yj = d(x; z) + d(z; y): Let’s see now some examples of metrics on the set X = R2. Example 2.3. The set X = R2 with p 2 2 d (x1; x2); (y1; y2) = (x1 − y1) + (x2 − y2) 2 for each (x1; x2); (y1; y2) 2 R . Again, properties (M1) and (M2) are easy to check. Property (M3), the triangle inequality, gets its name from this example. Write x = (x1; x2); y = (y1; y2) and z = (z1; z2). Then, x d(x; y) d(x; z) y d(z; y) z Can you think of other examples of metrics on R2? If we compare the metrics in Examples 2.2 and 2.3, we can see that the metric on R2 is some sort of “extension” of the metric on R1 to a higher dimension. But we can try other ways of extending it. Example 2.4. The function d; d0 : R2 × R2 ! [0; 1) defined by d (x1; x2); (y1; y2) = jx1 − y1j + jx2 − y2j 0 d (x1; x2); (y1; y2) = maxfjx1 − y1j; jx2 − y2jg 6 ALEX GONZALEZ are also metrics on R2 (the details will be checked in Examples 2.5 and 2.8 below). We have just see three different metrics on R2. But why stopping at R2? We can extend these metrics to Rn for all n ≥ 1. Example 2.5. Let X = Rn and let d: Rn × Rn ! [0; 1) be defined by n X d (x1; x2; : : : ; xn); (y1; y2; : : : ; yn) = jxi − yij: i=1 Then, d is a metric on Rn (sometimes known by the name of Manhattan metric). Let’s check the details: conditions (M1) and (M2) follow easily. As for the triangle inequality, we have n X d (x1; : : : ; xn);(y1; : : : ; yn) = jxi − yij = i=1 n X = j(xi − zi) + (zi − yi)j ≤ i=1 n X ≤ jxi − zij + jzi − yij = i=1 = d (x1; : : : ; xn); (z1; : : : ; zn) + d (z1; : : : ; zn); (y1; : : : ; yn) : Example 2.6. The Euclidean metric on Rn is defined by the formula v u n uX 2 d (x1; x2; : : : ; xn); (y1; y2; : : : ; yn) = t (xi − yi) ; i=1 n for each (x1; x2; : : : ; xn); (y1; y2; : : : ; yn) 2 R . As usual (M1) and (M2) are easy to check, but (M3) is not trivial at all. n Indeed, let x = (x1; x2; : : : ; xn); y = (y1; y2; : : : ; yn) and z = (z1; z2; : : : ; zn) 2 R : Let also ri = xi − zi and si = zi − yi, for i = 1; : : : ; n. We have to prove that v v v u n u n u n uX 2 uX 2 uX 2 d(x; y) = t (ri + si) ≤ t ri + t si = d(x; z) + d(z; y) (1) i=1 i=1 i=1 Notice that both sides of the inequality are positive.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    89 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us