MTH 304: General Topology Semester 2, 2017-2018

Total Page:16

File Type:pdf, Size:1020Kb

MTH 304: General Topology Semester 2, 2017-2018 MTH 304: General Topology Semester 2, 2017-2018 Dr. Prahlad Vaidyanathan Contents I. Continuous Functions3 1. First Definitions................................3 2. Open Sets...................................4 3. Continuity by Open Sets...........................6 II. Topological Spaces8 1. Definition and Examples...........................8 2. Metric Spaces................................. 11 3. Basis for a topology.............................. 16 4. The Product Topology on X × Y ...................... 18 Q 5. The Product Topology on Xα ....................... 20 6. Closed Sets.................................. 22 7. Continuous Functions............................. 27 8. The Quotient Topology............................ 30 III.Properties of Topological Spaces 36 1. The Hausdorff property............................ 36 2. Connectedness................................. 37 3. Path Connectedness............................. 41 4. Local Connectedness............................. 44 5. Compactness................................. 46 6. Compact Subsets of Rn ............................ 50 7. Continuous Functions on Compact Sets................... 52 8. Compactness in Metric Spaces........................ 56 9. Local Compactness.............................. 59 IV.Separation Axioms 62 1. Regular Spaces................................ 62 2. Normal Spaces................................ 64 3. Tietze's extension Theorem......................... 67 4. Urysohn Metrization Theorem........................ 71 5. Imbedding of Manifolds........................... 76 V. Instructor Notes 80 2 I. Continuous Functions 1. First Definitions Following [Crossley, Section 2.1,2.2] Let S ⊂ R. A function in this section will be a real-valued function whose domain is S. 1.1. Remark: Consider two graphs (one continuous and other discontinuous at x = 1). Continuity means that we can draw the graph of f without lifting our pencil. ie. If we approach a point on the x axis from either direction, the value of f(x) should be `predicted' by the values of f(y) where y is near x. Furthermore, Continuity is a local property. 1.2. Definition: A function f : S ! R is said to be sequentially continuous at a 2 S if, for any sequence (xn) ⊂ S such that xn ! a, we have f(xn) ! f(a). 1.3. Example: f(x) = x=jxj for x 6= 0 and f(0) = 1 (i) If we choose a = 0 and xn = 1=n, then f(a) = lim f(xn) (ii) However, if we choose xn = −1=n, then f(a) 6= lim f(xn). So f is not sequentially continuous. 1.4. Definition: A function f : S ! R is said to be continuous at a if, for every > 0; 9δ > 0 such that jx − aj < δ ) jf(x) − f(a)j < (∗) 1.5. Example: (i) f(x) = x2 is continuous at 2 (a) If a = 0; = 1, we want δ > 0 such that (∗) holds. ie. We want jxj < δ ) jx2j < 1 Since jx2j = jxj2, we may choose δ = 1. (b) If a = 2; = 1, we want δ > 0 such that (∗) holds. ie. We want jx − 2j < δ ) jx2 − 22j < 1 Notice that δ = 1 does not work, because if x = 2:9 then x2 ≈ 9. However, jx2 − 22j = jx − 2jjx + 2j So 9δ > 0 that works. 3 (ii) f(x) = x2 if x 6= 0 and f(0) = 0:5 is discontinuous at 1. (a) If = 1, then δ = 0:5 works because if jxj < 0:5 ) jx2j < 0:25 < 1; and jf(0)j = 0:5 < 1 (b) However, if = 0:2, then no δ > 0 works because if jxj < δ, then we may choose small enough x so that jxj < 0:5, so that jx2j < 0:25 and hence jx2 − 0:5j > 0:25 So f is discontinuous at 0. 1.6. Theorem: f is continuous at a if and only if it is sequentially continuous at a Proof. (i) Suppose f is continuous at a and (xn) ⊂ S is a sequence such that xn ! a. WTS: f(xn) ! f(a), so choose > 0, then 9δ > 0 such that jx − aj < δ ) jf(x) − f(a)j < For this δ > 0; 9N 2 N such that jxn − aj < δ for all n ≥ N. Hence, jf(xn) − f(a)j < 8n ≥ N This is true for any > 0 so f(xn) ! f(a) (ii) Suppose f is sequentially continuous at a, but it is not continuous at a, then 9 > 0 for which no δ works. Hence, δ = 1=n does not work, so 9xn 2 S such that jxn − aj < 1=n; but jf(xn) − f(a)j ≥ Clearly, xn ! a, but f(xn) does not converge to f(a). Hence, f is not sequentially continuous - a contradiction. (End of Day 1) 2. Open Sets [Crossley, Section 2.3] 2.1. Remark: − δ definition says that f is continuous at a if and only if, for any > 0; 9δ > 0 such that x 2 (a − δ; a + δ) ) f(x) 2 (f(a) − , f(a) + ) 2.2. Definition: (i) Open interval 4 (ii) Open set: A set U ⊂ R is open if and only if it can be written as a union of open intervals. (Note: We are not restricting ourselves to finite unions. ie. We are referring to `arbitrary' unions) 2.3. Theorem: A set U ⊂ R is open iff for all x 2 U; 9δx > 0 such that (x−δx; x+δx) ⊂ U Note: The value of δx depends on x. Proof. (i) Suppose that, for any x 2 U; 9δx > 0 such that (x − δx; x + δx) ⊂ U, then [ U = (x − δx; x + δx) x2U so U is open. S (ii) Conversely, if U is open, then write U = α2J Iα, where each Iα is an open interval. If x 2 U, then 9α 2 J such that x 2 Iα. Write Iα = (a; b), then a < x < b, so δx = minfjx − aj=2; jb − xj=2g works. 2.4. Examples: (i)( a; b) (ii) A closed interval (or even a half-open interval) is not open. (iii) f0g is not open. A finite set is not open. 2.5. Proposition: (i) An arbitrary union of open sets is open. (ii) A finite intersection of open sets is open. Proof. (i) is obvious, so we prove (ii): By induction, it suffices to consider the case of two sets, U1;U2 say. WTS: U1 \ U2 is open, so fix x 2 U1 \ U2, then 9δ1; δ2 > 0 such that (x − δi; x + δi) ⊂ Ui; i = 1; 2. Then if δ = minfδ1; δ2g, then (x − δ; x + δ) ⊂ U1 \ U2, which verifies Theorem 2.3. 2.6. Example: A countable intersection of open sets may not be open. Un = (−1=n; 1=n) 2.7. Definition: A set F ⊂ R is closed if F c is open. 2.8. Examples: (i) Closed interval (ii) [2; 1) is closed. (iii) Arbitrary intersection of closed sets is closed. (iv) Finite union of closed sets is closed. (v) [1; 2) is neither open nor closed. 5 3. Continuity by Open Sets [Crossley, Section 2.4] 3.1. Definition: Let f : X ! Y be a function between two sets and A ⊂ Y , then f −1(A) = fx 2 X : f(x) 2 Ag Note: This definition does not imply that f −1 exists as a function. It is simply notation. 3.2. Example: f(x) = x2 − x = x(x − 1) (i) f −1(R) = R (ii) f −1(;) = ; (iii) f −1[−1; 1) = R (iv) f −1[0; 1) = R n (0; 1) (v) f −1(f0g) = f0; 1g 3.3. Proposition: Let f : X ! Y and fAα : α 2 Jg be a collection of subset of Y , then (i) f −1(;) = ; (ii) f −1(Y ) = X −1 T T −1 (iii) f ( Aα) = f (Aα) −1 S S −1 (iv) f ( Aα) = f (Aα) [HW] 3.4. Theorem: Let f : R ! R, then f is continuous if and only if f −1(U) is open whenever U is open. Proof. (i) Suppose f is continuous and U is open in R. WTS: f −1(U) is open, so fix x 2 f −1(U). So that f(x) 2 U, so 9 > 0 such that (f(x) − , f(x) + ) ⊂ U By definition of continuity, 9δ > 0 such that jy − xj < δ ) jf(y) − f(x)j < So if y 2 (x − δ; x + δ), then f(y) 2 (f(x) − , f(x) + ) ⊂ U. Hence, (x − δ; x + δ) ⊂ f −1(U) This is true for any x 2 f −1(U). By Theorem 2.3, f −1(U) is open. 6 (ii) Suppose f −1(U) is open whenever U is open. Fix a 2 R; > 0. Then U = (f(a) − , f(a) + ) is open in R so f −1(U) is open. Since a 2 f −1(U); 9δ > 0 such that (a − δ; a + δ) ⊂ f −1(U) Hence, if x 2 R such that jx − aj < δ, then jf(x) − f(a)j < . (End of Day 2) 7 II. Topological Spaces 1. Definition and Examples 1.1. Definition: Let X be a set. A collection τ of subsets of X is called a topology on X if (i) ;;X 2 τ (ii) If U1;U2 2 τ, then U1 \ U2 2 τ S (iii) If fUα : α 2 Jg is an arbitrary collection of sets in τ, then α2J Uα 2 τ The pair (X; τ) is called a topological space, and members of τ are called open sets in X. 1.2. Examples: (i) X = R and τ = the collection of open sets in R (as defined in the previous section) is a topological space. This is called the usual topology on R (ii) Let X = R2. (a) Fix a := (a1; a2) 2 X; r > 0. An open disc in X centered at x of radius r is the set 2 p 2 2 B(a; r) := f(x1; x2) 2 R : (x1 − a1) + (x2 − a2) < rg (b) A set U ⊂ R2 is said to be open if it is a union of open discs. As in Theorem 2.3, a set U ⊂ R2 is open if and only if, for any a 2 U; 9r > 0 such that B(a; r) ⊂ U.
Recommended publications
  • K-THEORY of FUNCTION RINGS Theorem 7.3. If X Is A
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Journal of Pure and Applied Algebra 69 (1990) 33-50 33 North-Holland K-THEORY OF FUNCTION RINGS Thomas FISCHER Johannes Gutenberg-Universitit Mainz, Saarstrage 21, D-6500 Mainz, FRG Communicated by C.A. Weibel Received 15 December 1987 Revised 9 November 1989 The ring R of continuous functions on a compact topological space X with values in IR or 0Z is considered. It is shown that the algebraic K-theory of such rings with coefficients in iZ/kH, k any positive integer, agrees with the topological K-theory of the underlying space X with the same coefficient rings. The proof is based on the result that the map from R6 (R with discrete topology) to R (R with compact-open topology) induces a natural isomorphism between the homologies with coefficients in Z/kh of the classifying spaces of the respective infinite general linear groups. Some remarks on the situation with X not compact are added. 0. Introduction For a topological space X, let C(X, C) be the ring of continuous complex valued functions on X, C(X, IR) the ring of continuous real valued functions on X. KU*(X) is the topological complex K-theory of X, KO*(X) the topological real K-theory of X. The main goal of this paper is the following result: Theorem 7.3. If X is a compact space, k any positive integer, then there are natural isomorphisms: K,(C(X, C), Z/kZ) = KU-‘(X, Z’/kZ), K;(C(X, lR), Z/kZ) = KO -‘(X, UkZ) for all i 2 0.
    [Show full text]
  • A Guide to Topology
    i i “topguide” — 2010/12/8 — 17:36 — page i — #1 i i A Guide to Topology i i i i i i “topguide” — 2011/2/15 — 16:42 — page ii — #2 i i c 2009 by The Mathematical Association of America (Incorporated) Library of Congress Catalog Card Number 2009929077 Print Edition ISBN 978-0-88385-346-7 Electronic Edition ISBN 978-0-88385-917-9 Printed in the United States of America Current Printing (last digit): 10987654321 i i i i i i “topguide” — 2010/12/8 — 17:36 — page iii — #3 i i The Dolciani Mathematical Expositions NUMBER FORTY MAA Guides # 4 A Guide to Topology Steven G. Krantz Washington University, St. Louis ® Published and Distributed by The Mathematical Association of America i i i i i i “topguide” — 2010/12/8 — 17:36 — page iv — #4 i i DOLCIANI MATHEMATICAL EXPOSITIONS Committee on Books Paul Zorn, Chair Dolciani Mathematical Expositions Editorial Board Underwood Dudley, Editor Jeremy S. Case Rosalie A. Dance Tevian Dray Patricia B. Humphrey Virginia E. Knight Mark A. Peterson Jonathan Rogness Thomas Q. Sibley Joe Alyn Stickles i i i i i i “topguide” — 2010/12/8 — 17:36 — page v — #5 i i The DOLCIANI MATHEMATICAL EXPOSITIONS series of the Mathematical Association of America was established through a generous gift to the Association from Mary P. Dolciani, Professor of Mathematics at Hunter College of the City Uni- versity of New York. In making the gift, Professor Dolciani, herself an exceptionally talented and successfulexpositor of mathematics, had the purpose of furthering the ideal of excellence in mathematical exposition.
    [Show full text]
  • Open 3-Manifolds Which Are Simply Connected at Infinity
    OPEN 3-MANIFOLDS WHICH ARE SIMPLY CONNECTED AT INFINITY C H. EDWARDS, JR.1 A triangulated open manifold M will be called l-connected at infin- ity il each compact subset C of M is contained in a compact poly- hedron P in M such that M—P is connected and simply connected. Stallings has shown that, if M is a contractible open combinatorial manifold which is l-connected at infinity and is of dimension ra^5, then M is piecewise-linearly homeomorphic to Euclidean re-space E" [5]. Theorem 1. Let M be a contractible open 3-manifold, each of whose compact subsets can be imbedded in £3. If M is l-connected at infinity, then M is homeomorphic to £3. Notice that, in order to prove the 3-dimensional Poincaré conjec- ture, it would suffice to prove Theorem 1 without the hypothesis that each compact subset of M can be imbedded in £3. For, if M is a simply connected closed 3-manifold and p is a point of M, then M —p is a contractible open 3-manifold which is clearly l-connected at infinity. Conversely, if the 3-dimensional Poincaré conjecture were known, then the hypothesis that each compact subset of M can be imbedded in £3 would be unnecessary. All spaces and mappings in this paper are considered in the poly- hedral or piecewise-linear sense, unless otherwise stated. As usual, by an open re-manifold is meant a noncompact connected space triangu- lated by a countable simplicial complex without boundary, such that the link of each vertex is piecewise-linearly homeomorphic to the usual (re—1)-sphere.
    [Show full text]
  • Basic Properties of Filter Convergence Spaces
    Basic Properties of Filter Convergence Spaces Barbel¨ M. R. Stadlery, Peter F. Stadlery;z;∗ yInstitut fur¨ Theoretische Chemie, Universit¨at Wien, W¨ahringerstraße 17, A-1090 Wien, Austria zThe Santa Fe Institute, 1399 Hyde Park Road, Santa Fe, NM 87501, USA ∗Address for corresponce Abstract. This technical report summarized facts from the basic theory of filter convergence spaces and gives detailed proofs for them. Many of the results collected here are well known for various types of spaces. We have made no attempt to find the original proofs. 1. Introduction Mathematical notions such as convergence, continuity, and separation are, at textbook level, usually associated with topological spaces. It is possible, however, to introduce them in a much more abstract way, based on axioms for convergence instead of neighborhood. This approach was explored in seminal work by Choquet [4], Hausdorff [12], Katˇetov [14], Kent [16], and others. Here we give a brief introduction to this line of reasoning. While the material is well known to specialists it does not seem to be easily accessible to non-topologists. In some cases we include proofs of elementary facts for two reasons: (i) The most basic facts are quoted without proofs in research papers, and (ii) the proofs may serve as examples to see the rather abstract formalism at work. 2. Sets and Filters Let X be a set, P(X) its power set, and H ⊆ P(X). The we define H∗ = fA ⊆ Xj(X n A) 2= Hg (1) H# = fA ⊆ Xj8Q 2 H : A \ Q =6 ;g The set systems H∗ and H# are called the conjugate and the grill of H, respectively.
    [Show full text]
  • A Class of Symmetric Difference-Closed Sets Related to Commuting Involutions John Campbell
    A class of symmetric difference-closed sets related to commuting involutions John Campbell To cite this version: John Campbell. A class of symmetric difference-closed sets related to commuting involutions. Discrete Mathematics and Theoretical Computer Science, DMTCS, 2017, Vol 19 no. 1. hal-01345066v4 HAL Id: hal-01345066 https://hal.archives-ouvertes.fr/hal-01345066v4 Submitted on 18 Mar 2017 HAL is a multi-disciplinary open access L’archive ouverte pluridisciplinaire HAL, est archive for the deposit and dissemination of sci- destinée au dépôt et à la diffusion de documents entific research documents, whether they are pub- scientifiques de niveau recherche, publiés ou non, lished or not. The documents may come from émanant des établissements d’enseignement et de teaching and research institutions in France or recherche français ou étrangers, des laboratoires abroad, or from public or private research centers. publics ou privés. Discrete Mathematics and Theoretical Computer Science DMTCS vol. 19:1, 2017, #8 A class of symmetric difference-closed sets related to commuting involutions John M. Campbell York University, Canada received 19th July 2016, revised 15th Dec. 2016, 1st Feb. 2017, accepted 10th Feb. 2017. Recent research on the combinatorics of finite sets has explored the structure of symmetric difference-closed sets, and recent research in combinatorial group theory has concerned the enumeration of commuting involutions in Sn and An. In this article, we consider an interesting combination of these two subjects, by introducing classes of symmetric difference-closed sets of elements which correspond in a natural way to commuting involutions in Sn and An. We consider the natural combinatorial problem of enumerating symmetric difference-closed sets consisting of subsets of sets consisting of pairwise disjoint 2-subsets of [n], and the problem of enumerating symmetric difference-closed sets consisting of elements which correspond to commuting involutions in An.
    [Show full text]
  • Professor Smith Math 295 Lecture Notes
    Professor Smith Math 295 Lecture Notes by John Holler Fall 2010 1 October 29: Compactness, Open Covers, and Subcovers. 1.1 Reexamining Wednesday's proof There seemed to be a bit of confusion about our proof of the generalized Intermediate Value Theorem which is: Theorem 1: If f : X ! Y is continuous, and S ⊆ X is a connected subset (con- nected under the subspace topology), then f(S) is connected. We'll approach this problem by first proving a special case of it: Theorem 1: If f : X ! Y is continuous and surjective and X is connected, then Y is connected. Proof of 2: Suppose not. Then Y is not connected. This by definition means 9 non-empty open sets A; B ⊂ Y such that A S B = Y and A T B = ;. Since f is continuous, both f −1(A) and f −1(B) are open. Since f is surjective, both f −1(A) and f −1(B) are non-empty because A and B are non-empty. But the surjectivity of f also means f −1(A) S f −1(B) = X, since A S B = Y . Additionally we have f −1(A) T f −1(B) = ;. For if not, then we would have that 9x 2 f −1(A) T f −1(B) which implies f(x) 2 A T B = ; which is a contradiction. But then these two non-empty open sets f −1(A) and f −1(B) disconnect X. QED Now we want to show that Theorem 2 implies Theorem 1. This will require the help from a few lemmas, whose proofs are on Homework Set 7: Lemma 1: If f : X ! Y is continuous, and S ⊆ X is any subset of X then the restriction fjS : S ! Y; x 7! f(x) is also continuous.
    [Show full text]
  • Natural Numerosities of Sets of Tuples
    TRANSACTIONS OF THE AMERICAN MATHEMATICAL SOCIETY Volume 367, Number 1, January 2015, Pages 275–292 S 0002-9947(2014)06136-9 Article electronically published on July 2, 2014 NATURAL NUMEROSITIES OF SETS OF TUPLES MARCO FORTI AND GIUSEPPE MORANA ROCCASALVO Abstract. We consider a notion of “numerosity” for sets of tuples of natural numbers that satisfies the five common notions of Euclid’s Elements, so it can agree with cardinality only for finite sets. By suitably axiomatizing such a no- tion, we show that, contrasting to cardinal arithmetic, the natural “Cantorian” definitions of order relation and arithmetical operations provide a very good algebraic structure. In fact, numerosities can be taken as the non-negative part of a discretely ordered ring, namely the quotient of a formal power series ring modulo a suitable (“gauge”) ideal. In particular, special numerosities, called “natural”, can be identified with the semiring of hypernatural numbers of appropriate ultrapowers of N. Introduction In this paper we consider a notion of “equinumerosity” on sets of tuples of natural numbers, i.e. an equivalence relation, finer than equicardinality, that satisfies the celebrated five Euclidean common notions about magnitudines ([8]), including the principle that “the whole is greater than the part”. This notion preserves the basic properties of equipotency for finite sets. In particular, the natural Cantorian definitions endow the corresponding numerosities with a structure of a discretely ordered semiring, where 0 is the size of the emptyset, 1 is the size of every singleton, and greater numerosity corresponds to supersets. This idea of “Euclidean” numerosity has been recently investigated by V.
    [Show full text]
  • ELEMENTARY TOPOLOGY I 1. Introduction 3 2. Metric Spaces 4 2.1
    ELEMENTARY TOPOLOGY I ALEX GONZALEZ 1. Introduction3 2. Metric spaces4 2.1. Continuous functions8 2.2. Limits 10 2.3. Open subsets and closed subsets 12 2.4. Continuity, convergence, and open/closed subsets 15 3. Topological spaces 18 3.1. Interior, closure and boundary 20 3.2. Continuous functions 23 3.3. Basis of a topology 24 3.4. The subspace topology 26 3.5. The product topology 27 3.6. The quotient topology 31 3.7. Other constructions 33 4. Connectedness 35 4.1. Path-connected spaces 40 4.2. Connected components 41 5. Compactness 43 5.1. Compact subspaces of Rn 46 5.2. Nets and Tychonoff’s Theorem 48 6. Countability and separation axioms 52 6.1. The countability axioms 52 6.2. The separation axioms 54 7. Urysohn metrization theorem 61 8. Topological manifolds 65 8.1. Compact manifolds 66 REFERENCES 67 Contents 1 2 ALEX GONZALEZ ELEMENTARY TOPOLOGY I 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).
    [Show full text]
  • Base-Paracompact Spaces
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Elsevier - Publisher Connector Topology and its Applications 128 (2003) 145–156 www.elsevier.com/locate/topol Base-paracompact spaces John E. Porter Department of Mathematics and Statistics, Faculty Hall Room 6C, Murray State University, Murray, KY 42071-3341, USA Received 14 June 2001; received in revised form 21 March 2002 Abstract A topological space is said to be totally paracompact if every open base of it has a locally finite subcover. It turns out this property is very restrictive. In fact, the irrationals are not totally paracompact. Here we give a generalization, base-paracompact, to the notion of totally paracompactness, and study which paracompact spaces satisfy this generalization. 2002 Elsevier Science B.V. All rights reserved. Keywords: Paracompact; Base-paracompact; Totally paracompact 1. Introduction A topological space X is paracompact if every open cover of X has a locally finite open refinement. A topological space is said to be totally paracompact if every open base of it has a locally finite subcover. Corson, McNinn, Michael, and Nagata announced [3] that the irrationals have a basis which does not have a locally finite subcover, and hence are not totally paracompact. Ford [6] was the first to give the definition of totally paracompact spaces. He used this property to show the equivalence of the small and large inductive dimension in metric spaces. Ford also showed paracompact, locally compact spaces are totally paracompact. Lelek [9] studied totally paracompact and totally metacompact separable metric spaces. He showed that these two properties are equivalent in separable metric spaces.
    [Show full text]
  • Higher Dimensional Conundra
    Higher Dimensional Conundra Steven G. Krantz1 Abstract: In recent years, especially in the subject of harmonic analysis, there has been interest in geometric phenomena of RN as N → +∞. In the present paper we examine several spe- cific geometric phenomena in Euclidean space and calculate the asymptotics as the dimension gets large. 0 Introduction Typically when we do geometry we concentrate on a specific venue in a particular space. Often the context is Euclidean space, and often the work is done in R2 or R3. But in modern work there are many aspects of analysis that are linked to concrete aspects of geometry. And there is often interest in rendering the ideas in Hilbert space or some other infinite dimensional setting. Thus we want to see how the finite-dimensional result in RN changes as N → +∞. In the present paper we study some particular aspects of the geometry of RN and their asymptotic behavior as N →∞. We choose these particular examples because the results are surprising or especially interesting. We may hope that they will lead to further studies. It is a pleasure to thank Richard W. Cottle for a careful reading of an early draft of this paper and for useful comments. 1 Volume in RN Let us begin by calculating the volume of the unit ball in RN and the surface area of its bounding unit sphere. We let ΩN denote the former and ωN−1 denote the latter. In addition, we let Γ(x) be the celebrated Gamma function of L. Euler. It is a helpful intuition (which is literally true when x is an 1We are happy to thank the American Institute of Mathematics for its hospitality and support during this work.
    [Show full text]
  • Compact Non-Hausdorff Manifolds
    A.G.M. Hommelberg Compact non-Hausdorff Manifolds Bachelor Thesis Supervisor: dr. D. Holmes Date Bachelor Exam: June 5th, 2014 Mathematisch Instituut, Universiteit Leiden 1 Contents 1 Introduction 3 2 The First Question: \Can every compact manifold be obtained by glueing together a finite number of compact Hausdorff manifolds?" 4 2.1 Construction of (Z; TZ ).................................5 2.2 The space (Z; TZ ) is a Compact Manifold . .6 2.3 A Negative Answer to our Question . .8 3 The Second Question: \If (R; TR) is a compact manifold, is there always a surjective ´etale map from a compact Hausdorff manifold to R?" 10 3.1 Construction of (R; TR)................................. 10 3.2 Etale´ maps and Covering Spaces . 12 3.3 A Negative Answer to our Question . 14 4 The Fundamental Groups of (R; TR) and (Z; TZ ) 16 4.1 Seifert - Van Kampen's Theorem for Fundamental Groupoids . 16 4.2 The Fundamental Group of (R; TR)........................... 19 4.3 The Fundamental Group of (Z; TZ )........................... 23 2 Chapter 1 Introduction One of the simplest examples of a compact manifold (definitions 2.0.1 and 2.0.2) that is not Hausdorff (definition 2.0.3), is the space X obtained by glueing two circles together in all but one point. Since the circle is a compact Hausdorff manifold, it is easy to prove that X is indeed a compact manifold. It is also easy to show X is not Hausdorff. Many other examples of compact manifolds that are not Hausdorff can also be created by glueing together compact Hausdorff manifolds.
    [Show full text]
  • General Topology
    General Topology Tom Leinster 2014{15 Contents A Topological spaces2 A1 Review of metric spaces.......................2 A2 The definition of topological space.................8 A3 Metrics versus topologies....................... 13 A4 Continuous maps........................... 17 A5 When are two spaces homeomorphic?................ 22 A6 Topological properties........................ 26 A7 Bases................................. 28 A8 Closure and interior......................... 31 A9 Subspaces (new spaces from old, 1)................. 35 A10 Products (new spaces from old, 2)................. 39 A11 Quotients (new spaces from old, 3)................. 43 A12 Review of ChapterA......................... 48 B Compactness 51 B1 The definition of compactness.................... 51 B2 Closed bounded intervals are compact............... 55 B3 Compactness and subspaces..................... 56 B4 Compactness and products..................... 58 B5 The compact subsets of Rn ..................... 59 B6 Compactness and quotients (and images)............. 61 B7 Compact metric spaces........................ 64 C Connectedness 68 C1 The definition of connectedness................... 68 C2 Connected subsets of the real line.................. 72 C3 Path-connectedness.......................... 76 C4 Connected-components and path-components........... 80 1 Chapter A Topological spaces A1 Review of metric spaces For the lecture of Thursday, 18 September 2014 Almost everything in this section should have been covered in Honours Analysis, with the possible exception of some of the examples. For that reason, this lecture is longer than usual. Definition A1.1 Let X be a set. A metric on X is a function d: X × X ! [0; 1) with the following three properties: • d(x; y) = 0 () x = y, for x; y 2 X; • d(x; y) + d(y; z) ≥ d(x; z) for all x; y; z 2 X (triangle inequality); • d(x; y) = d(y; x) for all x; y 2 X (symmetry).
    [Show full text]