An Elementary and Quantified Version of Whitney's Method

Total Page:16

File Type:pdf, Size:1020Kb

An Elementary and Quantified Version of Whitney's Method Triangulating submanifolds: An elementary and quantified version of Whitney’s method Jean-Daniel Boissonnat, Siargey Kachanovich, Mathijs Wintraecken To cite this version: Jean-Daniel Boissonnat, Siargey Kachanovich, Mathijs Wintraecken. Triangulating submanifolds: An elementary and quantified version of Whitney’s method. 2018. hal-01950149 HAL Id: hal-01950149 https://hal.inria.fr/hal-01950149 Preprint submitted on 10 Dec 2018 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. Triangulating submanifolds: An elementary and quantified version of Whitney’s method Jean-Daniel Boissonnat Université Côte d’Azur, INRIA [Sophia-Antipolis, France] [email protected] Siargey Kachanovich Université Côte d’Azur, INRIA [Sophia-Antipolis, France] [email protected] Mathijs Wintraecken Université Côte d’Azur, INRIA [Sophia-Antipolis, France] [email protected] 1 Abstract 2 2 We quantize Whitney’s construction to prove the existence of a triangulation for any C manifold, 3 so that we get an algorithm with explicit bounds. We also give a new elementary proof, which is 4 completely geometric. 2012 ACM Subject Classification Theory of computation → Computational geometry Keywords and phrases Triangulations, Manifolds, Coxeter triangulations Related Version A full version of this paper is available at https://hal.inria.fr/hal-????? ?? Funding This work has been partially funded by the European Research Council under the European Union’s ERC Grant Agreement number 339025 GUDHI (Algorithmic Foundations of Geometric Understanding in Higher Dimensions). Lines 483 5 1 Introduction 1 6 The question whether every C manifold admits a triangulation was of great importance to 7 topologists in the first half of the 20th century. This question was answered in the affirmative 8 by Cairns [11], see also Whitehead [26]. However the first proofs were complicated and not 9 very geometric, let alone algorithmic. It was Whitney [27, Chapter IV], who eventually gave 10 an insightful geometric constructive proof. Here, we will be reproving Theorem 12A of [27, 2 11 Section IV.12], in a more quantitative/algorithmic fashion for C manifolds: 2 d 12 I Theorem 1. Every compact n-dimensional C manifold M embedded in R with reach 13 rch(M) admits a triangulation. 14 By more quantitative, we mean that instead of being satisfied with the existence of constants 15 that are used in the construction, we want to provide explicit bounds in terms of the reach 16 of the manifold, which we shall assume to be positive. The reach was introduced by Federer 17 [19], as the minimal distance between a set M and its medial axis. The medial axis consists © Jean-Daniel Boissonnat, Siargey Kachanovich, and Mathijs Wintraecken; licensed under Creative Commons License CC-BY 35th International Symposium on Computational Geometry (SoCG 2019). Editors: Gill Barequet and Yusu Wang; Article No. 00; pp. 00:1–00:32 Leibniz International Proceedings in Informatics Schloss Dagstuhl – Leibniz-Zentrum für Informatik, Dagstuhl Publishing, Germany 00:2 An elementary and quantified version of Whitney’s triangulation method 18 of points in ambient space that do not have a unique closest point on M. It is not too 1,1 19 difficult to generalize the precise quantities to the setting where the manifold is C at a 20 small cost, see Appendix B. 1 21 Note that Theorem 1 implies that any C manifolds admits a triangulation. This is 1 22 because any C manifold can be smoothed (see for example [20]) and Whitney’s own em- d 23 bedding theorem (see [27, Section IV.1]) gives an embedding in R . 24 Triangulations in computational geometry/topology are most often based on Voron- 25 oi/Delaunay triangulations of the input point set, see for example [3, 4, 9, 12, 15]. Whitney’s 26 construction is of a quite different nature. He uses an ambient triangulation and construct 27 the triangulation of the manifold M based on the intersections of M with this triangu- 28 lation. In this paper, we have chosen this ambient triangulation T˜ to be (a perturbation ˜ ˜ 29 of) a Coxeter triangulation T of type Ad. A Coxeter triangulation of type Ad is Delaunay 30 protected, a concept we’ll recall in detail in Section 4. Delaunay protection gives that the 31 triangulation is stable under perturbations. This property simplifies the proof, which in fact 32 was one of the motivations for our choice. Moreover, Coxeter triangulations can be stored 33 very compactly, in contrast with previous work [9, 12] on Delaunay triangulations. 34 The approach of the proof of correctness of the method, that we present in this paper, 35 focuses on proving that after perturbing the ambient triangulation the intersection of each d- 36 simplex in the triangulation T˜ with M is a slightly deformed n-dimensional convex polytope. 37 The triangulation K of M consists of a barycentric subdivision of a straightened version of 38 these polytopes. This may remind the reader of the general result on CW-complexes, see 39 [21], which was exploited by Edelsbrunner and Shah [18] for their triangulation result. This 40 interpretation of Whitney’s triangulation method is different from the Whitney’s original 41 proof where the homeomorphism is given by the closest point projection and uses techniques 42 which we also exploited in [8]. Here we construct ‘normals’ and a tubular neighbourhood 43 for K that is compatible with the ambient triangulation T˜ and prove that the projection 44 along these ‘normals’ is a homeomorphism. We believe that the tubular neighbourhood we 45 construct is of independent interest. Because we have a bound on the size of the tubular 46 neighbourhood of K and M lies in this neighbourhood, we automatically bound the Haus- 47 dorff distance between the two. A bound on the difference between the normals of K and 48 M is also provided. Thanks to our choice of ambient triangulation and our homeomorphism 49 proof, this entire paper is elementary in the sense that no topological results are needed, all 50 arguments are geometrical. 51 In addition to the more quantitative/algorithmic approach, the purely geometrical homeo- 52 morphism proof, the link with the closed ball property, the tubular neighbourhood for the 53 triangulation K, and a bound on the Hausdorff distance, we also give different proofs for a 54 fair number of Whitney’s intermediate results. 55 The algorithm described in this paper is being implemented at the moment. The results 56 will be reported in a companion paper. 57 All proofs of statements that are not recalled from other papers are given in the appendix. 58 2 The algorithm and overview 59 2.1 The algorithm 2 d 60 The algorithm takes as input an n-dimensional C manifold M ⊂ R with reach rch(M), 61 and outputs the triangulation K of M. The algorithm based on Whitney’s construction 62 consists of two parts. J.-D. Boissonnat, S. Kachanovich, and M. Wintraecken 00:3 63 Figure 1 The two parts of the algorithm: Part 1, where we perturb the vertices of the ambient 64 triangulation, is depicted on top. Part 2, where the triangulation is constructed from the points of 65 intersection of M and the edges, is depicted below. 66 Part 1. This part of the algorithm handles the ambient triangulation and consists of 67 the following steps: ˜ d 68 Choose a Coxeter triangulation T of type Ad of R that is sufficiently fine (as determined 69 by the longest edge length L, see (8)). 70 Perturb the vertices of T slightly (see (14)) into a T˜ (with the same combinatorial 71 structure), such that all simplices in T˜ of dimension at most d − n − 1 are sufficiently 72 far away from the manifold, see (11). This is done as follows: One maintains a list of ˜ 73 vertices and simplices of Ti, starting with an empty list and adding perturbed vertices, 74 keeping the combinatorial structure of T intact. This means that if τ = {vj1 , . , vjk } 75 ˜ is a simplex in T and v˜j1 ,..., v˜jk ∈ Ti, where v˜i denotes the perturbed vertex vi, then 76 ˜ τ˜ = {v˜j1 ,..., v˜jk } is a simplex in Ti. To this list, one first adds all vertices of T that are 77 very far from M, as well as the simplices with these vertices (see Case 1 of Section 5.2). 78 For a vertex vi that is relatively close to M (Case 2), one goes through the following 79 procedure. We first pick a point p ∈ M that is not too far from vi. We then consider 0 ˜ 0 ˜ 80 all τj ⊂ Ti−1 of dimension at most d − n − 2, such that the join vi ∗ τj lies in Ti. For all 0 0 81 such τj we consider span(τj,TpM) and we pick our perturbed vi, that is v˜i, such that it 82 lies sufficiently far from the union of these spans (see (27)). S o C G 2 0 1 9 00:4 An elementary and quantified version of Whitney’s triangulation method 83 Note that we only require limited knowledge of the manifold. Given a vertex vi we need 84 to be able to find a point on M that is close to vi or know if vi is far from M and we 85 need access to T M in a finite sufficiently dense set of points (so that for every point vi that 86 is close to M we have a linear approximation of M).
Recommended publications
  • PIECEWISE LINEAR TOPOLOGY Contents 1. Introduction 2 2. Basic
    PIECEWISE LINEAR TOPOLOGY J. L. BRYANT Contents 1. Introduction 2 2. Basic Definitions and Terminology. 2 3. Regular Neighborhoods 9 4. General Position 16 5. Embeddings, Engulfing 19 6. Handle Theory 24 7. Isotopies, Unknotting 30 8. Approximations, Controlled Isotopies 31 9. Triangulations of Manifolds 33 References 35 1 2 J. L. BRYANT 1. Introduction The piecewise linear category offers a rich structural setting in which to study many of the problems that arise in geometric topology. The first systematic ac- counts of the subject may be found in [2] and [63]. Whitehead’s important paper [63] contains the foundation of the geometric and algebraic theory of simplicial com- plexes that we use today. More recent sources, such as [30], [50], and [66], together with [17] and [37], provide a fairly complete development of PL theory up through the early 1970’s. This chapter will present an overview of the subject, drawing heavily upon these sources as well as others with the goal of unifying various topics found there as well as in other parts of the literature. We shall try to give enough in the way of proofs to provide the reader with a flavor of some of the techniques of the subject, while deferring the more intricate details to the literature. Our discussion will generally avoid problems associated with embedding and isotopy in codimension 2. The reader is referred to [12] for a survey of results in this very important area. 2. Basic Definitions and Terminology. Simplexes. A simplex of dimension p (a p-simplex) σ is the convex closure of a n set of (p+1) geometrically independent points {v0, .
    [Show full text]
  • Triangulations of 3-Manifolds with Essential Edges
    TRIANGULATIONS OF 3–MANIFOLDS WITH ESSENTIAL EDGES CRAIG D. HODGSON, J. HYAM RUBINSTEIN, HENRY SEGERMAN AND STEPHAN TILLMANN Dedicated to Michel Boileau for his many contributions and leadership in low dimensional topology. ABSTRACT. We define essential and strongly essential triangulations of 3–manifolds, and give four constructions using different tools (Heegaard splittings, hierarchies of Haken 3–manifolds, Epstein-Penner decompositions, and cut loci of Riemannian manifolds) to obtain triangulations with these properties under various hypotheses on the topology or geometry of the manifold. We also show that a semi-angle structure is a sufficient condition for a triangulation of a 3–manifold to be essential, and a strict angle structure is a sufficient condition for a triangulation to be strongly essential. Moreover, algorithms to test whether a triangulation of a 3–manifold is essential or strongly essential are given. 1. INTRODUCTION Finding combinatorial and topological properties of geometric triangulations of hyper- bolic 3–manifolds gives information which is useful for the reverse process—for exam- ple, solving Thurston’s gluing equations to construct an explicit hyperbolic metric from an ideal triangulation. Moreover, suitable properties of a triangulation can be used to de- duce facts about the variety of representations of the fundamental group of the underlying 3-manifold into PSL(2;C). See for example [32]. In this paper, we focus on one-vertex triangulations of closed manifolds and ideal trian- gulations of the interiors of compact manifolds with boundary. Two important properties of these triangulations are introduced. For one-vertex triangulations in the closed case, the first property is that no edge loop is null-homotopic and the second is that no two edge loops are homotopic, keeping the vertex fixed.
    [Show full text]
  • Experimental Statistics of Veering Triangulations
    EXPERIMENTAL STATISTICS OF VEERING TRIANGULATIONS WILLIAM WORDEN Abstract. Certain fibered hyperbolic 3-manifolds admit a layered veering triangulation, which can be constructed algorithmically given the stable lamination of the monodromy. These triangulations were introduced by Agol in 2011, and have been further studied by several others in the years since. We obtain experimental results which shed light on the combinatorial structure of veering triangulations, and its relation to certain topological invariants of the underlying manifold. 1. Introduction In 2011, Agol [Ago11] introduced the notion of a layered veering triangulation for certain fibered hyperbolic manifolds. In particular, given a surface Σ (possibly with punctures), and a pseudo-Anosov homeomorphism ' ∶ Σ → Σ, Agol's construction gives a triangulation ○ ○ ○ ○ T for the mapping torus M' with fiber Σ and monodromy ' = 'SΣ○ , where Σ is the surface resulting from puncturing Σ at the singularities of its '-invariant foliations. For Σ a once-punctured torus or 4-punctured sphere, the resulting triangulation is well understood: it is the monodromy (or Floyd{Hatcher) triangulation considered in [FH82] and [Jør03]. In this case T is a geometric triangulation, meaning that tetrahedra in T can be realized as ideal hyperbolic tetrahedra isometrically embedded in M'○ . In fact, these triangulations are geometrically canonical, i.e., dual to the Ford{Voronoi domain of the mapping torus (see [Aki99], [Lac04], and [Gu´e06]). Agol's definition of T was conceived as a generalization of these monodromy triangulations, and so a natural question is whether these generalized monodromy triangulations are also geometric. Hodgson{Issa{Segerman [HIS16] answered this question in the negative, by producing the first examples of non- geometric layered veering triangulations.
    [Show full text]
  • Equivalences to the Triangulation Conjecture 1 Introduction
    ISSN online printed Algebraic Geometric Topology Volume ATG Published Decemb er Equivalences to the triangulation conjecture Duane Randall Abstract We utilize the obstruction theory of GalewskiMatumotoStern to derive equivalent formulations of the Triangulation Conjecture For ex n ample every closed top ological manifold M with n can b e simplicially triangulated if and only if the two distinct combinatorial triangulations of 5 RP are simplicially concordant AMS Classication N S Q Keywords Triangulation KirbySieb enmann class Bo ckstein op erator top ological manifold Intro duction The Triangulation Conjecture TC arms that every closed top ological man n ifold M of dimension n admits a simplicial triangulation The vanishing of the KirbySieb enmann class KS M in H M Z is b oth necessary and n sucient for the existence of a combinatorial triangulation of M for n n by A combinatorial triangulation of a closed manifold M is a simplicial triangulation for which the link of every i simplex is a combinatorial sphere of dimension n i Galewski and Stern Theorem and Matumoto n indep endently proved that a closed connected top ological manifold M with n is simplicially triangulable if and only if KS M in H M ker where denotes the Bo ckstein op erator asso ciated to the exact sequence ker Z of ab elian groups Moreover the Triangulation Conjecture is true if and only if this exact sequence splits by or page The Ro chlin invariant morphism is dened on the homology b ordism group of oriented
    [Show full text]
  • Some Decomposition Lemmas of Diffeomorphisms Compositio Mathematica, Tome 84, No 1 (1992), P
    COMPOSITIO MATHEMATICA VICENTE CERVERA FRANCISCA MASCARO Some decomposition lemmas of diffeomorphisms Compositio Mathematica, tome 84, no 1 (1992), p. 101-113 <http://www.numdam.org/item?id=CM_1992__84_1_101_0> © Foundation Compositio Mathematica, 1992, tous droits réservés. L’accès aux archives de la revue « Compositio Mathematica » (http: //http://www.compositio.nl/) implique l’accord avec les conditions gé- nérales d’utilisation (http://www.numdam.org/conditions). Toute utilisa- tion commerciale ou impression systématique est constitutive d’une in- fraction pénale. Toute copie ou impression de ce fichier doit conte- nir la présente mention de copyright. Article numérisé dans le cadre du programme Numérisation de documents anciens mathématiques http://www.numdam.org/ Compositio Mathematica 84: 101-113,101 1992. cg 1992 Kluwer Academic Publishers. Printed in the Netherlands. Some decomposition lemmas of diffeomorphisms VICENTE CERVERA and FRANCISCA MASCARO Departamento de Geometria, y Topologia Facultad de Matemàticas, Universidad de Valencia, 46100-Burjassot (Valencia) Spain Received 9 April 1991; accepted 14 February 1992 Abstract. Let Q be a volume element on an open manifold, M, which is the interior of a compact manifold M. We will give conditions for a non-compact supported Q-preserving diffeomorphism to decompose as a finite product of S2-preserving diffeomorphisms with supports in locally finite families of disjoint cells. A widely used and very powerful technique in the study of some subgroups of the group of diffeomorphisms of a differentiable manifold, Diff(M), is the decomposition of its elements as a finite product of diffeomorphisms with support in cells (See for example [1], [5], [7]). It was in a paper of Palis and Smale [7] that first appeared one of those decompositions for the case of a compact manifold, M.
    [Show full text]
  • ON the TRIANGULATION of MANIFOLDS and the HAUPTVERMUTUNG 1. the First Author's Solution of the Stable Homeomorphism Con- Jecture
    ON THE TRIANGULATION OF MANIFOLDS AND THE HAUPTVERMUTUNG BY R. C. KIRBY1 AND L. C. SIEBENMANN2 Communicated by William Browder, December 26, 1968 1. The first author's solution of the stable homeomorphism con­ jecture [5] leads naturally to a new method for deciding whether or not every topological manifold of high dimension supports a piecewise linear manifold structure (triangulation problem) that is essentially unique (Hauptvermutung) cf. Sullivan [14]. At this time a single obstacle remains3—namely to decide whether the homotopy group 7T3(TOP/PL) is 0 or Z2. The positive results we obtain in spite of this obstacle are, in brief, these four: any (metrizable) topological mani­ fold M of dimension ^ 6 is triangulable, i.e. homeomorphic to a piece- wise linear ( = PL) manifold, provided H*(M; Z2)=0; a homeo­ morphism h: MI—ÏMÎ of PL manifolds of dimension ^6 is isotopic 3 to a PL homeomorphism provided H (M; Z2) =0; any compact topo­ logical manifold has the homotopy type of a finite complex (with no proviso) ; any (topological) homeomorphism of compact PL manifolds is a simple homotopy equivalence (again with no proviso). R. Lashof and M. Rothenberg have proved some of the results of this paper, [9] and [l0]. Our work is independent of [l0]; on the other hand, Lashofs paper [9] was helpful to us in that it showed the relevance of Lees' immersion theorem [ll] to our work and rein­ forced our suspicions that the Classification theorem below was correct. We have divided our main result into a Classification theorem and a Structure theorem.
    [Show full text]
  • Die Hauptvermutung Der Kombinatorischen Topologie
    Abel Prize Laureate 2011 John Willard Milnor Die Hauptvermutung der kombinatorischen Topolo- gie (Steiniz, Tietze; 1908) Die Hauptvermutung (The main Conjecture) of combinatorial topology (now: algebraic topology) was published in 1908 by the German mathematician Ernst Steiniz and the Austrian mathematician Heinrich Tietze. The conjecture states that given two trian- gulations of the same space, there is always possible to find a common refinement. The conjecture was proved in dimension 2 by Tibor Radó in the 1920s and in dimension 3 by Edwin E. Moise in the 1950s. The conjecture was disproved in dimension greater or equal to 6 by John Milnor in 1961. Triangulation by points. Next you chose a bunch of connecting “Norges Geografiske Oppmåling” (NGO) was lines, edges, between the reference points in order established in 1773 by the military officer Hein- to obtain a tiangular web. The choices of refer- rich Wilhelm von Huth with the purpose of meas- ence points and edges are done in order to ob- uring Norway in order to draw precise and use- tain triangles where the curvature of the interior ful maps. Six years later they started the rather landscape is neglectable. Thus, if the landscape is elaborate triangulation task. When triangulating hilly, the reference points have to be chosen rath- a piece of land you have to pick reference points er dense, while flat farmland doesn´t need many and compute their coordinates relative to near- points. In this way it is possible to give a rather accurate description of the whole landscape. The recipe of triangulation can be used for arbitrary surfaces.
    [Show full text]
  • LECTURES on the TRIANGULATION CONJECTURE 1. Introduction the Triangulation Conjecture Stated That Every Topological Manifold
    LECTURES ON THE TRIANGULATION CONJECTURE CIPRIAN MANOLESCU Abstract. We outline the proof that non-triangulable manifolds exist in any dimension greater than four. The arguments involve homology cobordism invariants coming from the Pinp2q symmetry of the Seiberg-Witten equations. We also explore a related construction, of an involutive version of Heegaard Floer homology. 1. Introduction The triangulation conjecture stated that every topological manifold can be triangulated. The work of Casson [AM90] in the 1980's provided counterexamples in dimension 4. The main purpose of these notes is to describe the proof of the following theorem. Theorem 1.1 ([Man13]). There exist non-triangulable n-dimensional topological manifolds for every n ¥ 5. The proof relies on previous work by Galewski-Stern [GS80] and Matumoto [Mat78], who reduced this problem to a different one, about the homology cobordism group in three dimensions. Homology cobordism can be explored using the techniques of gauge theory, as was done, for example, by Fintushel and Stern [FS85, FS90], Furuta [Fur90], and Frøyshov [Fro10]. In [Man13], Pinp2q-equivariant Seiberg-Witten Floer homology is used to construct three new invariants of homology cobordism, called α, β and γ. The properties of β suffice to answer the question raised by Galewski-Stern and Matumoto, and thus prove Theorem 1.1. The paper is organized as follows. Section 2 contains background material about triangulating manifolds. In particular, we sketch the arguments of Galewski-Stern and Matumoto that reduced Theorem 1.1 to a problem about homology cobordism. In Section 3 we introduce the Seiberg-Witten equations, finite dimensional approxima- tion, and the Conley index.
    [Show full text]
  • Several Remarks on the Combinatorial Hodge Star
    http://topology.auburn.edu/tp/ Volume 46, 2015 Pages 33{43 http://topology.nipissingu.ca/tp/ Several Remarks on the Combinatorial Hodge Star by Masaharu Tanabe Electronically published on April 4, 2014 Topology Proceedings Web: http://topology.auburn.edu/tp/ Mail: Topology Proceedings Department of Mathematics & Statistics Auburn University, Alabama 36849, USA E-mail: [email protected] ISSN: 0146-4124 COPYRIGHT ⃝c by Topology Proceedings. All rights reserved. http://topology.auburn.edu/tp/ http://topology.nipissingu.ca/tp/ TOPOLOGY PROCEEDINGS Volume 46 (2015) Pages 33-43 E-Published on April 4, 2014 SEVERAL REMARKS ON THE COMBINATORIAL HODGE STAR MASAHARU TANABE Abstract. In 2007, Scott O. Wilson defined the combinatorial Hodge star operator F on cochains of a triangulated manifold. This operator depends on the choice of a cochain inner product, but he showed that for a certain inner product it converges to the smooth Hodge star operator as the mesh of the triangulation tends to zero. He also stated that F2 =6 Id in general and raised a question if F2 approaches Id. In this paper, we solve this problem affirmatively. We also give a remark about the definition of holomorphic 1-cochains given by Wilson using F. 1. Introduction For cochains equipped with an inner product, Scott O. Wilson defined the combinatorial Hodge star operator F in [7]. The definition is formally analogous to that of the smooth Hodge star operator on differential forms of a Riemannian manifold. By using a certain cochain inner product which he named the Whitney inner product, he showed that the combinatorial Hodge star operator, defined on the simplicial cochains of a triangulated Riemannian manifold, converges to the smooth Hodge star operator as the mesh of the triangulation tends to zero.
    [Show full text]
  • TRIANGULATIONS of MANIFOLDS in Topology, a Basic Building Block for Spaces Is the N-Simplex. a 0-Simplex Is a Point, a 1-Simplex
    TRIANGULATIONS OF MANIFOLDS CIPRIAN MANOLESCU In topology, a basic building block for spaces is the n-simplex. A 0-simplex is a point, a 1-simplex is a closed interval, a 2-simplex is a triangle, and a 3-simplex is a tetrahedron. In general, an n-simplex is the convex hull of n + 1 vertices in n-dimensional space. One constructs more complicated spaces by gluing together several simplices along their faces, and a space constructed in this fashion is called a simplicial complex. For example, the surface of a cube can be built out of twelve triangles|two for each face, as in the following picture: Apart from simplicial complexes, manifolds form another fundamental class of spaces studied in topology. An n-dimensional topological manifold is a space that looks locally like the n-dimensional Euclidean space; i.e., such that it can be covered by open sets (charts) n homeomorphic to R . Furthermore, for the purposes of this note, we will only consider manifolds that are second countable and Hausdorff, as topological spaces. One can consider topological manifolds with additional structure: (i)A smooth manifold is a topological manifold equipped with a (maximal) open cover by charts such that the transition maps between charts are smooth (C1); (ii)A Ck manifold is similar to the above, but requiring that the transition maps are only Ck, for 0 ≤ k < 1. In particular, C0 manifolds are the same as topological manifolds. For k ≥ 1, it can be shown that every Ck manifold has a unique compatible C1 structure. Thus, for k ≥ 1 the study of Ck manifolds reduces to that of smooth manifolds.
    [Show full text]
  • Manolescu's Work on the Triangulation Conjecture
    Manifolds and simplicial complexes The homology cobordism group Triangulability Manolescu’s results Heegaard Floer homology Manolescu’s work on the triangulation conjecture Stipsicz András Rényi Institute of Mathematics, Budapest June 15, 2019 Stipsicz András Manolescu’s work on the triangulation conjecture Manifolds and simplicial complexes The homology cobordism group Triangulability Manolescu’s results Heegaard Floer homology Manifolds Definition A topological space is a manifold if it locally looks like a Euclidean space: X is a manifold if for every x ∈ X there is an open set U ⊂ X with x ∈ X and a homeomorphism φ: U → Rn. This means that a manifold is locally rather simple. Stipsicz András Manolescu’s work on the triangulation conjecture Manifolds and simplicial complexes The homology cobordism group Triangulability Manolescu’s results Heegaard Floer homology Simplicial complexes A simplicial complex, on the other hand is globally simple. Definition Suppose that V is a finite set and S ⊂ P(V ) satisfies that A ∈ S and B ⊂ A implies B ∈ S. Then S is a simplicial complex. th Order V as {v1,..., vn}, associate to vi the i basis element ei in n R , to A ⊂ V the convex combination b(A) of those ei for which vi ∈ A and define the body of S as B(S)= ∪A∈S b(A). Stipsicz András Manolescu’s work on the triangulation conjecture Manifolds and simplicial complexes The homology cobordism group Triangulability Manolescu’s results Heegaard Floer homology Triangulations Definition A triangulation of a compact topological space X is a homeomorphism ϕ: X → B(S) for a simplicial complex S.
    [Show full text]
  • Lecture Notes in Triangulation Conjecture
    Lecture Notes In Triangulation Conjecture Is Win always misleading and nary when unify some tilery very guilefully and anywise? Hagan reproduces her fulness grossly, she formatted it transcriptionally. Spectrological and directive Vilhelm tackles some philosophers so especially! Your experience on this approach compares to lecture notes in the same work with the dual graded graphs, the appendices to get the book If request that you an abelian varieties. It may be equivalent to delete all selected works you are, triangulation conjecture is also be solved exactly in. Proceedings of lectures we give an understanding and conjecture. We are interested in the set date all subdivisions or triangulations of sympathy given polytope P and with. A triangulation of a space maybe a homeomorphism from a simplicial complex shield the space. Manifolds in a conjecture of notes on topological manifolds and triangulations are lecture notes for any. Lecture 1 Triangulated categories of motives 3 1 Triangulated categories 4 2. The Hauptvermutung for sparse singular homeomorphisms. In conduct, especially pray that different with intersection theory. We show that lecture notes in one can to read full content visible, triangulation conjecture that are shown that support from each chapter. This is close joint capacity with Jiming Ma. Equivalences to the triangulation conjecture 1 Introduction. Progress in Mathematics, Vol. Please feel allegiance to email me we talk to source about details. The triangulated category, gradient vector bundles, thus providing some familiarity with vertical boundary between combinatorial theory and affine coxeter group and does not assume much as well. We thus present our solutions to both questions, Vol.
    [Show full text]