Metric and Banach Spaces

Total Page:16

File Type:pdf, Size:1020Kb

Metric and Banach Spaces Appendix B Metric and Banach spaces In this appendix, we recall some basic definitions of functional analysis about metric and Banach spaces that are largely employed to prove existence results for partial differential equations. These definitions will in particular provide an answer to the question of ”how close are two objects ?” The topological concepts and the concepts of the measure theory meet in this matter and there are numerous links between these two fields. Contents B.1 Metric spaces . 85 B.2 Complete metric spaces. 87 B.3 Boundedness and compactness . 89 B.4 Normed and Banach spaces . 91 B.5 Schwartz space, Fr´echet space . 96 B.1 Metric spaces Definition B.1 A metric space is a couple (X, d) where X is a set and d is a metric (or a distance) on X, that is a function d : X X R+ such that × → 1. d(x, y) 0 (non-negativity) ≥ 2. d(x, y) = 0 if and only if x = y (identity) 3. d(x, y) = d(y, x) (symmetry) 4. d(x, z) d(x, y) + d(y, z) (triangle inequality). ≤ Remark B.1 Usually, only three conditions are used to define a distance function. Indeed, the first of these conditions is a property that follows from the other three, since: 2d(x, y) = d(x, y) + d(y, x) d(x, x) = 0 . ≥ Definition B.2 Let (X, d) be a metric space and r a stricly positive scalar value. At any point x in a metric space, we define the open ball (resp. closed ball) of radius r about x as the set B(x, r) = y { ∈ X : d(x, y) < r (resp. B (x, r) = y X , d(x, y) r ). } c { ∈ ≤ } 85 86 Chapter B. Metric and Banach spaces These balls generate a topology on X, making it a topological space . A subset Y of X is called an open if it is a union of open balls, its complement is called a closed. Given a non empty and bounded set A of a metric space (X, d). There exists a smallest scalar value δ such that (x, y) A A , d(x, y) δ , ∀ ∈ × ≤ we denote δ(A) this value and we call it the diameter of A. The notion of distance allows to define the concepts of the limit of a sequence and of a continuous function. Definition B.3 (a) Convergence of sequences: Let (xn)n a sequence of elements of a metric set ∈N (X, d) and l X a point. The sequence (xn)n converges towards l if and only if: ∈ ∈N ε > 0 , n , n n d(x , l) < ε . ∀ ∃ 0 ≥ 0 ⇒ n (b) continuity of functions: Consider a function f between two metrics spaces (X, dX ) and (Y, dY ) and a point x X. Then, f is continuous at the point x if: 0 ∈ 0 ε > 0 , δ > 0 , / d (x, x ) < δ d (f(x), f(x )) < ε . ∀ ∃ X 0 ⇒ Y 0 Proposition B.1 (Composition of continuous functions) Let (X, dX ), (Y, dY ) and (Z, dZ ) be three metric spaces and f : X Y , g : Y Z two functions. Suppose f is continuous at a point x and g at → → 0 the point f(x ). Then the function g f is continuous at x . 0 ◦ 0 Proposition B.2 Let (X, dX ) and (Y, dY ) be two metric spaces, f : X Y a function and (xn)n a → ∈N sequence of elements in X. Suppose (xn)n converges to l and the function f is continuous at l. Then, ∈N the sequence of elements of Y defined by (f(xn))n converges to f(l). ∈N We recall three topological concepts in topology. Definition B.4 Suppose (X, d) is a metric space and A X is an arbitrary subset of X. Then, ⊂ (a) The interior of A, denoted as A◦ is the set of points x X such that there exists an open ball B(x, r) ∈ (r > 0) centered at x which is contained in A. (b) The closure of A, denoted as A¯, is the set of points x X such that any open ball B(x, r) (r > 0) ∈ centered at x contains a point of A (the point may be x itself). (c) A is dense in X if and only if A¯ = X. Remark B.2 (i) the set A is open if and only if A = A◦ . In particular, the interior of the empty set if the empty set. (ii) the set A is closed if and only if A¯ = A. In particular, the closure of the empty set is the empty set and the closure of A itself is A. Proposition B.3 Let A be a subset of a metric space (X, d). A point x belongs to A¯ if and only if there exists a sequence (an)n of elements of A such that lim an = x. ∈N n →∞ B.2. Complete metric spaces. 87 Definition B.5 Let (xn)n be a sequence in a metric space (X, d). We define the set of all closure ∈N values of (xn)n , denoted as Clo(xn) as: ∈N def def Clo(x ) = A¯ with A = x , m n . n n n { m ≥ } n !∈N Then , we have a concept very important in numerical analysis. Theorem B.1 Let (xn)n be a sequence in a metric space (X, d). A point l X belongs to Clo(xn) if ∈N ∈ and only if there exists a strictly increasing function φ : N N ( n N, φ(n) > n) such that: → ∀ ∈ lim xφ(n) = l . n →∞ Definition B.6 Let (X, d ) and (Y, d ) be two metric spaces and let consider a function f : X Y . X Y → Then, (a) the function is uniformly continuous if and only if: ε > 0 , α > 0 , (x, x%) X , d (x, x%) < α d (f(x), f(x%)) < ε , ∀ ∃ ∀ ∈ X ⇒ Y (b) the function f is locally H¨older continuous (satisfies a H¨older condition) of exponent α [0, 1] if ∈ and only if there exists a nonnegative constant k such that: α (x, x%) X X , d (x, x%) 1 d (f(x), f(x%)) k d (x, x%) . ∀ ∈ × X ≤ ⇒ Y ≤ X Remark B.3 (see also Definition (C.1)). In the previous definition, (i) If α = 1, the function f is locally k-Lipschitz continuous. (ii) If α = 1 and if the condition d (x, x ) 1 can be omited, the function f is globally k-Lipschitz X % ≤ continuous. Definition B.7 Given a subset A X of a metric space (X, d) and x X. The distance between the ⊂ ∈ point x and the set A is the infimum of the distances between the point and those in the set: def d(x, A) = inf d(x, a) . a A ∈ + Proposition B.4 Given A (X, d). The function dA : X R , x d(x, A) is k-Lipschitz with the ⊂ → +→ constant k = 1. B.2 Complete metric spaces. Definition B.8 Let (X, d) be a metric space. A Cauchy sequence in X is a sequence (xn)n of elements ∈N of X such that: ε > 0 , n0 N , n n0 , m n0 , d(xn, xm) ε . ∀ ∃ ∈ ∀ ≥ ∀ ≥ ≤ In particular, any convergent sequence is a Cauchy sequence thanks to the triangle inequality. Proposition B.5 Any Cauchy sequence in a metric space is bounded. 88 Chapter B. Metric and Banach spaces Proof. If (xn)n is a Cauchy sequence, there exists n0 N such that for all n n0, and for all m n0, ∈N ∈ ≥ ≥ we have d(xn, xm) 1 + max d(xn, xm). The results follows. 2 ! ≤ (n,m) 0,... n0 ∈{ } Notice that given a Cauchy sequence (xn)n and a continuous function f then (f(xn))n is not ∈N ∈N necessarily a Cauchy sequence. However, we have Theorem B.2 Let (X, dX ) and (Y, dY ) be two metric spaces and let consider a uniformely continuous function f : (X, dX ) (Y, dY ). If (xn)n is a Cauchy sequence of X, then f(xn)n is a Cauchy → ∈N ∈N sequence of F . The reciprocal one is not true. Proposition B.6 We have two properties about convergent sequences and Cauchy sequences. (a) In a metric space (X, d), any convergente sequence is a Cauchy sequence and conversely, any Cauchy sequence having a closure value l converges to l. (b) In any metrix space (X, d), a Cauchy sequence which has convergent subsequence with limit l is itself convergent with the same limit l. These two properties yield one standard proof of the completness of the real numbers (with the Bolzano- Weierstrass theorem). Definition B.9 A metric space (X, d) in which every Cauchy sequence converges (has a limit in X) is called complete. A Polish space is a separable complete metric space. The advantage of working wih Cauchy sequences and with the completness concept is provided by the Banach spaces. The following theorem will be used to show the existence of a unique solution for ordinary differential equation (see Cauchy-Lipschitz theorem). Theorem B.3 (Banach fixed-point) Given f : (X, d) (X, d) a contraction map, i.e. a function → such that there exists a real number k [0, 1[ such that ∈ d(f(x), f(y)) k d(x, y) . ≤ Then, there exists a unique fixed point z such that f(z) = z. Proof. (Picard’s iterative method) Given x0 X, we consider the sequence (xn)n defined as ∈ ∈N xn+1 = f(xn). We will show that this sequence converges toward the fixed point z, for all x0.
Recommended publications
  • 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]
  • 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]
  • 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]
  • Be a Metric Space
    2 The University of Sydney show that Z is closed in R. The complement of Z in R is the union of all the Pure Mathematics 3901 open intervals (n, n + 1), where n runs through all of Z, and this is open since every union of open sets is open. So Z is closed. Metric Spaces 2000 Alternatively, let (an) be a Cauchy sequence in Z. Choose an integer N such that d(xn, xm) < 1 for all n ≥ N. Put x = xN . Then for all n ≥ N we have Tutorial 5 |xn − x| = d(xn, xN ) < 1. But xn, x ∈ Z, and since two distinct integers always differ by at least 1 it follows that xn = x. This holds for all n > N. 1. Let X = (X, d) be a metric space. Let (xn) and (yn) be two sequences in X So xn → x as n → ∞ (since for all ε > 0 we have 0 = d(xn, x) < ε for all such that (yn) is a Cauchy sequence and d(xn, yn) → 0 as n → ∞. Prove that n > N). (i)(xn) is a Cauchy sequence in X, and 4. (i) Show that if D is a metric on the set X and f: Y → X is an injective (ii)(xn) converges to a limit x if and only if (yn) also converges to x. function then the formula d(a, b) = D(f(a), f(b)) defines a metric d on Y , and use this to show that d(m, n) = |m−1 − n−1| defines a metric Solution.
    [Show full text]
  • DEFINITIONS and THEOREMS in GENERAL TOPOLOGY 1. Basic
    DEFINITIONS AND THEOREMS IN GENERAL TOPOLOGY 1. Basic definitions. A topology on a set X is defined by a family O of subsets of X, the open sets of the topology, satisfying the axioms: (i) ; and X are in O; (ii) the intersection of finitely many sets in O is in O; (iii) arbitrary unions of sets in O are in O. Alternatively, a topology may be defined by the neighborhoods U(p) of an arbitrary point p 2 X, where p 2 U(p) and, in addition: (i) If U1;U2 are neighborhoods of p, there exists U3 neighborhood of p, such that U3 ⊂ U1 \ U2; (ii) If U is a neighborhood of p and q 2 U, there exists a neighborhood V of q so that V ⊂ U. A topology is Hausdorff if any distinct points p 6= q admit disjoint neigh- borhoods. This is almost always assumed. A set C ⊂ X is closed if its complement is open. The closure A¯ of a set A ⊂ X is the intersection of all closed sets containing X. A subset A ⊂ X is dense in X if A¯ = X. A point x 2 X is a cluster point of a subset A ⊂ X if any neighborhood of x contains a point of A distinct from x. If A0 denotes the set of cluster points, then A¯ = A [ A0: A map f : X ! Y of topological spaces is continuous at p 2 X if for any open neighborhood V ⊂ Y of f(p), there exists an open neighborhood U ⊂ X of p so that f(U) ⊂ V .
    [Show full text]
  • Synthetic Topology and Constructive Metric Spaces
    University of Ljubljana Faculty of Mathematics and Physics Department of Mathematics Davorin Leˇsnik Synthetic Topology and Constructive Metric Spaces Doctoral thesis Advisor: izr. prof. dr. Andrej Bauer arXiv:2104.10399v1 [math.GN] 21 Apr 2021 Ljubljana, 2010 Univerza v Ljubljani Fakulteta za matematiko in fiziko Oddelek za matematiko Davorin Leˇsnik Sintetiˇcna topologija in konstruktivni metriˇcni prostori Doktorska disertacija Mentor: izr. prof. dr. Andrej Bauer Ljubljana, 2010 Abstract The thesis presents the subject of synthetic topology, especially with relation to metric spaces. A model of synthetic topology is a categorical model in which objects possess an intrinsic topology in a suitable sense, and all morphisms are continuous with regard to it. We redefine synthetic topology in order to incorporate closed sets, and several generalizations are made. Real numbers are reconstructed (to suit the new background) as open Dedekind cuts. An extensive theory is developed when metric and intrinsic topology match. In the end the results are examined in four specific models. Math. Subj. Class. (MSC 2010): 03F60, 18C50 Keywords: synthetic, topology, metric spaces, real numbers, constructive Povzetek Disertacija predstavi podroˇcje sintetiˇcne topologije, zlasti njeno povezavo z metriˇcnimi prostori. Model sintetiˇcne topologije je kategoriˇcni model, v katerem objekti posedujejo intrinziˇcno topologijo v ustreznem smislu, glede na katero so vsi morfizmi zvezni. Definicije in izreki sintetiˇcne topologije so posploˇseni, med drugim tako, da vkljuˇcujejo zaprte mnoˇzice. Realna ˇstevila so (zaradi sin- tetiˇcnega ozadja) rekonstruirana kot odprti Dedekindovi rezi. Obˇsirna teorija je razvita, kdaj se metriˇcna in intrinziˇcna topologija ujemata. Na koncu prouˇcimo dobljene rezultate v ˇstirih izbranih modelih. Math. Subj. Class. (MSC 2010): 03F60, 18C50 Kljuˇcne besede: sintetiˇcen, topologija, metriˇcni prostori, realna ˇstevila, konstruktiven 8 Contents Introduction 11 0.1 Acknowledgements .................................
    [Show full text]
  • Chapter 7. Complete Metric Spaces and Function Spaces
    43. Complete Metric Spaces 1 Chapter 7. Complete Metric Spaces and Function Spaces Note. Recall from your Analysis 1 (MATH 4217/5217) class that the real numbers R are a “complete ordered field” (in fact, up to isomorphism there is only one such structure; see my online notes at http://faculty.etsu.edu/gardnerr/4217/ notes/1-3.pdf). The Axiom of Completeness in this setting requires that ev- ery set of real numbers with an upper bound have a least upper bound. But this idea (which dates from the mid 19th century and the work of Richard Dedekind) depends on the ordering of R (as evidenced by the use of the terms “upper” and “least”). In a metric space, there is no such ordering and so the completeness idea (which is fundamental to all of analysis) must be dealt with in an alternate way. Munkres makes a nice comment on page 263 declaring that“completeness is a metric property rather than a topological one.” Section 43. Complete Metric Spaces Note. In this section, we define Cauchy sequences and use them to define complete- ness. The motivation for these ideas comes from the fact that a sequence of real numbers is Cauchy if and only if it is convergent (see my online notes for Analysis 1 [MATH 4217/5217] http://faculty.etsu.edu/gardnerr/4217/notes/2-3.pdf; notice Exercise 2.3.13). 43. Complete Metric Spaces 2 Definition. Let (X, d) be a metric space. A sequence (xn) of points of X is a Cauchy sequence on (X, d) if for all ε > 0 there is N N such that if m, n N ∈ ≥ then d(xn, xm) < ε.
    [Show full text]
  • University of Cape Town Department of Mathematics and Applied Mathematics Faculty of Science
    The copyright of this thesis vests in the author. No quotation from it or information derived from it is to be published without full acknowledgementTown of the source. The thesis is to be used for private study or non- commercial research purposes only. Cape Published by the University ofof Cape Town (UCT) in terms of the non-exclusive license granted to UCT by the author. University University of Cape Town Department of Mathematics and Applied Mathematics Faculty of Science Convexity in quasi-metricTown spaces Cape ofby Olivier Olela Otafudu May 2012 University A thesis presented for the degree of Doctor of Philosophy prepared under the supervision of Professor Hans-Peter Albert KÄunzi. Abstract Over the last ¯fty years much progress has been made in the investigation of the hyperconvex hull of a metric space. In particular, Dress, Espinola, Isbell, Jawhari, Khamsi, Kirk, Misane, Pouzet published several articles concerning hyperconvex metric spaces. The principal aim of this thesis is to investigateTown the existence of an injective hull in the categories of T0-quasi-metric spaces and of T0-ultra-quasi- metric spaces with nonexpansive maps. Here several results obtained by others for the hyperconvex hull of a metric space haveCape been generalized by us in the case of quasi-metric spaces. In particular we haveof obtained some original results for the q-hyperconvex hull of a T0-quasi-metric space; for instance the q-hyperconvex hull of any totally bounded T0-quasi-metric space is joincompact. Also a construction of the ultra-quasi-metrically injective (= u-injective) hull of a T0-ultra-quasi- metric space is provided.
    [Show full text]
  • Basic Functional Analysis Master 1 UPMC MM005
    Basic Functional Analysis Master 1 UPMC MM005 Jean-Fran¸coisBabadjian, Didier Smets and Franck Sueur October 18, 2011 2 Contents 1 Topology 5 1.1 Basic definitions . 5 1.1.1 General topology . 5 1.1.2 Metric spaces . 6 1.2 Completeness . 7 1.2.1 Definition . 7 1.2.2 Banach fixed point theorem for contraction mapping . 7 1.2.3 Baire's theorem . 7 1.2.4 Extension of uniformly continuous functions . 8 1.2.5 Banach spaces and algebra . 8 1.3 Compactness . 11 1.4 Separability . 12 2 Spaces of continuous functions 13 2.1 Basic definitions . 13 2.2 Completeness . 13 2.3 Compactness . 14 2.4 Separability . 15 3 Measure theory and Lebesgue integration 19 3.1 Measurable spaces and measurable functions . 19 3.2 Positive measures . 20 3.3 Definition and properties of the Lebesgue integral . 21 3.3.1 Lebesgue integral of non negative measurable functions . 21 3.3.2 Lebesgue integral of real valued measurable functions . 23 3.4 Modes of convergence . 25 3.4.1 Definitions and relationships . 25 3.4.2 Equi-integrability . 27 3.5 Positive Radon measures . 29 3.6 Construction of the Lebesgue measure . 34 4 Lebesgue spaces 39 4.1 First definitions and properties . 39 4.2 Completeness . 41 4.3 Density and separability . 42 4.4 Convolution . 42 4.4.1 Definition and Young's inequality . 43 4.4.2 Mollifier . 44 4.5 A compactness result . 45 5 Continuous linear maps 47 5.1 Space of continuous linear maps . 47 5.2 Uniform boundedness principle{Banach-Steinhaus theorem .
    [Show full text]
  • The Range of Ultrametrics, Compactness, and Separability
    The range of ultrametrics, compactness, and separability Oleksiy Dovgosheya,∗, Volodymir Shcherbakb aDepartment of Theory of Functions, Institute of Applied Mathematics and Mechanics of NASU, Dobrovolskogo str. 1, Slovyansk 84100, Ukraine bDepartment of Applied Mechanics, Institute of Applied Mathematics and Mechanics of NASU, Dobrovolskogo str. 1, Slovyansk 84100, Ukraine Abstract We describe the order type of range sets of compact ultrametrics and show that an ultrametrizable infinite topological space (X, τ) is compact iff the range sets are order isomorphic for any two ultrametrics compatible with the topology τ. It is also shown that an ultrametrizable topology is separable iff every compatible with this topology ultrametric has at most countable range set. Keywords: totally bounded ultrametric space, order type of range set of ultrametric, compact ultrametric space, separable ultrametric space 2020 MSC: Primary 54E35, Secondary 54E45 1. Introduction In what follows we write R+ for the set of all nonnegative real numbers, Q for the set of all rational number, and N for the set of all strictly positive integer numbers. Definition 1.1. A metric on a set X is a function d: X × X → R+ satisfying the following conditions for all x, y, z ∈ X: (i) (d(x, y)=0) ⇔ (x = y); (ii) d(x, y)= d(y, x); (iii) d(x, y) ≤ d(x, z)+ d(z,y) . + + A metric space is a pair (X, d) of a set X and a metric d: X × X → R . A metric d: X × X → R is an ultrametric on X if we have d(x, y) ≤ max{d(x, z), d(z,y)} (1.1) for all x, y, z ∈ X.
    [Show full text]
  • Chapter 2 Metric Spaces and Topology
    2.1. METRIC SPACES 29 Definition 2.1.29. The function f is called uniformly continuous if it is continu- ous and, for all > 0, the δ > 0 can be chosen independently of x0. In precise mathematical notation, one has ( > 0)( δ > 0)( x X) ∀ ∃ ∀ 0 ∈ ( x x0 X d (x , x0) < δ ), d (f(x ), f(x)) < . ∀ ∈ { ∈ | X 0 } Y 0 Definition 2.1.30. A function f : X Y is called Lipschitz continuous on A X → ⊆ if there is a constant L R such that dY (f(x), f(y)) LdX (x, y) for all x, y A. ∈ ≤ ∈ Let fA denote the restriction of f to A X defined by fA : A Y with ⊆ → f (x) = f(x) for all x A. It is easy to verify that, if f is Lipschitz continuous on A ∈ A, then fA is uniformly continuous. Problem 2.1.31. Let (X, d) be a metric space and define f : X R by f(x) = → d(x, x ) for some fixed x X. Show that f is Lipschitz continuous with L = 1. 0 0 ∈ 2.1.3 Completeness Suppose (X, d) is a metric space. From Definition 2.1.8, we know that a sequence x , x ,... of points in X converges to x X if, for every δ > 0, there exists an 1 2 ∈ integer N such that d(x , x) < δ for all i N. i ≥ 1 n = 2 n = 4 0.8 n = 8 ) 0.6 t ( n f 0.4 0.2 0 1 0.5 0 0.5 1 − − t Figure 2.1: The sequence of continuous functions in Example 2.1.32 satisfies the Cauchy criterion.
    [Show full text]
  • 3 Limits of Sequences and Filters
    3 Limits of Sequences and Filters The Axiom of Choice is obviously true, the well-ordering theorem is obviously false; and who can tell about Zorn’s Lemma? —Jerry Bona (Schechter, 1996) Introduction. Chapter 2 featured various properties of topological spaces and explored their interactions with a few categorical constructions. In this chapter we’ll again discuss some topological properties, this time with an eye toward more fine-grained ideas. As introduced early in a study of analysis, properties of nice topological spaces X can be detected by sequences of points in X. We’ll be interested in some of these properties and the extent to which sequences suffice to detect them. But take note of the adjective “nice” here. What if X is any topological space, not just a nice one? Unfortunately, sequences are not well suited for characterizing properties in arbitrary spaces. But all is not lost. A sequence can be replaced with a more general construction—a filter—which is much better suited for the task. In this chapter we introduce filters and highlight some of their strengths. Our goal is to spend a little time inside of spaces to discuss ideas that may be familiar from analysis. For this reason, this chapter contains less category theory than others. On the other hand, we’ll see in section 3.3 that filters are a bit like functors and hence like generalizations of points. This perspective thus gives us a coarse-grained approach to investigating fine-grained ideas. We’ll go through some of these basic ideas—closure, limit points, sequences, and more—rather quickly in sections 3.1 and 3.2.
    [Show full text]