Topology: 2020, SEU Yi Li

Total Page:16

File Type:pdf, Size:1020Kb

Topology: 2020, SEU Yi Li Topology: 2020, SEU Yi Li SCHOOL OF MATHEMATICS AND SHING-TUNG YAU CENTER,SOUTHEAST UNIVERSITY,NANJING,CHINA 210096 E-mail address: [email protected]; [email protected]; [email protected] Contents Chapter 1. Basic topology 1 1.1. Metric spaces 1 1.2. Topological spaces 11 1.3. Constructions 33 v CHAPTER 1 Basic topology Main references: • Kelley, John L. General topology, Reprint of the 1955 edition [Van Nostrand, Toronto, Ont.], Graduate Texts in Mathe- matics, No. 27, Springer-Verlag, New York-Berlin, 1975. xiv+298 pp. MR0370454 (51# 6681) • Bredon, Glen E. Topology and geometry, Graduate Texts in Mathematics, No. 139, Springer-Verlag, New York, 1993. xiv+557 pp. MR1224675 (94d: 55001) • Lee, John M. Introduction to topological manifolds, Second edi- tion, Graduate Texts in Mathematics, No. 202, Springer, New York, 2011. xviii+433 pp. ISBN: 978-1-4419-7939-1 MR2766102 (2011i: 57001) • Munkres, James R. Topology: a first course, Prentice-Hall, Inc., Englewood Cliffs, N. J., 1975. xvi+413 pp. MR0464128 (57 # 4063) • Burago, Dmitri; Burago, Yuri; Ivanov, Sergei. A course in metric geometry, Graduate Studies in Mathematics, 33, Amer- ican Mathematical Society, Providence, RI, 2001. xiv+415 pp. ISBN: 0-8218-2129-6 MR1835418 (2002e: 53053) 1.1. Metric spaces 1.1.1. Metric spaces. A metric on a set X is a map d : X × X ! R := R [ f¥g satisfying, for any x, y, z 2 X, (a) (positiveness) d(x, y) ≥ 0 and d(x, y) = 0 if and only if x = y; (b) (symmetry) d(x, y) = d(y, x); (c) (triangle inequality) d(x, z) ≤ d(x, y) + d(y, z). A metric space is a pair (X, d) where d is a metric on X. Given a metric space (X, d) we define a relation ∼ on X by x ∼ y () d(x, y) < ¥. Then ∼ is an equivalence relation on X, and the equivalence class [x] of x can be endowed with a natural metric (still denoted by d). EXERCISE 1.1.1. For any x 2 X, show that ([x], d) is a finite metric space. ! A map f : (X, dX) (Y, dY) between metric spaces is called distance-preserving if dY( f (x1), f (x2)) = dX(x1, x2) 1 2 1. BASIC TOPOLOGY 2 for all x1, x2 X. A distance-preserving bijection is called an isometry. A semi-metric on a set X is a map d : X × X ! R := R [ f¥g satisfying, for any x, y, z 2 X, (a) (nonnegativity) d(x, y) ≥ 0; (b) (symmetry) d(x, y) = d(y, x); (c) (triangle inequality) d(x, z) ≤ d(x, y) + d(y, z). A semi-metric space is a pair (X, d) where d is a semi-metric on X. Given a semi-metric space (X, d) we define a relation ∼ on X by x ∼ y () d(x, y) = 0. Then ∼ is an equivalence relation on X. Define Xˆ := X/ ∼= f[x] : x 2 Xg, dˆ([x], [y]) := d(x, y). Then (X/d, d) := (Xˆ , dˆ) is a metric space. EXERCISE 1.1.2. Show that dˆ is well-defined and (X/d, d) is a metric space. EXERCISE 1.1.3. Let X = R2 and define 0 0 0 0 d((x, y), (x , y )) := j(x − x ) + (y − y )j. Show that d is a semi-metric on X. Define f : R2/d ! R by f ([(x, y)]) := x + y. Show that f is an isometry. EXERCISE 1.1.4. Consider the set X of all continuous real-valued functions on [0, 1]. Show that Z 1 d( f , g) := j f (x) − g(x)jdx 0 defines a metric on X. Is this still the case if continuity is weakened to integrabil- ity? EXERCISE 1.1.5. Let (X, dX) and (Y, dY) be two metric spaces. We define q dX×Y((x1, y1), (x2, y2)) := dX(x1, x2) + dY(y1, y2). × Show that (X Y, dX×Y) is a metric space. EXERCISE 1.1.6. As a subspace of R2, the unit circle S1 carries the restricted 2 Euclidean metric from R . We can define another (intrinsic) metric dint by dint(x, y) := the length of the shorter arc between them. 2 p 2 1 Note that dint(x, y) [0, ] for any points x, y S . (a) Show that any circle arc of length less than or equal to p, equipped with the intrinsic metric, is isometric to a straight line segment. (b) The whole circle with the intrinsic metric is not isometric to any subset of R2. 1.1. METRIC SPACES 3 Let (X, d) be a metric space. Set B(x, r) := fy 2 X : d(x, y) < rg, B(x, r) := fy 2 X : d(x, y) ≤ rg. We define the metric topology on X by saying that U ⊂ X is open if and only for any x 2 U there exists e > 0 such that B(x, e) ⊂ U. Let (1.1.1.1) T := fall open subsets in Xg [ fÆ, Xg. The set T satisfies the following (1) U \ V 2 T for any U, V 2 T ; [ 2 T f g ⊂ T (2) i2IUi for any collection Ui i2I ; (3) Æ, X 2 T . In general, we can introduce a topology on any set X.A topology on X is a subset T of 2X satisfying (1) U \ V 2 T for any U, V 2 T ; [ 2 T f g ⊂ T (2) i2IUi for any collection Ui i2I ; (3) Æ, X 2 T . The pair (X, T ) is called the topological space, and any element in T is said to be open; a closed set is a subset of X whose complement in X is open. In particular, we see that any metric space must be a topological space. Given a metric space (X, d). • (X, d) is complete if any Cauchy sequence1 in X has a limit in X. • A diameter of S ⊂ X is defined by (1.1.1.2) diam(S) := sup d(x, y). x,y2S • (X, d) is compact if any sequence in X has a converging subsequence. • ⊂ e f 2 ≤ eg S X is an -net if Se := x X : d(x, S) = infy2X d(x, y) = X. • X is totally bounded if for any e > 0 there exists a finite e-net in X. The following theorem is a basic result. THEOREM 1.1.7. Let (X, d) is a metric space. Then X is compact if and only if X is complete and totally bounded. 1.1.2. Length spaces. Let (X, T ) be a topological space. We say X is Haus- dorff if for any different points x, y 2 X, there exist open sets Ux, Uy ⊂ X such that x 2 Ux, y 2 Uy, and Ux \ Uy = Æ. Clearly that any metric space must be Hausdorff. A path g in X is a continuous2 map g : I ! X. where I ⊂ R is an interval (i.e., connected subset) of R. A length structure on X is a pair (A , L), where A is a collection of paths (called admissible paths) and L : A ! R+ is a map on A (called the length of paths), satisfying 1 f g e 2 A sequence xn n2N in X is said to be Cauchy if for any > 0 there exists an integer n0 N e ≥ such that d(xn, xm) < whenever n, m n0. − 2That is, g 1(U) is open in I for any open set U in X. 4 1. BASIC TOPOLOGY A g ! A gj 2 A (a) ( is closed under restrictions) If : [a, b] X in , then [c,d] for any subinterval [c, d] ⊂ [a, b]; A g ! g (b) ( is closed under concatenations of paths) If 1 : [a, c] X and 2 : ! g g [c, d] X are admissible with 1(c) = 2(c), then the obvious product g g · g ! := 1 2 : [a, d] X is also admissible; (c) (A is closed under reparameterizations) If g : [a, b] ! X is admissible and j : [c, d] ! [a, b] is a homeomorphism, then g ◦ j : [c, d] ! x is also admissible; gj gj gj (d) (Length of paths is additive) L( [a,b]) = L( [a,c]) + L( [c,b]) for any c 2 [a, b] and g : [a, b] ! X in A ; (e) (The length of a piece of a path continuously depends on the piece) If g : [a, b] ! X is a admissible path with L(g) < +¥, then L(g, a, t) := g L( [a,t]) is continuous in t; (f) (L(·) is invariant under reparametrizations) L(g ◦ j) = L(g) for any ad- missible path g and any homeomorphism j as in (c); (g) (Length structures agree with the topology of X) For any x 2 X and open set Ux 3 x, one has inf fL(g) : g(a) = x, g(b) 2 X n U g > 0. g2A x Let (X, T ) is a Hausdorff space with a length structure (A , L). Define (1.1.2.1) d (x, y) := inf fL(g)jg : [a, b] ! X, g(a) = x, g(b) = yg . L g2A ¥ If there is no path between x and y, we set dL(x, y) = + . We say a length struc- A 2 ¥ ture ( , L) is complete if for any x, y X with dL(x, y) < + , there exists a path g 2 A g joining x and y such that dL(x, y) = L( ). EXERCISE 1.1.8. Show that (X, dL) is a metric space, where dL is defined in (1.1.2.1).
Recommended publications
  • On Asymmetric Distances
    Analysis and Geometry in Metric Spaces Research Article • DOI: 10.2478/agms-2013-0004 • AGMS • 2013 • 200-231 On Asymmetric Distances Abstract ∗ In this paper we discuss asymmetric length structures and Andrea C. G. Mennucci asymmetric metric spaces. A length structure induces a (semi)distance function; by using Scuola Normale Superiore, Piazza dei Cavalieri 7, 56126 Pisa, Italy the total variation formula, a (semi)distance function induces a length. In the first part we identify a topology in the set of paths that best describes when the above operations are idempo- tent. As a typical application, we consider the length of paths Received 24 March 2013 defined by a Finslerian functional in Calculus of Variations. Accepted 15 May 2013 In the second part we generalize the setting of General metric spaces of Busemann, and discuss the newly found aspects of the theory: we identify three interesting classes of paths, and compare them; we note that a geodesic segment (as defined by Busemann) is not necessarily continuous in our setting; hence we present three different notions of intrinsic metric space. Keywords Asymmetric metric • general metric • quasi metric • ostensible metric • Finsler metric • run–continuity • intrinsic metric • path metric • length structure MSC: 54C99, 54E25, 26A45 © Versita sp. z o.o. 1. Introduction Besides, one insists that the distance function be symmetric, that is, d(x; y) = d(y; x) (This unpleasantly limits many applications [...]) M. Gromov ([12], Intr.) The main purpose of this paper is to study an asymmetric metric theory; this theory naturally generalizes the metric part of Finsler Geometry, much as symmetric metric theory generalizes the metric part of Riemannian Geometry.
    [Show full text]
  • Isometric Actions on Spheres with an Orbifold Quotient
    ISOMETRIC ACTIONS ON SPHERES WITH AN ORBIFOLD QUOTIENT CLAUDIO GORODSKI AND ALEXANDER LYTCHAK Abstract. We classify representations of compact connected Lie groups whose induced action on the unit sphere has an orbit space isometric to a Riemannian orbifold. 1. Introduction In this paper we classify all orthogonal representations of compact connected groups G on Euclidean unit spheres Sn for which the quotient Sn/G is a Riemannian orbifold. We are going to call such representations infinitesimally polar, since they can be equivalently defined by the condition that slice representations at all non-zero vectors are polar. The interest in such representations is two-fold. On the one hand, one can hope to isolate an interesting class of representations in this way. This class contains all polar representations, which can be defined by the property that the corresponding quotient space Sn/G is an orbifold of constant curvature 1. Polar representations very often play an important and special role in geometric questions concern- ing representations (cf. [PT88, BCO03]), and the class investigated in this paper consists of closest relatives of polar representations. On the other hand, any such quotient has positive curvature and all geodesics in the quotient are closed. Any of these two properties is extremely interesting and in both classes the number of known manifold examples is very limited (cf. [Zil12, Bes78]). We have hoped to obtain new examples of positively curved manifolds and of manifolds with closed geodesics as universal orbi-covering of such spaces. Should the orbifolds be bad one could still hope to obtain new examples of interesting orbifolds.
    [Show full text]
  • Geometrization of Three-Dimensional Orbifolds Via Ricci Flow
    GEOMETRIZATION OF THREE-DIMENSIONAL ORBIFOLDS VIA RICCI FLOW BRUCE KLEINER AND JOHN LOTT Abstract. A three-dimensional closed orientable orbifold (with no bad suborbifolds) is known to have a geometric decomposition from work of Perelman [50, 51] in the manifold case, along with earlier work of Boileau-Leeb-Porti [4], Boileau-Maillot-Porti [5], Boileau- Porti [6], Cooper-Hodgson-Kerckhoff [19] and Thurston [59]. We give a new, logically independent, unified proof of the geometrization of orbifolds, using Ricci flow. Along the way we develop some tools for the geometry of orbifolds that may be of independent interest. Contents 1. Introduction 3 1.1. Orbifolds and geometrization 3 1.2. Discussion of the proof 3 1.3. Organization of the paper 4 1.4. Acknowledgements 5 2. Orbifold topology and geometry 5 2.1. Differential topology of orbifolds 5 2.2. Universal cover and fundamental group 10 2.3. Low-dimensional orbifolds 12 2.4. Seifert 3-orbifolds 17 2.5. Riemannian geometry of orbifolds 17 2.6. Critical point theory for distance functions 20 2.7. Smoothing functions 21 3. Noncompact nonnegatively curved orbifolds 22 3.1. Splitting theorem 23 3.2. Cheeger-Gromoll-type theorem 23 3.3. Ruling out tight necks in nonnegatively curved orbifolds 25 3.4. Nonnegatively curved 2-orbifolds 27 Date: May 28, 2014. Research supported by NSF grants DMS-0903076 and DMS-1007508. 1 2 BRUCE KLEINER AND JOHN LOTT 3.5. Noncompact nonnegatively curved 3-orbifolds 27 3.6. 2-dimensional nonnegatively curved orbifolds that are pointed Gromov- Hausdorff close to an interval 28 4.
    [Show full text]
  • NOTES for MATH 5510, FALL 2017, V 0 1. Metric Spaces 1 1.1
    NOTES FOR MATH 5510, FALL 2017, V 0 DOMINGO TOLEDO CONTENTS 1. Metric Spaces 1 1.1. Examples of metric spaces 1 1.2. Constructions of Metric Spaces 15 1.3. Limits 16 1.4. Maps Between Metric Spaces 18 1.5. Equivalences Between Metric Spaces 20 2. Groups of Isometries 24 2.1. Isometries of Euclidean Space 25 2.2. The Euclidean and Orthogonal Groups 32 2.3. The Euclidean Group in 2 Dimensions 34 2.4. Isometries of the sphere 39 3. Topological Spaces 40 3.1. Topology of Metric Spaces 40 3.2. Topologies and Continuity 45 3.3. Limits 48 3.4. Basis for a Topology 51 3.5. Infinite Products 55 3.6. The Cantor Set 58 4. Subspaces and Quotient Spaces 60 4.1. The Subspace Topology 61 4.2. Compact Spaces 62 4.3. The Quotient Topology 65 Date: July 23, 2017. 1 2 TOLEDO 4.4. Surfaces as Identification Spaces 70 5. Connected Spaces 74 5.1. Connected Components 79 5.2. Locally Path Connected Spaces 81 5.3. Existence Theorems 83 6. Smooth Surfaces 87 6.1. Smooth maps involving surfaces 95 6.2. Smooth surfaces in R3 as metric spaces 97 6.3. Geodesics 100 6.4. A First Glance at Gaussian Curvature 112 6.5. A Quick Glance at Intrinsic Geometry 114 References 115 1. METRIC SPACES The following definition introduces the most central concept in the course. Think of the plane with its usual distance function as you read the definition. Definition 1.1. A metric space (X; d) is a non-empty set X and a function d : X × X ! R satisfying (1) For all x; y 2 X, d(x; y) ≥ 0 and d(x; y) = 0 if and only if x = y.
    [Show full text]
  • Long Geodesics on Convex Surfaces
    Long geodesics on convex surfaces Arseniy Akopyan Anton Petrunin Abstract We review the theory of intrinsic geometry of convex surfaces in the Euclidean space and prove the following theorem: if the boundary surface of a convex body K contains arbitrarily long closed simple geodesics, then K is an isosceles tetrahedron. 1 Introduction The goal of this note is to introduce the reader to the theory of intrinsic geometry of convex surfaces. We illustrate the power of the tools by proving a theorem on convex surfaces containing an arbitrarily long closed simple geodesic. Let us remind that a curve in a surface is called geodesic if every sufficiently short arc of the curve is length minimizing; if in addition it has no self intersections, we call it simple geodesic. A tetrahedron with equal opposite edges will be called isosceles. arXiv:1702.05172v2 [math.DG] 9 Apr 2018 1.1. Theorem. Assume that the boundary surface Σ of a convex body K in the Eu- clidean space E3 admits an arbitrarily long simple closed geodesic. Then K is an isosceles tetrahedron. This gives an affirmative answer to the question asked by Vladimir Protasov; he proved the statement in assumption that Σ is the boundary surface of a convex polyhedron, see [11, 12]. The axiomatic method of Alexandrov geometry allows to work with metrics of convex surfaces directly, without approximating it first by smooth or polyhedral metric. Such approximations destroy the closed geodesics on the surface; therefore it is hard (if at all 1 possible) to apply approximations in the proof of our theorem.
    [Show full text]
  • 1 Metric Spaces
    1Metricspaces Definition 1 A metric space consists of a pair (X, d),whereX is a set and d : X X R is a function, called the metric or distance function, such that the following× → hold for all x, y, z X ∈ 1. (Symmetry) d(x, y)=d(y,x) 2. (Positive Definiteness) d(x, y) 0,andd(x, y)=0if and only if x = y ≥ 3. (Triangle Inequality) d(x, z) d(x, y)+d(y, z) ≤ We will refer to d(x, y) as the distance between x and y.Theletterd is the default for metric spaces; often we will simply state “let X be a metric space” rather than specifying (X, d). In addition, we will sometimes even use d to represent distances in different metric spaces in the same discussion; when there is danger of confusion we will be more careful, e.g. using dX for the distance on X and dY for the distance on Y . The definition of a “metric” captures the most important and basic elements of what a “distance” should be. The distance from x to y should be the same as that from y to x;different points should be at positive distance from one another, but a point should be at distance 0 from itself, and travelling between two points via an arbitrary third point should not be shorter than the distance between the original two. The most familiar metric space is Euclidean space of dimension n, which we will denote by Rn, with the standard formula for the distance: 1 2 2 2 d((x1, ..., xn), (y1, ..., yn)) = (x1 y1) + +(xn yn) .(1) − ··· − Exercise 2 Let X be any set.
    [Show full text]
  • Intrinsic Geometry of Convex Surfaces
    A.D. ALEXANDROV SELECTED WORKS PART II Intrinsic Geometry of Convex Surfaces © 2006 by Taylor & Francis Group, LLC A.D. ALEXANDROV SELECTED WORKS PART II Intrinsic Geometry of Convex Surfaces Edited by S.S. Kutateladze Novosibirsk University, Russia Translated from Russian by S. Vakhrameyev Boca Raton London New York Singapore © 2006 by Taylor & Francis Group, LLC Published in 2006 by Chapman & Hall/CRC Taylor & Francis Group 6000 Broken Sound Parkway NW, Suite 300 Boca Raton, FL 33487-2742 © 2006 by Taylor & Francis Group, LLC Chapman & Hall/CRC is an imprint of Taylor & Francis Group No claim to original U.S. Government works Printed in the United States of America on acid-free paper 10 987654321 International Standard Book Number-10: 0-415-29802-4 (Hardcover) International Standard Book Number-13: 978-0-415-29802-5 (Hardcover) Library of Congress Card Number 2004049387 This book contains information obtained from authentic and highly regarded sources. Reprinted material is quoted with permission, and sources are indicated. A wide variety of references are listed. Reasonable efforts have been made to publish reliable data and information, but the author and the publisher cannot assume responsibility for the validity of all materials or for the consequences of their use. No part of this book may be reprinted, reproduced, transmitted, or utilized in any form by any electronic, mechanical, or other means, now known or hereafter invented, including photocopying, microfilming, and recording, or in any information storage or retrieval system, without written permission from the publishers. For permission to photocopy or use material electronically from this work, please access www.copyright.com (http://www.copyright.com/) or contact the Copyright Clearance Center, Inc.
    [Show full text]
  • Convexity of Balls in Gromov–Hausdorff Space
    Convexity of Balls in Gromov–Hausdorff Space Daria P. Klibus Abstract In this paper we study the space M of all nonempty compact metric spaces considered up to isometry, equipped with the Gromov–Hausdorff distance. We show that each ball in M with center at the one-point space is convex in the weak sense, i.e., every two points of such a ball can be joined by a shortest curve that belongs to this ball; however, such a ball is not convex in the strong sense: it is not true that every shortest curve joining the points of the ball belongs to this ball. We also show that a ball of sufficiently small radius with center at a space of general position is convex in the weak sense. Introduction The Gromov–Hausdorff distance was defined in 1975 by D. Edwards in article ”The Structure of Superspace” [1], then in 1981 it was rediscovered by M. Gromov [2]. We will investigate the geometry of the space M of all nonempty compact metric spaces (con- sidered up to isometry) with the Gromov–Hausdorff distance. It is well-known that the Gromov– Hausdorff distance is a metric on M [3]. The Gromov–Hausdorff space is Polish (complete sepa- rable) and path-connected. Also A.O. Ivanov, N.K. Nikolaeva and A.A. Tuzhilin showed that the Gromov–Hausdorff metric is strictly intrinsic [4]. The present paper is devoted to the following question: are balls in the Gromov–Hausdorff space convex. There are two concepts: convexity in the weak sense (every two points of such a ball can be joined by a shortest curve that belongs to this ball) and strong sense (each shortest curve connecting any pair of points of the set, belongs to this set).
    [Show full text]
  • A New Metric for a Metric Space (2.3) (
    A NEW METRIC FOR A METRIC SPACE ROBERT B. FRASER 1. Introduction. Bing has shown [l] that there is always a convex metric (in the sense of Menger [ó]) for a Peano continuum, uniformly equivalent to the original metric. His construction "distorts" the original metric extensively. In this paper, we utilize the original metric on a metric space to construct a new metric. Under the new metric, the space is complete and uniformly locally almost convex. Although the new metric may not be topologically equivalent to the original, we give some conditions under which it is. We also give con- ditions for it to be almost convex, uniformly locally convex, or convex. The new metric is closely related to W. Wilson's "intrinsic metric" [«]■ 2. Definitions and terminology. For general concepts, we follow the notation of [5]. Let (X, d) be a metric space. For each nonnega- tive integer», set un= {(x, y)EXXX\d(x, y)^l/2n}. The collection {un} £-o 1S a family of symmetric entourages satisfying the condition un o UnQUn-x tor each integer w = l. Letting uk denote u ouo • • • ou (k times), we define »* = ("){wt+„| w = 0, 1, ■ • • }. Since unÇkun-i, finite induction yields that ttï+i^M*+n-i£ • • • Quk. That is, vk is a nested intersection. The collection {»t}t"-o is also a family of sym- metric entourages satisfying vlQvk-i for each positive integer. Gaal [4, p. 164] has proved a metrization theorem for such a sequence of entourages, giving a canonical construction for the metric. We give a slightly different form of that theorem here.
    [Show full text]
  • Arxiv:1212.6962V4 [Math.DG] 27 Apr 2015
    LENGTH STRUCTURES ON MANIFOLDS WITH CONTINUOUS RIEMANNIAN METRICS ANNEGRET Y. BURTSCHER Abstract. It is well-known that the class of piecewise smooth curves together with a smooth Riemannian metric induces a metric space structure on a manifold. However, little is known about the minimal regularity needed to analyze curves and particularly to study length-mini- mizing curves where neither classical techniques such as a differentiable exponential map etc. are available nor (generalized) curvature bounds are imposed. In this paper we advance low- regularity Riemannian geometry by investigating general length structures on manifolds that are equipped with Riemannian metrics of low regularity. We generalize the length structure by proving that the class of absolutely continuous curves induces the standard metric space structure. The main result states that the arc-length of absolutely continuous curves is the same as the length induced by the metric. For the proof we use techniques from the analysis of metric spaces and employ specific smooth approximations of continuous Riemannian metrics. We thus show that when dealing with lengths of curves, the metric approach for low-regularity Riemannnian manifolds is still compatible with standard definitions and can successfully fill in for lack of differentiability. 1. Introduction A Riemannian metric on a manifold is needed when considering geometric notions such as lengths of curves, angles, curvature and volumes. For several of these notions it is sufficient to work with the underlying metric space structure induced by the Riemannian metric and a length structure. In this paper we identify the optimal length structure on Riemannian manifolds com- patible with the usual metric space structure as the class of absolutely continuous curves and subsequently investigate properties of the length structure of Riemannian manifolds of low regu- larity.
    [Show full text]
  • Isospectral Alexandrov Spaces
    ISOSPECTRAL ALEXANDROV SPACES ALEXANDER ENGEL AND MARTIN WEILANDT Abstract. We construct the first non-trivial examples of compact non-isometric Alexandrov spaces which are isospectral with respect to the Laplacian and not isometric to Riemannian orbifolds. This construction generalizes independent earlier results by the authors based on Schüth’s version of the torus method. 1. Introduction Spectral geometry is the study of the connection between the geometry of a space and the spectrum of the associated Laplacian. In the case of compact Riemannian manifolds the spectrum determines geometric properties like dimension, volume and certain curvature integrals ([4]). Besides, various constructions have been given to find properties which are not determined by the spectrum (see [11] for an overview). Many of those results could later be generalized to compact Riemannian orbifolds (see [9] and the references therein). More generally, one can consider the Laplacian on compact Alexandrov spaces (by which we always refer to Alexandrov spaces with curvature bounded from below). The corresponding spectrum is also given by a sequence 0 = λ0 ≤ λ1 ≤ λ2 ≤ ::: % 1 of eigenvalues with finite multiplicities ([13]) and we call two compact Alexandrov spaces isospectral if these sequences coincide. Although it is not known which geometric properties are determined by the spectrum in this case, one can check if constructions of isospectral manifolds (or, more generally, orbifolds) carry over to Alexandrov spaces. In this paper we observe that this is the case for the torus method from [18], which can be used to construct isospectral Alexandrov spaces as quotients of isospectral manifolds. The same idea has already been used in [7] and [20] to construct isospectral manifolds or orbifolds out of known families of isospectral manifolds.
    [Show full text]
  • Persistence, Metric Invariants, and Simplification
    Persistence, Metric Invariants, and Simplification Dissertation Presented in Partial Fulfillment of the Requirements for the Degree Doctor of Philosophy in the Graduate School of The Ohio State University By Osman Berat Okutan, M.S. Graduate Program in Mathematics The Ohio State University 2019 Dissertation Committee: Facundo M´emoli,Advisor Matthew Kahle Jean-Franc¸oisLafont c Copyright by Osman Berat Okutan 2019 Abstract Given a metric space, a natural question to ask is how to obtain a simpler and faithful approximation of it. In such a situation two main concerns arise: How to construct the approximating space and how to measure and control the faithfulness of the approximation. In this dissertation, we consider the following simplification problems: Finite approx- imations of compact metric spaces, lower cardinality approximations of filtered simplicial complexes, tree metric approximations of metric spaces and finite metric graph approxima- tions of compact geodesic spaces. In each case, we give a simplification construction, and measure the faithfulness of the process by using the metric invariants of the original space, including the Vietoris-Rips persistence barcodes. ii For Esra and Elif Beste iii Acknowledgments First and foremost I'd like to thank my advisor, Facundo M´emoli,for our discussions and for his continual support, care and understanding since I started working with him. I'd like to thank Mike Davis for his support especially on Summer 2016. I'd like to thank Dan Burghelea for all the courses and feedback I took from him. Finally, I would like to thank my wife Esra and my daughter Elif Beste for their patience and support.
    [Show full text]