General Topology

Total Page:16

File Type:pdf, Size:1020Kb

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). A metric space is a set together with a metric on it, or more formally, a pair (X; d) where X is a set and d is a metric on X. n Examples A1.2 i. The Euclidean metric d2 on R is given by n 1=2 X 2 d2(x; y) = (xi − yi) i=1 n n for all x = (x1; : : : ; xn) and y = (y1; : : : ; yn) in R . So (R ; d2) is a metric n space. The same formula defines a metric d2 on X for any X ⊆ R . n ii. This is not the only metric on R . For example, there is a metric d1 on Rn given by n X d1(x; y) = jxi − yij i=1 and another, d1, given by d1(x; y) = max jxi − yij: 1≤i≤n 2 n (In fact, there is a metric dp on R for each p ≥ 1; perhaps you can guess what it is from the definitions of d1 and d2. The limit of dp(x; y) as p ! 1 is d1(x; y), hence the name.) iii. Let a; b 2 R with a ≤ b, and let C[a; b] denote the set of continuous functions [a; b] ! R. There are at least three interesting metrics on C[a; b], which again are denoted by d1, d2 and d1. They are defined by Z b d1(f; g) = jf(t) − g(t)j dt; a Z b 1=2 2 d2(f; g) = (f(t) − g(t)) dt ; a d1(f; g) = sup jf(t) − g(t)j: a≤t≤b If you do the Linear Analysis or Fourier Analysis course, you'll get very used to the idea of spaces whose elements are functions. iv. Let A be any set, which you might think of as an alphabet. Let n 2 N. The Hamming metric d on An is given by d(x; y) = i 2 f1; : : : ; ng : xi 6= yi n for x = (x1; : : : ; xn) and y = (y1; : : : ; yn) in A . In other words, the Ham- ming distance between two strings or `words' (x1; : : : ; xn) and (y1; : : : ; yn) is the number of coordinates in which they differ. The Hamming metric is often used in the theory of information and com- munication. For instance, if I write the word `needle' on the blackboard and you mistakenly copy it down as `noodle', the Hamming distance be- tween the words is 2, which is the number of errors of communication. v. An informal example: consider any region of space X, such as the area within the King's Buildings accessible by foot. (This excludes the space occupied by trees, walls, etc.) We can certainly use the Euclidean metric on X, which is the distance as the crow flies. But in practical terms, we are often more interested in the `shortest path metric', that is, the distance by foot. This is indeed a metric; you should be able to persuade yourself that the three axioms hold. This example is made precise on problem sheet 1. Strictly speaking, we should write metric spaces as pairs (X; d), where X is a set and d is a metric on X. But usually, I will just say `a metric space X', using the letter d for the metric unless indicated otherwise. Definition A1.3 Let X be a metric space, let x 2 X, and let " > 0. The open ball around x of radius ", or more briefly the open "-ball around x, is the subset B(x; ") = fy 2 X : d(x; y) < "g of X. Similarly, the closed "-ball around x is B¯(x; ") = fy 2 X : d(x; y) ≤ "g: 3 A good exercise is to go through Examples A1.2 and work out what the open and closed balls are in each of the examples given. Now comes an extremely important definition. Definition A1.4 Let X be a metric space. i. A subset U of X is open in X (or an open subset of X) if for all u 2 U, there exists " > 0 such that B(u; ") ⊆ U. ii. A subset V of X is closed in X if X n V is open in X. Thus, U is open if every point of U has some elbow room|it can move a little bit in each direction without leaving U. Warning A1.5 Closed does not mean `not open'! Subsets are not like doors. A subset of a metric space can be: • neither open nor closed, such as [0; 1) in R • both open and closed, such as R in R • open but not closed, such as (0; 1) in R • closed but not open, such as [0; 1] in R. Warning A1.6 Another warning: properly, there's no such thing as an `open set', only an open subset. In other words, we should never say `U is open'; we should always say `U is open in X'. This can matter. For instance, [0; 1) is not open in R, but it is open in [0; 2]. (Why?) In practice, it's often clear which space X we're operating inside, and then it's generally safe to speak of sets simply being `open' without mentioning which space they're open in. (Wade's book is often casual in this way.) Nevertheless, it's important to realize that this is a casual use of language, and can lead to errors if you're not careful. 4 Remark A1.7 Open balls are open and closed balls are closed. For a proof, see Remark 10.9 of Wade's book, or try it as an exercise. Closed subsets of a metric space can be characterized in terms of convergent sequences, as follows. 1 Definition A1.8 Let X be a metric space, let (xn)n=1 be a sequence in X, and let x 2 X. Then (xn) converges to x if d(xn; x) ! 0 as n ! 1: Explicitly, then, (xn) converges to x if and only if: for all " > 0, there exists N ≥ 1 such that for all n ≥ N, d(xn; x) < ". This generalizes the definition you're familiar with for R. Lemma A1.9 Let X be a metric space and V ⊆ X. Then V is closed in X if and only if: for all sequences (xn) in V and all x in X, if (xn) converges to x then x 2 V . A proof very similar to the following can also be found in Wade (Theo- rem 10.16). Proof Suppose that V is closed, and let (xn) be a sequence in V converging to some point x 2 X. We must show that x 2 V . Suppose for a contradiction that x 2 X n V . Since X n V is open in X, there is some " > 0 such that B(x; ") ⊆ X n V . Now (xn) converges to x, so there exists N such that d(xn; x) < " for all n ≥ N. In particular, d(xN ; x) < ", that is, xN 2 B(x; "); hence xN 2 X n V . This contradicts the hypothesis that (xn) is a sequence in V . Now suppose that V is not closed. We must show that the given condition does not hold, in other words, that there exists a sequence (xn) in V converging to a point of X not in V . Since V is not closed, X n V is not open. Hence there is some point x 2 X n V with the property that for all " > 0, the ball B(x; ") has nonempty intersection with V . For each n ≥ 1, choose an element xn 2 B(x; 1=n) \ V . Then (xn) is a sequence in V converging to x 2 X n V , as required. Next we state some fundamental properties of open and closed subsets. In order to do this, we'll need to recall some basic set theory. Remark A1.10 Let X be a set. A family (Ai)i2I of subsets of X is a set I together with a subset Ai ⊆ X for each i 2 I.
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]
  • Math 296. Homework 3 (Due Jan 28) 1
    Math 296. Homework 3 (due Jan 28) 1. Equivalence Classes. Let R be an equivalence relation on a set X. For each x ∈ X, consider the subset xR ⊂ X consisting of all the elements y in X such that xRy. A set of the form xR is called an equivalence class. (1) Show that xR = yR (as subsets of X) if and only if xRy. (2) Show that xR ∩ yR = ∅ or xR = yR. (3) Show that there is a subset Y (called equivalence classes representatives) of X such that X is the disjoint union of subsets of the form yR for y ∈ Y . Is the set Y uniquely determined? (4) For each of the equivalence relations from Problem Set 2, Exercise 5, Parts 3, 5, 6, 7, 8: describe the equivalence classes, find a way to enumerate them by picking a nice representative for each, and find the cardinality of the set of equivalence classes. [I will ask Ruthi to discuss this a bit in the discussion session.] 2. Pliability of Smooth Functions. This problem undertakes a very fundamental construction: to prove that ∞ −1/x2 C -functions are very soft and pliable. Let F : R → R be defined by F (x) = e for x 6= 0 and F (0) = 0. (1) Verify that F is infinitely differentiable at every point (don’t forget that you computed on a 295 problem set that the k-th derivative exists and is zero, for all k ≥ 1). −1/x2 ∞ (2) Let ϕ : R → R be defined by ϕ(x) = 0 for x ≤ 0 and ϕ(x) = e for x > 0.
    [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]
  • FUNCTIONAL ANALYSIS 1. Metric and Topological Spaces A
    FUNCTIONAL ANALYSIS CHRISTIAN REMLING 1. Metric and topological spaces A metric space is a set on which we can measure distances. More precisely, we proceed as follows: let X 6= ; be a set, and let d : X×X ! [0; 1) be a map. Definition 1.1. (X; d) is called a metric space if d has the following properties, for arbitrary x; y; z 2 X: (1) d(x; y) = 0 () x = y (2) d(x; y) = d(y; x) (3) d(x; y) ≤ d(x; z) + d(z; y) Property 3 is called the triangle inequality. It says that a detour via z will not give a shortcut when going from x to y. The notion of a metric space is very flexible and general, and there are many different examples. We now compile a preliminary list of metric spaces. Example 1.1. If X 6= ; is an arbitrary set, then ( 0 x = y d(x; y) = 1 x 6= y defines a metric on X. Exercise 1.1. Check this. This example does not look particularly interesting, but it does sat- isfy the requirements from Definition 1.1. Example 1.2. X = C with the metric d(x; y) = jx−yj is a metric space. X can also be an arbitrary non-empty subset of C, for example X = R. In fact, this works in complete generality: If (X; d) is a metric space and Y ⊆ X, then Y with the same metric is a metric space also. Example 1.3. Let X = Cn or X = Rn. For each p ≥ 1, n !1=p X p dp(x; y) = jxj − yjj j=1 1 2 CHRISTIAN REMLING defines a metric on X.
    [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]
  • 7.2 Binary Operators Closure
    last edited April 19, 2016 7.2 Binary Operators A precise discussion of symmetry benefits from the development of what math- ematicians call a group, which is a special kind of set we have not yet explicitly considered. However, before we define a group and explore its properties, we reconsider several familiar sets and some of their most basic features. Over the last several sections, we have considered many di↵erent kinds of sets. We have considered sets of integers (natural numbers, even numbers, odd numbers), sets of rational numbers, sets of vertices, edges, colors, polyhedra and many others. In many of these examples – though certainly not in all of them – we are familiar with rules that tell us how to combine two elements to form another element. For example, if we are dealing with the natural numbers, we might considered the rules of addition, or the rules of multiplication, both of which tell us how to take two elements of N and combine them to give us a (possibly distinct) third element. This motivates the following definition. Definition 26. Given a set S,abinary operator ? is a rule that takes two elements a, b S and manipulates them to give us a third, not necessarily distinct, element2 a?b. Although the term binary operator might be new to us, we are already familiar with many examples. As hinted to earlier, the rule for adding two numbers to give us a third number is a binary operator on the set of integers, or on the set of rational numbers, or on the set of real numbers.
    [Show full text]
  • 3. Closed Sets, Closures, and Density
    3. Closed sets, closures, and density 1 Motivation Up to this point, all we have done is define what topologies are, define a way of comparing two topologies, define a method for more easily specifying a topology (as a collection of sets generated by a basis), and investigated some simple properties of bases. At this point, we will start introducing some more interesting definitions and phenomena one might encounter in a topological space, starting with the notions of closed sets and closures. Thinking back to some of the motivational concepts from the first lecture, this section will start us on the road to exploring what it means for two sets to be \close" to one another, or what it means for a point to be \close" to a set. We will draw heavily on our intuition about n convergent sequences in R when discussing the basic definitions in this section, and so we begin by recalling that definition from calculus/analysis. 1 n Definition 1.1. A sequence fxngn=1 is said to converge to a point x 2 R if for every > 0 there is a number N 2 N such that xn 2 B(x) for all n > N. 1 Remark 1.2. It is common to refer to the portion of a sequence fxngn=1 after some index 1 N|that is, the sequence fxngn=N+1|as a tail of the sequence. In this language, one would phrase the above definition as \for every > 0 there is a tail of the sequence inside B(x)." n Given what we have established about the topological space Rusual and its standard basis of -balls, we can see that this is equivalent to saying that there is a tail of the sequence inside any open set containing x; this is because the collection of -balls forms a basis for the usual topology, and thus given any open set U containing x there is an such that x 2 B(x) ⊆ U.
    [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]
  • Pg**- Compact Spaces
    International Journal of Mathematics Research. ISSN 0976-5840 Volume 9, Number 1 (2017), pp. 27-43 © International Research Publication House http://www.irphouse.com pg**- compact spaces Mrs. G. Priscilla Pacifica Assistant Professor, St.Mary’s College, Thoothukudi – 628001, Tamil Nadu, India. Dr. A. Punitha Tharani Associate Professor, St.Mary’s College, Thoothukudi –628001, Tamil Nadu, India. Abstract The concepts of pg**-compact, pg**-countably compact, sequentially pg**- compact, pg**-locally compact and pg**- paracompact are introduced, and several properties are investigated. Also the concept of pg**-compact modulo I and pg**-countably compact modulo I spaces are introduced and the relation between these concepts are discussed. Keywords: pg**-compact, pg**-countably compact, sequentially pg**- compact, pg**-locally compact, pg**- paracompact, pg**-compact modulo I, pg**-countably compact modulo I. 1. Introduction Levine [3] introduced the class of g-closed sets in 1970. Veerakumar [7] introduced g*- closed sets. P M Helen[5] introduced g**-closed sets. A.S.Mashhour, M.E Abd El. Monsef [4] introduced a new class of pre-open sets in 1982. Ideal topological spaces have been first introduced by K.Kuratowski [2] in 1930. In this paper we introduce 28 Mrs. G. Priscilla Pacifica and Dr. A. Punitha Tharani pg**-compact, pg**-countably compact, sequentially pg**-compact, pg**-locally compact, pg**-paracompact, pg**-compact modulo I and pg**-countably compact modulo I spaces and investigate their properties. 2. Preliminaries Throughout this paper(푋, 휏) and (푌, 휎) represent non-empty topological spaces of which no separation axioms are assumed unless otherwise stated. Definition 2.1 A subset 퐴 of a topological space(푋, 휏) is called a pre-open set [4] if 퐴 ⊆ 푖푛푡(푐푙(퐴) and a pre-closed set if 푐푙(푖푛푡(퐴)) ⊆ 퐴.
    [Show full text]
  • The Boundary Manifold of a Complex Line Arrangement
    Geometry & Topology Monographs 13 (2008) 105–146 105 The boundary manifold of a complex line arrangement DANIEL CCOHEN ALEXANDER ISUCIU We study the topology of the boundary manifold of a line arrangement in CP2 , with emphasis on the fundamental group G and associated invariants. We determine the Alexander polynomial .G/, and more generally, the twisted Alexander polynomial associated to the abelianization of G and an arbitrary complex representation. We give an explicit description of the unit ball in the Alexander norm, and use it to analyze certain Bieri–Neumann–Strebel invariants of G . From the Alexander polynomial, we also obtain a complete description of the first characteristic variety of G . Comparing this with the corresponding resonance variety of the cohomology ring of G enables us to characterize those arrangements for which the boundary manifold is formal. 32S22; 57M27 For Fred Cohen on the occasion of his sixtieth birthday 1 Introduction 1.1 The boundary manifold Let A be an arrangement of hyperplanes in the complex projective space CPm , m > 1. Denote by V S H the corresponding hypersurface, and by X CPm V its D H A D n complement. Among2 the origins of the topological study of arrangements are seminal results of Arnol’d[2] and Cohen[8], who independently computed the cohomology of the configuration space of n ordered points in C, the complement of the braid arrangement. The cohomology ring of the complement of an arbitrary arrangement A is by now well known. It is isomorphic to the Orlik–Solomon algebra of A, see Orlik and Terao[34] as a general reference.
    [Show full text]
  • Course 221: Michaelmas Term 2006 Section 3: Complete Metric Spaces, Normed Vector Spaces and Banach Spaces
    Course 221: Michaelmas Term 2006 Section 3: Complete Metric Spaces, Normed Vector Spaces and Banach Spaces David R. Wilkins Copyright c David R. Wilkins 1997–2006 Contents 3 Complete Metric Spaces, Normed Vector Spaces and Banach Spaces 2 3.1 The Least Upper Bound Principle . 2 3.2 Monotonic Sequences of Real Numbers . 2 3.3 Upper and Lower Limits of Bounded Sequences of Real Numbers 3 3.4 Convergence of Sequences in Euclidean Space . 5 3.5 Cauchy’s Criterion for Convergence . 5 3.6 The Bolzano-Weierstrass Theorem . 7 3.7 Complete Metric Spaces . 9 3.8 Normed Vector Spaces . 11 3.9 Bounded Linear Transformations . 15 3.10 Spaces of Bounded Continuous Functions on a Metric Space . 19 3.11 The Contraction Mapping Theorem and Picard’s Theorem . 20 3.12 The Completion of a Metric Space . 23 1 3 Complete Metric Spaces, Normed Vector Spaces and Banach Spaces 3.1 The Least Upper Bound Principle A set S of real numbers is said to be bounded above if there exists some real number B such x ≤ B for all x ∈ S. Similarly a set S of real numbers is said to be bounded below if there exists some real number A such that x ≥ A for all x ∈ S. A set S of real numbers is said to be bounded if it is bounded above and below. Thus a set S of real numbers is bounded if and only if there exist real numbers A and B such that A ≤ x ≤ B for all x ∈ S.
    [Show full text]