Topology Notes

Total Page:16

File Type:pdf, Size:1020Kb

Topology Notes Topology Lectures –Integration workshop 2017 David Glickenstein August 2, 2017 Abstract Lecture notes from the Integration Workshop at University of Ari- zona, August 2017. These notes are based heavily on notes from previous integration workshops written by Philip Foth, Tom Kennedy, Shankar Venkataramani and others. 1 Introduction to topology 1.1 Topology theorems The basics of point set topology arise from trying to understand the following theorems from basic calculus: (in the following, we assume intervals written [a; b] have the property a < b so that they are not empty) Theorem 1 (Intermediate Value Theorem) If f :[a; b] R is a contin- uous function, and y is a number between f (a) and f (b) !then there exists x [a; b] such that f (x) = y: 2 Theorem 2 (Extreme Value Theorem) If f :[a; b] R is a continuous ! function, then there are numbers xm; xM [a; b] such that 2 f (xm) = min f (x): x [a; b] ; f 2 g f (xM ) = max f (x): x [a; b] : f 2 g Here are some other interesting theorems in topology that we will not prove here: Theorem 3 (Jordan Curve Theorem) Any continuous simple closed curve in the plane, separates the plane into two disjoint regions, the inside and the outside. Theorem 4 (Jordan-Schoen‡eiss Theorem) For any simple closed curve in the plane, there is a homeomorphism of the plane which takes that curve into the standard circle. 1 Theorem 5 (Generalized Jordan Curve Theorem) Any embedding of the (n 1)-dimensional sphere into n-dimensional Euclidean space separates the Euclidean space into two disjoint regions. Theorem 6 (Brouwer Fixed Point Theorem) Any continuous function from the closed disk in Rn to itself has a …xed point. Theorem 7 (Borsuk-Ulam Theorem) If f : S2 R2 is continuous, then there exists a point x S2 such that f (x) = f ( x) :! 2 Theorem 8 (Invariance of Dimension) No nonempty open subset of Rn is homeomorphic to an open subset of Rm if m = n: 6 1.2 Topology of Rn For motivation, we recall what open and closed sets look like in Rn. A set U Rn is open if for any x U there is a ball centered at x contained in U: A set F is closed if it contains2 all of its limit points, i.e., for every convergent sequence that is in F , the limit is in F . It can be shown that a set in Rn is closed if and only if its complement is open. Let f be a function from Rn to Rk or from U to Rk where U is an open set n in R . Then the de…nition of continuity for f at x0 is that > 0, > 0 8 9 such that x x0 < implies f(x) f(x0) < . (Here denotes the jj jj jj jj jj jj usual distance function in Rn or Rk.) If f is continuous at every point in its domain we say it is continuous. It then follows that f is continuous under this k 1 de…nition if and only if, for all open subsets U in R , f (U) is open in Rn. The only structure of Rn that we need in the above is the ability to measure the distance betweeen two points in the space. So we can immediately generalize the above to a metric space. The above shows more, namely that we can do a lot if we just know what the open sets are, not the metric they came from. So we can abstract things by just looking at the collection of open sets. Note that the open sets in Rn, and more generally the open sets in a metric space, have some obvious properties. The empty set and the whole space are open. Any union of open sets is an open set. Any …nite intersection of open sets is open. These observations will be the basis for the de…nition of a topology. 1.3 Metric spaces De…nition 9 A metric space (X; d) is a set X and a function (called the metric) d : X X R such that for all x; y; z X; the metric satis…es: ! 2 1. (positive de…nite) d (x; y) 0 with d (x; y) = 0 if and only if x = y 2. (symmetric) d (x; y) = d (y; x) 3. (triangle inequality) d (x; z) d (x; y) + d (y; z) 2 De…nition 10 In a metric space (X; d), a set U is said to be open if x U, > 0 such that d(y; x) < implies y U. 8 2 9 2 Proposition 11 Let (X; d) be a metric space and let be the collection of open sets in X. Then T 1. X and ? , 2 T 2 T 2. Arbitrary unions of sets U are in , i.e., for any indexing set I; if 2 T T Ui for all i I then Ui , 2 T 2 2 T i I [2 3. If U; V then U V . 2 T \ 2 T For any set X, we will de…ne a collection of subsets of X to be a topology for X if it satis…es the three properties above. Note thatT property 3 immediately implies by induction that a …nite intersection of open sets produces an open set. De…nition 12 A sequence xn in a metric space (X; d) converges to a point x X if > 0, there exists an index N < such that n > N = d(xn; x) < . 2 8 1 ) De…nition 13 A subset F of a metric space (X; d) is closed if for every se- quence xn in F which converges to some x in X we have x F . 2 Proposition 14 A set F is closed if and only if F C = X F is open. n Corollary 15 Arbitrary intersections and …nite unions of closed sets are closed. De…nition 16 The interior of a set A; denoted A or int(A), is int(A) = x : > 0 s:t: d(x; y) < = y A f 9 ) 2 g The closure of a set A; denoted A or cl(A), is cl(A) = x : > 0 y A s:t: d(x; y) < f 8 9 2 g Proposition 17 The interior of a set A is the union of all open sets contained in A: The closure of a set A is the intersection of all closed sets containing A. Note that the proposition shows that the interior is open since it is a union of open sets, and the closure is closed since it is an intersection of closed sets. If the space X is a vector space, then one way to get a metric on X is to start with a norm. De…nition 18 A function on X is a norm if jj jj For all x X, x 0, and x = 0 if and only if x = 0. 2 jj jj jj jj ax = a x for every a R and x X. jj jj j jjj jj 2 2 3 x + y x + y for every x; y X. jj jj jj jj jj jj 2 A normed space is a vector space with a norm de…ned on it. Proposition 19 Let (X; ) be a normed space. De…ne d(x; y) = x y . Then (X; d) is a metric space.jj jj jj jj We end this section with some examples of metric spaces. 1. Euclidean metric on Rn: The usual Euclidean norm gives a metric on Rn. 1=2 n 2 d(x; y) = x y = xj yj jj jj 2 j j 3 j=1 X 4 5 2. R with a di¤erent topology: De…ne a metric on X by x y d(x; y) = j j 1 + x y j j One of the homework problems is to check this is a metric and to determine if it gives a di¤erent topology for R from the standard one. 3. Space of functions: Let D be any set and let X be the set of all bounded real-valued functions on D. De…ne d(f; g) = sup f(x) g(x) x D j j 2 Then (X; d) is a metric space. 4. lp norm on Rn: There are other norms we can put on Rn and hence other metrics. For 1 p < , de…ne 1 1=p n p x p = xj jj jj 2 j j 3 j=1 X 4 5 (The case p = 2 is the usual Euclidean metric.) It is not hard to show that we get the same collection of open sets, i.e, the same topology, for all the value of p. As p we get ! 1 5. sup norm on Rn: The function d(x; y) = max xj yj 1 j n j j is another metric on Rn that de…nes the same toplogy. 4 6. lp(N): If we look at in…nite sequences instead of just vectors, things are p p more interesting. Let l be the set of sequences (xn)n1=1 with n1=1 xn < . For such a sequence we de…ne j j 1 P 1=p 1 p (xn)n1=1 p = xn jj jj "n=1 j j # X Consider the two sets p F = (xn)n1=1 l : xn 0 n f 2 p 8 g U = (xn)1 l : xn > 0 n f n=1 2 8 g Is F closed? Is U open? 7.
Recommended publications
  • The Topology of Subsets of Rn
    Lecture 1 The topology of subsets of Rn The basic material of this lecture should be familiar to you from Advanced Calculus courses, but we shall revise it in detail to ensure that you are comfortable with its main notions (the notions of open set and continuous map) and know how to work with them. 1.1. Continuous maps “Topology is the mathematics of continuity” Let R be the set of real numbers. A function f : R −→ R is called continuous at the point x0 ∈ R if for any ε> 0 there exists a δ> 0 such that the inequality |f(x0) − f(x)| < ε holds for all x ∈ R whenever |x0 − x| <δ. The function f is called contin- uous if it is continuous at all points x ∈ R. This is basic one-variable calculus. n Let R be n-dimensional space. By Or(p) denote the open ball of radius r> 0 and center p ∈ Rn, i.e., the set n Or(p) := {q ∈ R : d(p, q) < r}, where d is the distance in Rn. A function f : Rn −→ R is called contin- n uous at the point p0 ∈ R if for any ε> 0 there exists a δ> 0 such that f(p) ∈ Oε(f(p0)) for all p ∈ Oδ(p0). The function f is called continuous if it is continuous at all points p ∈ Rn. This is (more advanced) calculus in several variables. A set G ⊂ Rn is called open in Rn if for any point g ∈ G there exists a n δ> 0 such that Oδ(g) ⊂ G.
    [Show full text]
  • Topology and Data
    BULLETIN (New Series) OF THE AMERICAN MATHEMATICAL SOCIETY Volume 46, Number 2, April 2009, Pages 255–308 S 0273-0979(09)01249-X Article electronically published on January 29, 2009 TOPOLOGY AND DATA GUNNAR CARLSSON 1. Introduction An important feature of modern science and engineering is that data of various kinds is being produced at an unprecedented rate. This is so in part because of new experimental methods, and in part because of the increase in the availability of high powered computing technology. It is also clear that the nature of the data we are obtaining is significantly different. For example, it is now often the case that we are given data in the form of very long vectors, where all but a few of the coordinates turn out to be irrelevant to the questions of interest, and further that we don’t necessarily know which coordinates are the interesting ones. A related fact is that the data is often very high-dimensional, which severely restricts our ability to visualize it. The data obtained is also often much noisier than in the past and has more missing information (missing data). This is particularly so in the case of biological data, particularly high throughput data from microarray or other sources. Our ability to analyze this data, both in terms of quantity and the nature of the data, is clearly not keeping pace with the data being produced. In this paper, we will discuss how geometry and topology can be applied to make useful contributions to the analysis of various kinds of data.
    [Show full text]
  • TOPOLOGY and ITS APPLICATIONS the Number of Complements in The
    TOPOLOGY AND ITS APPLICATIONS ELSEVIER Topology and its Applications 55 (1994) 101-125 The number of complements in the lattice of topologies on a fixed set Stephen Watson Department of Mathematics, York Uniuersity, 4700 Keele Street, North York, Ont., Canada M3J IP3 (Received 3 May 1989) (Revised 14 November 1989 and 2 June 1992) Abstract In 1936, Birkhoff ordered the family of all topologies on a set by inclusion and obtained a lattice with 1 and 0. The study of this lattice ought to be a basic pursuit both in combinatorial set theory and in general topology. In this paper, we study the nature of complementation in this lattice. We say that topologies 7 and (T are complementary if and only if 7 A c = 0 and 7 V (T = 1. For simplicity, we call any topology other than the discrete and the indiscrete a proper topology. Hartmanis showed in 1958 that any proper topology on a finite set of size at least 3 has at least two complements. Gaifman showed in 1961 that any proper topology on a countable set has at least two complements. In 1965, Steiner showed that any topology has a complement. The question of the number of distinct complements a topology on a set must possess was first raised by Berri in 1964 who asked if every proper topology on an infinite set must have at least two complements. In 1969, Schnare showed that any proper topology on a set of infinite cardinality K has at least K distinct complements and at most 2” many distinct complements.
    [Show full text]
  • The Long Line
    The Long Line Richard Koch November 24, 2005 1 Introduction Before this class began, I asked several topologists what I should cover in the first term. Everyone told me the same thing: go as far as the classification of compact surfaces. Having done my duty, I feel free to talk about more general results and give details about one of my favorite examples. We classified all compact connected 2-dimensional manifolds. You may wonder about the corresponding classification in other dimensions. It is fairly easy to prove that the only compact connected 1-dimensional manifold is the circle S1; the book sketches a proof of this and I have nothing to add. In dimension greater than or equal to four, it has been proved that a complete classification is impossible (although there are many interesting theorems about such manifolds). The idea of the proof is interesting: for each finite presentation of a group by generators and re- lations, one can construct a compact connected 4-manifold with that group as fundamental group. Logicians have proved that the word problem for finitely presented groups cannot be solved. That is, if I describe a group G by giving a finite number of generators and a finite number of relations, and I describe a second group H similarly, it is not possible to find an algorithm which will determine in all cases whether G and H are isomorphic. A complete classification of 4-manifolds, however, would give such an algorithm. As for the theory of compact connected three dimensional manifolds, this is a very ex- citing time to be alive if you are interested in that theory.
    [Show full text]
  • Counterexamples in Topology
    Counterexamples in Topology Lynn Arthur Steen Professor of Mathematics, Saint Olaf College and J. Arthur Seebach, Jr. Professor of Mathematics, Saint Olaf College DOVER PUBLICATIONS, INC. New York Contents Part I BASIC DEFINITIONS 1. General Introduction 3 Limit Points 5 Closures and Interiors 6 Countability Properties 7 Functions 7 Filters 9 2. Separation Axioms 11 Regular and Normal Spaces 12 Completely Hausdorff Spaces 13 Completely Regular Spaces 13 Functions, Products, and Subspaces 14 Additional Separation Properties 16 3. Compactness 18 Global Compactness Properties 18 Localized Compactness Properties 20 Countability Axioms and Separability 21 Paracompactness 22 Compactness Properties and Ts Axioms 24 Invariance Properties 26 4. Connectedness 28 Functions and Products 31 Disconnectedness 31 Biconnectedness and Continua 33 VII viii Contents 5. Metric Spaces 34 Complete Metric Spaces 36 Metrizability 37 Uniformities 37 Metric Uniformities 38 Part II COUNTEREXAMPLES 1. Finite Discrete Topology 41 2. Countable Discrete Topology 41 3. Uncountable Discrete Topology 41 4. Indiscrete Topology 42 5. Partition Topology 43 6. Odd-Even Topology 43 7. Deleted Integer Topology 43 8. Finite Particular Point Topology 44 9. Countable Particular Point Topology 44 10. Uncountable Particular Point Topology 44 11. Sierpinski Space 44 12. Closed Extension Topology 44 13. Finite Excluded Point Topology 47 14. Countable Excluded Point Topology 47 15. Uncountable Excluded Point Topology 47 16. Open Extension Topology 47 17. Either-Or Topology 48 18. Finite Complement Topology on a Countable Space 49 19. Finite Complement Topology on an Uncountable Space 49 20. Countable Complement Topology 50 21. Double Pointed Countable Complement Topology 50 22. Compact Complement Topology 51 23.
    [Show full text]
  • Math 501. Homework 2 September 15, 2009 ¶ 1. Prove Or
    Math 501. Homework 2 September 15, 2009 ¶ 1. Prove or provide a counterexample: (a) If A ⊂ B, then A ⊂ B. (b) A ∪ B = A ∪ B (c) A ∩ B = A ∩ B S S (d) i∈I Ai = i∈I Ai T T (e) i∈I Ai = i∈I Ai Solution. (a) True. (b) True. Let x be in A ∪ B. Then x is in A or in B, or in both. If x is in A, then B(x, r) ∩ A , ∅ for all r > 0, and so B(x, r) ∩ (A ∪ B) , ∅ for all r > 0; that is, x is in A ∪ B. For the reverse containment, note that A ∪ B is a closed set that contains A ∪ B, there fore, it must contain the closure of A ∪ B. (c) False. Take A = (0, 1), B = (1, 2) in R. (d) False. Take An = [1/n, 1 − 1/n], n = 2, 3, ··· , in R. (e) False. ¶ 2. Let Y be a subset of a metric space X. Prove that for any subset S of Y, the closure of S in Y coincides with S ∩ Y, where S is the closure of S in X. ¶ 3. (a) If x1, x2, x3, ··· and y1, y2, y3, ··· both converge to x, then the sequence x1, y1, x2, y2, x3, y3, ··· also converges to x. (b) If x1, x2, x3, ··· converges to x and σ : N → N is a bijection, then xσ(1), xσ(2), xσ(3), ··· also converges to x. (c) If {xn} is a sequence that does not converge to y, then there is an open ball B(y, r) and a subsequence of {xn} outside B(y, r).
    [Show full text]
  • Isolated Points, Duality and Residues
    JOURNAL OF PURE AND APPLIED ALGEBRA Journal of Pure and Applied Algebra 117 % 118 (1997) 469-493 Isolated points, duality and residues B . Mourrain* INDIA, Projet SAFIR, 2004 routes des Lucioles, BP 93, 06902 Sophia-Antipolir, France This work is dedicated to the memory of J. Morgenstem. Abstract In this paper, we are interested in the use of duality in effective computations on polynomials. We represent the elements of the dual of the algebra R of polynomials over the field K as formal series E K[[a]] in differential operators. We use the correspondence between ideals of R and vector spaces of K[[a]], stable by derivation and closed for the (a)-adic topology, in order to construct the local inverse system of an isolated point. We propose an algorithm, which computes the orthogonal D of the primary component of this isolated point, by integration of polynomials in the dual space K[a], with good complexity bounds. Then we apply this algorithm to the computation of local residues, the analysis of real branches of a locally complete intersection curve, the computation of resultants of homogeneous polynomials. 0 1997 Elsevier Science B.V. 1991 Math. Subj. Class.: 14B10, 14Q20, 15A99 1. Introduction Considering polynomials as algorithms (that compute a value at a given point) in- stead of lists of terms, has lead to recent interesting developments, both from a practical and a theoretical point of view. In these approaches, evaluations at points play an im- portant role. We would like to pursue this idea further and to study evaluations by themselves.
    [Show full text]
  • Math 3283W: Solutions to Skills Problems Due 11/6 (13.7(Abc)) All
    Math 3283W: solutions to skills problems due 11/6 (13.7(abc)) All three statements can be proven false using counterexamples that you studied on last week's skills homework. 1 (a) Let S = f n jn 2 Ng. Every point of S is an isolated point, since given 1 1 1 n 2 S, there exists a neighborhood N( n ; ") of n that contains no point of S 1 1 1 different from n itself. (We could, for example, take " = n − n+1 .) Thus the set P of isolated points of S is just S. But P = S is not closed, since 0 is a boundary point of S which nevertheless does not belong to S (every neighbor- 1 hood of 0 contains not only 0 but, by the Archimedean property, some n , thus intersects both S and its complement); if S were closed, it would contain all of its boundary points. (b) Let S = N. Then (as you saw on the last skills homework) int(S) = ;. But ; is closed, so its closure is itself; that is, cl(int(S)) = cl(;) = ;, which is certainly not the same thing as S. (c) Let S = R n N. The closure of S is all of R, since every natural number n is a boundary point of R n N and thus belongs to its closure. But R is open, so its interior is itself; that is, int(cl(S)) = int(R) = R, which is certainly not the same thing as S. (13.10) Suppose that x is an isolated point of S, and let N = (x − "; x + ") (for some " > 0) be an arbitrary neighborhood of x.
    [Show full text]
  • Of a Compactification of a Space
    PROCEEDINGS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 30, No. 3, November 1971 PROPER MAPPINGS AND THE MINIMUM DIMENSION OF A COMPACTIFICATION OF A SPACE JAMES KEESLING Abstract. In this paper it is shown that for each positive inte- ger n there is a locally compact Hausdorff space X having the property that dim X = n and in addition having the property that if f(X) = Y is a proper mapping, then dim Fa». Using this result it is shown that there is a space Y having the property that min dim Y = n with a point />E Y with min dim Y — \p\ =0. Introduction. A proper mapping is a closed continuous function f'-X—*Y such that/_1(y) is compact for all yE Y. In this paper it is shown that for each positive integer n there is a locally compact Hausdorff space X having the property that dim X —n and in addi- tion has the property that if f(X) = Y is a proper mapping, then dim FS; n. For n = 2 such a space was shown to exist in [S] in answer to a question posed by Isbell [4, pp. 119-120]. Using this result it is then shown that for each positive integer n there is a space X having the property that the minimum dimension of a compactification for X is n and that there is a point pEX such that X— \p\ has a 0-dimensional compactification. In the terminol- ogy of Isbell [4, p. 97], min dim X —n with min dim X— \p\ =0.
    [Show full text]
  • Solutions to Problem Set 4: Connectedness
    Solutions to Problem Set 4: Connectedness Problem 1 (8). Let X be a set, and T0 and T1 topologies on X. If T0 ⊂ T1, we say that T1 is finer than T0 (and that T0 is coarser than T1). a. Let Y be a set with topologies T0 and T1, and suppose idY :(Y; T1) ! (Y; T0) is continuous. What is the relationship between T0 and T1? Justify your claim. b. Let Y be a set with topologies T0 and T1 and suppose that T0 ⊂ T1. What does connectedness in one topology imply about connectedness in the other? c. Let Y be a set with topologies T0 and T1 and suppose that T0 ⊂ T1. What does one topology being Hausdorff imply about the other? d. Let Y be a set with topologies T0 and T1 and suppose that T0 ⊂ T1. What does convergence of a sequence in one topology imply about convergence in the other? Solution 1. a. By definition, idY is continuous if and only if preimages of open subsets of (Y; T0) are open subsets of (Y; T1). But, the preimage of U ⊂ Y is U itself. Hence, the map is continuous if and only if open subsets of (Y; T0) are open in (Y; T1), i.e. T0 ⊂ T1, i.e. T1 is finer than T0. ` b. If Y is disconnected in T0, it can be written as Y = U V , where U; V 2 T0 are non-empty. Then U and V are also open in T1; hence, Y is disconnected in T1 too. Thus, connectedness in T1 imply connectedness in T0.
    [Show full text]
  • Natural Topology
    Natural Topology Frank Waaldijk ú —with great support from Wim Couwenberg ‡ ú www.fwaaldijk.nl/mathematics.html ‡ http://members.chello.nl/ w.couwenberg ∼ Preface to the second edition In the second edition, we have rectified some omissions and minor errors from the first edition. Notably the composition of natural morphisms has now been properly detailed, as well as the definition of (in)finite-product spaces. The bibliography has been updated (but remains quite incomplete). We changed the names ‘path morphism’ and ‘path space’ to ‘trail morphism’ and ‘trail space’, because the term ‘path space’ already has a well-used meaning in general topology. Also, we have strengthened the part of applied mathematics (the APPLIED perspective). We give more detailed representations of complete metric spaces, and show that natural morphisms are efficient and ubiquitous. We link the theory of star-finite metric developments to efficient computing with morphisms. We hope that this second edition thus provides a unified frame- work for a smooth transition from theoretical (constructive) topology to ap- plied mathematics. For better readability we have changed the typography. The Computer Mod- ern fonts have been replaced by the Arev Sans fonts. This was no small operation (since most of the symbol-with-sub/superscript configurations had to be redesigned) but worthwhile, we believe. It would be nice if more fonts become available for LATEX, the choice at this moment is still very limited. (the author, 14 October 2012) Copyright © Frank Arjan Waaldijk, 2011, 2012 Published by the Brouwer Society, Nijmegen, the Netherlands All rights reserved First edition, July 2011 Second edition, October 2012 Cover drawing ocho infinito xxiii by the author (‘ocho infinito’ in co-design with Wim Couwenberg) Summary We develop a simple framework called ‘natural topology’, which can serve as a theoretical and applicable basis for dealing with real-world phenom- ena.
    [Show full text]
  • Categories of Certain Minimal Topological Spaces
    CATEGORIES OF CERTAIN MINIMAL TOPOLOGICAL SPACES MANUEL P. BERRI1 (received 9 September 1963) The main purpose of this paper is to discuss the categories of the minimal topological spaces investigated in [1], [2], [7], and [8]. After these results are given, an application will be made to answer the following question: If 2 is the lattice of topologies on a set X and % is a Hausdorff (or regular, or completely regular, or normal, or locally compact) topology does there always exist a minimal Hausdorff (or minimal regular, or minimal com- pletely regular, or minimal normal, or minimal locally compact) topology weaker than %1 The terminology used in this paper, in general, will be that found in Bourbaki: [3], [4], and [5]. Specifically, Tx and Fre"chet spaces are the same; T2 and Hausdorff spaces are the same; regular spaces, completely regular spaces, normal spaces, locally compact spaces, and compact spaces all satisfy the Hausdorff separation axiom. An open (closed) filter-base is one composed exclusively of open (closed) sets. A regular filter-base is an open filter-base which is equivalent to a closed filter-base. Finally in the lattice of topologies on a given set X, a topology is said to be minimal with respect to some property P (or is said to be a minimal P-topology) if there exists no other weaker (= smaller, coarser) topology on X with property P. The following theorems which characterize minimal Hausdorff topo- logies and minimal regular topologies are proved in [1], [2], and [5]. THEOREM 1. A Hausdorff space is minimal Hausdorff if, and only if, (i) every open filter-base has an adherent point; (ii) if such an adherent point is unique, then the filter-base converges to it.
    [Show full text]