Algorithmic aspects of embedding simplicial complexes in R d

Size: px
Start display at page:

Download "Algorithmic aspects of embedding simplicial complexes in R d"

Transcription

1 Algorithmic aspects of embedding simplicial complexes in R d Jiří Matoušek Charles University, Prague and ETH Zurich joint work with Martin Čadek, Marek Krčál, Eric Sedgwick, Francis Sergeraert, Martin Tancer, Lukáš Vokřínek, and Uli Wagner

2 Čadek, Vokřínek Brno Krčál Prague Vienna M. Prague & Zurich Tancer Prague Stockholm Vienna Sergeraert Grenoble Wagner Zurich Lausanne Vienna Sedgwick Chicago

3 The embedding problem k d fixed positive integers EMBED k d is the following algorithmic problem: Input: A simplicial complex K of dimension at most k. Question: Is K embeddable (piecewise linearly) into R d?

4 The embedding problem k d fixed positive integers EMBED k d is the following algorithmic problem: Input: A simplicial complex K of dimension at most k. Question: Is K embeddable (piecewise linearly) into R d? Embedding of K in R d : want to place a copy of K into R d, possibly deformed but no self-intersections. EMBED 1 2 : also known as GRAPH PLANARITY.

5 The embedding problem Embeddings of spaces studied a lot for over a century... see, e.g., [Skopenkov 2006], [Repovš and Skopenkov 1996].

6 The embedding problem Embeddings of spaces studied a lot for over a century... see, e.g., [Skopenkov 2006], [Repovš and Skopenkov 1996]. But apparently, ours is the first systematic study of computational complexity of the embedding problem.

7 Simplicial complex? What? k-dimensional geometric simplex k = 0 k = 1 k = 2 k = 3 A (geometric) simplicial complex: a collection of simplices in some R m glued together along faces. GOOD BAD

8 Simplicial complex? What? k-dimensional geometric simplex k = 0 k = 1 k = 2 k = 3 A (geometric) simplicial complex: a collection of simplices in some R m glued together along faces. GOOD BAD A purely combinatorial way of specifying a topological space. A 1-dimensional simplicial complex = a (simple) graph.

9 What kind of embedding? linear piecewise linear (PL) topological For graphs, all equivalent (only one notion of planarity).

10 What kind of embedding? linear piecewise linear (PL) topological For graphs, all equivalent (only one notion of planarity). But for higher dimensions, PL linear

11 What kind of embedding? linear piecewise linear (PL) topological For graphs, all equivalent (only one notion of planarity). But for higher dimensions, PL linear and also topological PL in some cases (e.g., 4 5); mind-boggling but true.

12 What kind of embedding? linear piecewise linear (PL) topological For graphs, all equivalent (only one notion of planarity). But for higher dimensions, PL linear and also topological PL in some cases (e.g., 4 5); mind-boggling but true. Linear embeddability always in PSPACE (solvability of polynomial inequalities in real variables). We consider PL embeddability entirely different and more complex picture.

13 What we know: the complexity of EMBED k d d k P 2 P Dec NP 3 Dec NP NP P 4 NP Un NP NP P 5 Un Un NP NP P P 6 Un Un NP NP NP P P 7 Un Un NP NP NP P P P Un = algorithmically undecidable [M., Tancer, Wagner] NP = NP-hard [M., Tancer, Wagner] Dec = decidable [M.,Sedgwick, Tancer, Wagner] P = polynomial-time: planarity; [Van Kampen] P = polynomial-time [Čadek, Krčál, M., Vokřínek, Wagner]

14 Embedding in R 3 Very different from the other cases: 3D topology. Our approach: reduce EMBED 2 3, possibly with exponential-time overhead, to the following question: Does a given a compact 3-manifold M with boundary embed in S 3? We = [M.,Sedgwick,Tancer,Wagner].

15 Embedding in R 3 Very different from the other cases: 3D topology. Our approach: reduce EMBED 2 3, possibly with exponential-time overhead, to the following question: Does a given a compact 3-manifold M with boundary embed in S 3? We = [M.,Sedgwick,Tancer,Wagner]. The boundary of an embeddable M must be a disjoint union of spheres with handles. Wanted: fill the holes = glue handlebodies to the boundary components so that S 3 is obtained.

16 Embedding a 3-manifold in S 3 Does a given a compact 3-manifold M with boundary embed in S 3? Simplest nontrivial case: M is a torus, need to glue solid torus to it. Only parameter: p, the number of twists (like in Dehn surgery). This case known to be decidable [Jaco, Sedgwick 2003].

17 Embedding a 3-manifold in S 3 Does a given a compact 3-manifold M with boundary embed in S 3? The general case Use normal surfaces (like Haken s and other unknot algorithms, S 3 recognition, etc.) Lots of additional 3D topology tools; had to extend/modify some a mess.

18 Embedding a 3-manifold in S 3 The general case More or less standard reductions M irreducible, incompressible boundary. Main claim: if such an M embeds in S 3, then it has an embedding with a short meridian (short w.r.t. given triangulation). Meridian γ: a disk D S 3 \ M, D = γ. X outside X outside γ Algorithm: for each candidate for such a meridian γ, glue D, thicken it simpler M ; recurse.

19 Now we consider... d k P 2 P Dec NP 3 Dec NP NP P 4 NP Un NP NP P 5 Un Un NP NP P P 6 Un Un NP NP NP P P 7 Un Un NP NP NP P P P... the P (newly polynomial) cases: d 6, k 2 3 d 1. Six recent papers, 200+ pages. :-(

20 Haefliger & Weber tell us... Theorem (Haefliger Weber) If K is a k-dimensional simplicial complex, where k 2 3 d 1, then K embeds in R d iff there is an equivariant map f : K 2 S d 1.

21 Haefliger & Weber tell us... Theorem (Haefliger Weber) If K is a k-dimensional simplicial complex, where k 2 3d 1, then K embeds in R d iff there is an equivariant map f : K 2 S d 1. Dictionary: K 2 := {(x, y) K K : x y} is the deleted product of K. S d 1 the unit sphere in R d. Equivariant here means that f is continuous and f (y, x) = f (x, y).

22 Haefliger & Weber tell us... Theorem (Haefliger Weber) If K is a k-dimensional simplicial complex, where k 2 3d 1, then K embeds in R d iff there is an equivariant map f : K 2 S d 1. Dictionary: K 2 := {(x, y) K K : x y} is the deleted product of K. S d 1 the unit sphere in R d. Equivariant here means that f is continuous and f (y, x) = f (x, y). easy; the hard part. fails for k > 2 3 d 1, and we have NP-hardness (or more??) there [MTW].

23 Algorithm wanted: Does an equivariant map exist? X, Y spaces with antipodality (in particular, Y = S d 1 ). Decide the existence of an equivariant map X Y! Borsuk Ulam theorem no equivariant map S d S d 1.

24 Algorithm wanted: Does an equivariant map exist? X, Y spaces with antipodality (in particular, Y = S d 1 ). Decide the existence of an equivariant map X Y! Borsuk Ulam theorem no equivariant map S d S d 1. Ask the experts?

25 Algorithm wanted: Does an equivariant map exist? X, Y spaces with antipodality (in particular, Y = S d 1 ). Decide the existence of an equivariant map X Y! Borsuk Ulam theorem no equivariant map S d S d 1. Ask the experts? Topologist A: This problem is probably solved by obstruction theory and characteristic classes.

26 Algorithm wanted: Does an equivariant map exist? X, Y spaces with antipodality (in particular, Y = S d 1 ). Decide the existence of an equivariant map X Y! Borsuk Ulam theorem no equivariant map S d S d 1. Ask the experts? Topologist A: This problem is probably solved by obstruction theory and characteristic classes. Topologist B: People tried to compute higher obstructions and nobody has managed. This is probably unsolvable.

27 Algorithm wanted: Does an equivariant map exist? X, Y spaces with antipodality (in particular, Y = S d 1 ). Decide the existence of an equivariant map X Y! Borsuk Ulam theorem no equivariant map S d S d 1. Ask the experts? Topologist A: This problem is probably solved by obstruction theory and characteristic classes. Topologist B: People tried to compute higher obstructions and nobody has managed. This is probably unsolvable. The situation: Such things studied mainly in the 1950s-1970s. Apparently most authors retired or dead. A powerful (and complicated) machinery developed at that time. But algorithmic aspects of a programme outlined, e.g., in [Steenrod 1972] never realized, as far as we could find.

28 The extension problem Decide: equivariant f : X Y? A generally interesting problem, not only for embeddings. E.g., lower bounds for chromatic number and other Borsuk Ulam style applications of topology.

29 The extension problem Decide: equivariant f : X Y? A generally interesting problem, not only for embeddings. E.g., lower bounds for chromatic number and other Borsuk Ulam style applications of topology. More generally, the equivariant extension problem: Given X, Y, some A X, and an equivariant map f : A Y, can it be extended equivariantly to all of X?

30 The extension problem Decide: equivariant f : X Y? A generally interesting problem, not only for embeddings. E.g., lower bounds for chromatic number and other Borsuk Ulam style applications of topology. More generally, the equivariant extension problem: Given X, Y, some A X, and an equivariant map f : A Y, can it be extended equivariantly to all of X? We start with a simpler setting: drop equivariance. Extension problem: A f A Y f X X?? Y Absolutely basic question in algebraic topology.

31 The extension problem Extension problem: A f Y X??

32 The extension problem Extension problem: A f Y X?? A = S 1, X = D 2... undecidable (triviality of an element of the fundamental group of Y ).

33 The extension problem Extension problem: A f Y X?? A = S 1, X = D 2... undecidable (triviality of an element of the fundamental group of Y ). Theorem (Čadek Krčál M. Sergeraert Vokřínek Wagner) If dim X 2d 1 and Y is (d 1)-connected, d 2, then the extension problem can be solved, even in polynomial time for d fixed.

34 The extension problem Extension problem: A f Y X?? A = S 1, X = D 2... undecidable (triviality of an element of the fundamental group of Y ). Theorem (Čadek Krčál M. Sergeraert Vokřínek Wagner) If dim X 2d 1 and Y is (d 1)-connected, d 2, then the extension problem can be solved, even in polynomial time for d fixed. (d 1)-connected... no holes in dimension d 1 or smaller (= every map f : S k Y is homotopic to a constant map, 0 k d 1). Basic example: Y = S d.

35 The extension problem Theorem (Čadek Krčál M. Sergeraert Vokřínek Wagner) If dim X 2d 1 and Y is (d 1)-connected, d 2, then the extension problem can be solved, even in polynomial time for d fixed. Can test homotopy of two given maps as well, and compute a representation of [X, Y ], all maps X Y up to homotopy. (Unexpected) application: [Franek, Krčál] certifying a robust zero of a map R m R n.

36 Complementary hardness Theorem (Čadek Krčál M. Sergeraert Vokřínek Wagner) If dim X 2d 1 and Y is (d 1)-connected, d 2, then the extension problem can be solved, even in polynomial time for d fixed. Theorem (Čadek Krčál M. Vokřínek Wagner) For dim X = 2d and Y (d 1)-connected, d 2, the extension problem is undecidable. For d = 2k, even for Y = S d.

37 Complementary hardness Theorem (Čadek Krčál M. Sergeraert Vokřínek Wagner) If dim X 2d 1 and Y is (d 1)-connected, d 2, then the extension problem can be solved, even in polynomial time for d fixed. Theorem (Čadek Krčál M. Vokřínek Wagner) For dim X = 2d and Y (d 1)-connected, d 2, the extension problem is undecidable. For d = 2k, even for Y = S d. Reduce from undecidability of Diophantine equations.

38 Tools Topology (1960s): simplicial sets, Eilenberg MacLane spaces, Postnikov systems, obstruction theory, a bit of exact sequences ( Homotopy Theory I, but sometimes in a less usual form... ). In particular, [Brown 1957].

39 Tools Topology (1960s): simplicial sets, Eilenberg MacLane spaces, Postnikov systems, obstruction theory, a bit of exact sequences ( Homotopy Theory I, but sometimes in a less usual form... ). In particular, [Brown 1957]. Making all steps algorithmic; effective algebraic topology. In particular, objects with effective homology [Sergeraert, Rubio, Dousson, Romero].

40 Tools Topology (1960s): simplicial sets, Eilenberg MacLane spaces, Postnikov systems, obstruction theory, a bit of exact sequences ( Homotopy Theory I, but sometimes in a less usual form... ). In particular, [Brown 1957]. Making all steps algorithmic; effective algebraic topology. In particular, objects with effective homology [Sergeraert, Rubio, Dousson, Romero]. Among others, we need to compute a Postnikov system of Y... follows by known methods but never written down carefully.

41 Tools Topology (1960s): simplicial sets, Eilenberg MacLane spaces, Postnikov systems, obstruction theory, a bit of exact sequences ( Homotopy Theory I, but sometimes in a less usual form... ). In particular, [Brown 1957]. Making all steps algorithmic; effective algebraic topology. In particular, objects with effective homology [Sergeraert, Rubio, Dousson, Romero]. Among others, we need to compute a Postnikov system of Y... follows by known methods but never written down carefully. Analogous polynomial-time homology worked out. Many technical steps needed; but our main contribution perhaps in a synthesis.

42 The equivariant case and beyond The equivariant extension problem solved as well [Čadek, Krčál, Vokřínek]. Heavier topological tools. Polynomial time for fixed d, too. Gives polynomiality for EMBED k d in the metastable range (the P s). Turns out the natural problem to solve (for induction) is lifting-extension: A f Y ι?? X g B Even for the existence of an equivariant map X Y. ϕ

43 Papers J. Matoušek, M. Tancer, U. Wagner. Hardness of embedding simplicial complexes in R d. J. Eur. Math. Soc., 13 (2011), NP-hardness and undecidability for EMBED k d. M. Čadek, M. Krčál, J. Matoušek, F. Sergeraert, L. Vokřínek, U. Wagner. Computing all maps into a sphere. arxiv: , SODA 2012, to appear in JACM. All maps X Y up to homotopy. M. Čadek, M. Krčál, J. Matoušek, L. Vokřínek, U. Wagner. Polynomial-time computation of homotopy groups and Postnikov systems in fixed dimension. arxiv: Polynomiality for d fixed. M. Krčál, J. Matoušek, F. Sergeraert. Polynomial-time homology for simplicial Eilenberg MacLane spaces. arxiv: , to appear in Foundat. Comput. Math. A key step for polynomiality: handle K(Z, 1). M. Čadek, M. Krčál, J. Matoušek, L. Vokřínek, U. Wagner. Extendability of continuous maps is undecidable. arxiv: , to appear in DCG. Undecidability for the extension problem. M. Čadek, M. Krčál, J. Matoušek, L. Vokřínek, U. Wagner. Extending continuous maps: polynomiality and undecidability. STOC A summary.

44 Papers M. Čadek, M. Krčál, L. Vokřínek. Algorithmic solvability of the lifting-extension problem. arxiv: The equivariant case and lifting-extension. L. Vokřínek. Constructing homotopy equivalences of chain complexes of free ZG-modules, arxiv: A crucial step for equivariant computations. J. Matoušek. Computing higher homotopy groups is W [1]-hard. arxiv: More on the hardness of computing higher homotopy. J. Matoušek, E. Sedgwick, M. Tancer, U. Wagner. Untangling two systems of noncrossing curves. Graph Drawing A spinoff of the S 3 embedding project concerning curves. Application in the Robertson Seymour graph minors theory. J. Matoušek, E. Sedgwick, M. Tancer, U. Wagner. Embeddability in the 3-sphere is decidable. Manuscript, EMBED 2 3, EMBED 3 3 decidable.

arxiv: v2 [math.gt] 5 Feb 2014

arxiv: v2 [math.gt] 5 Feb 2014 Embeddability in the 3-sphere is decidable Jiří Matoušek 1,2,a,b, Eric Sedgwick 3,a, Martin Tancer 1,4,5,a, and Uli Wagner 4,a,c arxiv:1402.0815v2 [math.gt] 5 Feb 2014 1 Department of Applied Mathematics,

More information

The Classification Problem for 3-Manifolds

The Classification Problem for 3-Manifolds The Classification Problem for 3-Manifolds Program from ca. 1980: 1. Canonical decomposition into simpler pieces. 2. Explicit classification of special types of pieces. 3. Generic pieces are hyperbolic

More information

Homology of Simplicial Complexes

Homology of Simplicial Complexes Homology of Simplicial Complexes Math, David Perkinson Introduction. This is an introduction to the homology of simplicial complexes suitable for a first course in linear algebra. It uses little more than

More information

arxiv: v3 [cs.cg] 20 Sep 2011

arxiv: v3 [cs.cg] 20 Sep 2011 Computing all maps into a sphere Martin Čadeka Marek Krčál b,c Jiří Matoušek b,c,d Francis Sergeraert e Lukáš Vokřínek a Uli Wagner d October 22, 2018 arxiv:1105.6257v3 [cs.cg] 20 Sep 2011 Abstract We

More information

Lecture 5: Simplicial Complex

Lecture 5: Simplicial Complex Lecture 5: Simplicial Complex 2-Manifolds, Simplex and Simplicial Complex Scribed by: Lei Wang First part of this lecture finishes 2-Manifolds. Rest part of this lecture talks about simplicial complex.

More information

The Borsuk-Ulam theorem- A Combinatorial Proof

The Borsuk-Ulam theorem- A Combinatorial Proof The Borsuk-Ulam theorem- A Combinatorial Proof Shreejit Bandyopadhyay April 14, 2015 1 Introduction The Borsuk-Ulam theorem is perhaps among the results in algebraic topology having the greatest number

More information

arxiv: v2 [math.gt] 22 Aug 2018

arxiv: v2 [math.gt] 22 Aug 2018 Embeddability in R 3 is NP-hard Arnaud de Mesmay 1, Yo av Rieck 2, Eric Sedgwick 3, and Martin Tancer 4 arxiv:1708.07734v2 [math.gt] 22 Aug 2018 1 Univ. Grenoble Alpes, CNRS, Grenoble INP, GIPSA-lab, 38000

More information

The Computational Complexity of Knot and Link Problems arxiv:math.gt/ v1 3 Jul 1998

The Computational Complexity of Knot and Link Problems arxiv:math.gt/ v1 3 Jul 1998 The Computational Complexity of Knot and Link Problems arxiv:math.gt/9807016 v1 3 Jul 1998 Joel Hass, Jeffrey C. Lagarias and Nicholas Pippenger. December 12, 2001 Abstract We consider the problem of deciding

More information

Pacific Journal of Mathematics

Pacific Journal of Mathematics Pacific Journal of Mathematics SIMPLIFYING TRIANGULATIONS OF S 3 Aleksandar Mijatović Volume 208 No. 2 February 2003 PACIFIC JOURNAL OF MATHEMATICS Vol. 208, No. 2, 2003 SIMPLIFYING TRIANGULATIONS OF S

More information

Constructive Homological Algebra V. Algebraic Topology background

Constructive Homological Algebra V. Algebraic Topology background 0 Constructive Homological Algebra V. Algebraic Topology background Francis Sergeraert, Institut Fourier, Grenoble, France Genova Summer School, 2006 1 General topological spaces cannot be directly installed

More information

Hyperbolic Structures from Ideal Triangulations

Hyperbolic Structures from Ideal Triangulations Hyperbolic Structures from Ideal Triangulations Craig Hodgson University of Melbourne Geometric structures on 3-manifolds Thurston s idea: We would like to find geometric structures (or metrics) on 3-manifolds

More information

Unknot recognition, linear programming and the elusive polynomial time algorithm

Unknot recognition, linear programming and the elusive polynomial time algorithm Unknot recognition, linear programming and the elusive polynomial time algorithm Benjamin Burton The University of Queensland June 16, 2011 1 / 28 2 / 28 Outline 1 Decision problems in geometric topology

More information

Heegaard Splittings of noncompact 3-manifolds related to the Cantor Set. Sarah Kirker

Heegaard Splittings of noncompact 3-manifolds related to the Cantor Set. Sarah Kirker Heegaard Splittings of noncompact 3-manifolds related to the Cantor Set Sarah Kirker May 14, 2011 Contents 1 Introduction 2 2 A first look at Heegaard Splittings 2 2.1 Extending our definitions....................

More information

Folding and Spiralling: The Word View

Folding and Spiralling: The Word View Folding and Spiralling: The Word View Marcus Schaefer 1 CTI, DePaul University Chicago, Illinois 60604 Eric Sedgwick 2 CTI, DePaul University Chicago, Illinois 60604 Daniel Štefankovič 3 Computer Science

More information

Constructive Homological Algebra VI. Constructive Spectral Sequences

Constructive Homological Algebra VI. Constructive Spectral Sequences 0 Constructive Homological Algebra VI. Constructive Spectral Sequences Francis Sergeraert, Institut Fourier, Grenoble, France Genova Summer School, 2006 1 [F F τ B B] Key tools for effective spectral sequences

More information

The Cyclic Cycle Complex of a Surface

The Cyclic Cycle Complex of a Surface The Cyclic Cycle Complex of a Surface Allen Hatcher A recent paper [BBM] by Bestvina, Bux, and Margalit contains a construction of a cell complex that gives a combinatorial model for the collection of

More information

Ratcliffe, Foundations of hyperbolic manifolds, Springer (elementary)

Ratcliffe, Foundations of hyperbolic manifolds, Springer (elementary) 1 Introduction About this lecture P SL(2, C) and hyperbolic 3-spaces. Subgroups of P SL(2, C) Hyperbolic manifolds and orbifolds Examples 3-manifold topology and Dehn surgery Rigidity Volumes and ideal

More information

Lecture 0: Reivew of some basic material

Lecture 0: Reivew of some basic material Lecture 0: Reivew of some basic material September 12, 2018 1 Background material on the homotopy category We begin with the topological category TOP, whose objects are topological spaces and whose morphisms

More information

A non-partitionable Cohen-Macaulay simplicial complex

A non-partitionable Cohen-Macaulay simplicial complex A non-partitionable Cohen-Macaulay simplicial complex Art Duval 1, Bennet Goeckner 2, Caroline Klivans 3, Jeremy Martin 2 1 University of Texas at El Paso, 2 University of Kansas, 3 Brown University Discrete

More information

4.2 Simplicial Homology Groups

4.2 Simplicial Homology Groups 4.2. SIMPLICIAL HOMOLOGY GROUPS 93 4.2 Simplicial Homology Groups 4.2.1 Simplicial Complexes Let p 0, p 1,... p k be k + 1 points in R n, with k n. We identify points in R n with the vectors that point

More information

arxiv: v1 [math.gt] 21 Dec 2018

arxiv: v1 [math.gt] 21 Dec 2018 ALGORITHMIC ASPECTS OF IMMERSIBILITY AND EMBEDDABILITY FEDOR MANIN AND SHMUEL WEINBERGER arxiv:82.0943v [math.gt] 2 Dec 208 Abstract. We analyze an algorithmic question about immersion theory: for which

More information

Geometric structures on 2-orbifolds

Geometric structures on 2-orbifolds Geometric structures on 2-orbifolds Section 1: Manifolds and differentiable structures S. Choi Department of Mathematical Science KAIST, Daejeon, South Korea 2010 Fall, Lectures at KAIST S. Choi (KAIST)

More information

Surfaces Beyond Classification

Surfaces Beyond Classification Chapter XII Surfaces Beyond Classification In most of the textbooks which present topological classification of compact surfaces the classification is the top result. However the topology of 2- manifolds

More information

Sutured Manifold Hierarchies and Finite-Depth Foliations

Sutured Manifold Hierarchies and Finite-Depth Foliations Sutured Manifold Hierarchies and Finite-Depth Christopher Stover Florida State University Topology Seminar November 4, 2014 Outline Preliminaries Depth Sutured Manifolds, Decompositions, and Hierarchies

More information

Exact discrete Morse functions on surfaces. To the memory of Professor Mircea-Eugen Craioveanu ( )

Exact discrete Morse functions on surfaces. To the memory of Professor Mircea-Eugen Craioveanu ( ) Stud. Univ. Babeş-Bolyai Math. 58(2013), No. 4, 469 476 Exact discrete Morse functions on surfaces Vasile Revnic To the memory of Professor Mircea-Eugen Craioveanu (1942-2012) Abstract. In this paper,

More information

Boundary Curves of Incompressible Surfaces

Boundary Curves of Incompressible Surfaces Boundary Curves of Incompressible Surfaces Allen Hatcher This is a Tex version, made in 2004, of a paper that appeared in Pac. J. Math. 99 (1982), 373-377, with some revisions in the exposition. Let M

More information

arxiv: v1 [cs.dm] 14 Jan 2019

arxiv: v1 [cs.dm] 14 Jan 2019 A lower bound on the tree-width of graphs with irrelevant vertices Isolde Adler a, Philipp Klaus Krause b arxiv:1901.04325v1 [cs.dm] 14 Jan 2019 Abstract a School of Computing, University of Leeds b Albert-Ludwigs-Universität

More information

arxiv: v1 [math.gt] 28 Feb 2009

arxiv: v1 [math.gt] 28 Feb 2009 Coverings and Minimal Triangulations of 3 Manifolds William Jaco, Hyam Rubinstein and Stephan Tillmann arxiv:0903.0112v1 [math.gt] 28 Feb 2009 Abstract This paper uses results on the classification of

More information

pα i + q, where (n, m, p and q depend on i). 6. GROMOV S INVARIANT AND THE VOLUME OF A HYPERBOLIC MANIFOLD

pα i + q, where (n, m, p and q depend on i). 6. GROMOV S INVARIANT AND THE VOLUME OF A HYPERBOLIC MANIFOLD 6. GROMOV S INVARIANT AND THE VOLUME OF A HYPERBOLIC MANIFOLD of π 1 (M 2 )onπ 1 (M 4 ) by conjugation. π 1 (M 4 ) has a trivial center, so in other words the action of π 1 (M 4 ) on itself is effective.

More information

The following is a summary, hand-waving certain things which actually should be proven.

The following is a summary, hand-waving certain things which actually should be proven. 1 Basics of Planar Graphs The following is a summary, hand-waving certain things which actually should be proven. 1.1 Plane Graphs A plane graph is a graph embedded in the plane such that no pair of lines

More information

Heegaard splittings and virtual fibers

Heegaard splittings and virtual fibers Heegaard splittings and virtual fibers Joseph Maher maher@math.okstate.edu Oklahoma State University May 2008 Theorem: Let M be a closed hyperbolic 3-manifold, with a sequence of finite covers of bounded

More information

What is high-dimensional combinatorics?

What is high-dimensional combinatorics? What is high-dimensional combinatorics? Random-Approx, August 08 A (very) brief and (highly) subjective history of combinatorics Combinatorics must always have been fun. But when and how did it become

More information

Topological Data Analysis - I. Afra Zomorodian Department of Computer Science Dartmouth College

Topological Data Analysis - I. Afra Zomorodian Department of Computer Science Dartmouth College Topological Data Analysis - I Afra Zomorodian Department of Computer Science Dartmouth College September 3, 2007 1 Acquisition Vision: Images (2D) GIS: Terrains (3D) Graphics: Surfaces (3D) Medicine: MRI

More information

Treewidth and graph minors

Treewidth and graph minors Treewidth and graph minors Lectures 9 and 10, December 29, 2011, January 5, 2012 We shall touch upon the theory of Graph Minors by Robertson and Seymour. This theory gives a very general condition under

More information

Problem 1: A connected graph which contains no cycles is called a tree. Prove that the following are equivalent:

Problem 1: A connected graph which contains no cycles is called a tree. Prove that the following are equivalent: Problem Set 1 Due on February 13th. Problem 1: A connected graph which contains no cycles is called a tree. Prove that the following are equivalent: G is a tree. G is minimally connected, that is G \ e

More information

CHAPTER 8. Essential surfaces

CHAPTER 8. Essential surfaces CHAPTER 8 Essential surfaces We have already encountered hyperbolic surfaces embedded in hyperbolic 3-manifolds, for example the 3-punctured spheres that bound shaded surfaces in fully augmented links.

More information

Topology Hmwk 3 All problems are from Allen Hatcher Algebraic Topology (online) ch 1

Topology Hmwk 3 All problems are from Allen Hatcher Algebraic Topology (online) ch 1 Topology Hmwk 3 All problems are from Allen Hatcher Algebraic Topology (online) ch Andrew Ma December 23, 203 This assignment has been corrected post - grading...6 (a) Proof. Assume for a contradiction

More information

On the Heegaard splittings of amalgamated 3 manifolds

On the Heegaard splittings of amalgamated 3 manifolds On the Heegaard splittings of amalgamated 3 manifolds TAO LI We give a combinatorial proof of a theorem first proved by Souto which says the following. Let M 1 and M 2 be simple 3 manifolds with connected

More information

Algebraic Topology: A brief introduction

Algebraic Topology: A brief introduction Algebraic Topology: A brief introduction Harish Chintakunta This chapter is intended to serve as a brief, and far from comprehensive, introduction to Algebraic Topology to help the reading flow of this

More information

Coloring planar graphs

Coloring planar graphs : coloring and higher genus surfaces Math 104, Graph Theory April 2, 201 Coloring planar graphs Six Color Let G be a planar graph. Then c(g) apple 6. Proof highlights. I Proof type: Induction on V (G).

More information

COMPUTING THE CROSSCAP NUMBER OF A KNOT USING INTEGER PROGRAMMING AND NORMAL SURFACES

COMPUTING THE CROSSCAP NUMBER OF A KNOT USING INTEGER PROGRAMMING AND NORMAL SURFACES COMPUTING THE CROSSCAP NUMBER OF A KNOT USING INTEGER PROGRAMMING AND NORMAL SURFACES BENJAMIN A. BURTON AND MELIH OZLEN Author s self-archived version Available from http://www.maths.uq.edu.au/~bab/papers/

More information

LINKS WITH SPLITTING NUMBER ONE

LINKS WITH SPLITTING NUMBER ONE LINKS WITH SPLITTING NUMBER ONE MARC LACKENBY 1. Introduction One of the knot invariants that is least well understood is unknotting number. This is defined to be the minimal number of crossing changes

More information

CHAPTER 8. Essential surfaces

CHAPTER 8. Essential surfaces CHAPTER 8 Essential surfaces We have already encountered hyperbolic surfaces embedded in hyperbolic 3-manifolds, for example the 3-punctured spheres that bound shaded surfaces in fully augmented links.

More information

Trinities, hypergraphs, and contact structures

Trinities, hypergraphs, and contact structures Trinities, hypergraphs, and contact structures Daniel V. Mathews Daniel.Mathews@monash.edu Monash University Discrete Mathematics Research Group 14 March 2016 Outline 1 Introduction 2 Combinatorics of

More information

Geom/Top: Homework 1 (due Monday, 10/08/12)

Geom/Top: Homework 1 (due Monday, 10/08/12) Geom/Top: Homework (due Monday, 0/08/2). Read Farb notes. 2. Read Hatcher, Intro to Chapter 2 and Section 2.. 3. (Do not hand this in) Let φ : A B and ψ : B A be group homomorphisms. Suppose that φ ψ =

More information

INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES

INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES INTRODUCTION TO THE HOMOLOGY GROUPS OF COMPLEXES RACHEL CARANDANG Abstract. This paper provides an overview of the homology groups of a 2- dimensional complex. It then demonstrates a proof of the Invariance

More information

arxiv: v1 [math.gn] 22 Jun 2015

arxiv: v1 [math.gn] 22 Jun 2015 A Borsuk-Ulam theorem for digital images arxiv:1506.06426v1 [math.gn] 22 Jun 2015 P. Christopher Staecker February 25, 2018 Abstract The Borsuk-Ulam theorem states that a continuous function f : S n R

More information

Normal Surfaces and 3-Manifold Algorithms

Normal Surfaces and 3-Manifold Algorithms Colby College Digital Commons @ Colby Honors Theses Student Research 2017 Normal Surfaces and 3-Manifold Algorithms Josh D. Hews Colby College Follow this and additional works at: http://digitalcommons.colby.edu/honorstheses

More information

Flows on surface embedded graphs. Erin Chambers

Flows on surface embedded graphs. Erin Chambers Erin Wolf Chambers Why do computational geometers care about topology? Many areas, such as graphics, biology, robotics, and networking, use algorithms which compute information about point sets. Why do

More information

The orientability of small covers and coloring simple polytopes. Nishimura, Yasuzo; Nakayama, Hisashi. Osaka Journal of Mathematics. 42(1) P.243-P.

The orientability of small covers and coloring simple polytopes. Nishimura, Yasuzo; Nakayama, Hisashi. Osaka Journal of Mathematics. 42(1) P.243-P. Title Author(s) The orientability of small covers and coloring simple polytopes Nishimura, Yasuzo; Nakayama, Hisashi Citation Osaka Journal of Mathematics. 42(1) P.243-P.256 Issue Date 2005-03 Text Version

More information

arxiv:math/ v1 [math.gt] 30 Dec 1997

arxiv:math/ v1 [math.gt] 30 Dec 1997 arxiv:math/9712269v1 [math.gt] 30 Dec 1997 Algorithms for recognizing knots and 3-manifolds Joel Hass February 1, 2008 1 Algorithms and Classifications. Algorithms are of interest to geometric topologists

More information

THE NUMBER OF REIDEMEISTER MOVES NEEDED FOR UNKNOTTING

THE NUMBER OF REIDEMEISTER MOVES NEEDED FOR UNKNOTTING JOURNAL OF THE AMERICAN MATHEMATICAL SOCIETY Volume 14, Number 2, Pages 399 428 S 0894-0347(01)00358-7 Article electronically published on January 18, 2001 THE NUMBER OF REIDEMEISTER MOVES NEEDED FOR UNKNOTTING

More information

Lecture 7: Jan 31, Some definitions related to Simplical Complex. 7.2 Topological Equivalence and Homeomorphism

Lecture 7: Jan 31, Some definitions related to Simplical Complex. 7.2 Topological Equivalence and Homeomorphism CS 6170 Computational Topology: Topological Data Analysis University of Utah Spring 2017 School of Computing Lecture 7: Jan 31, 2017 Lecturer: Prof. Bei Wang Scribe: Avani Sharma,

More information

Cell-Like Maps (Lecture 5)

Cell-Like Maps (Lecture 5) Cell-Like Maps (Lecture 5) September 15, 2014 In the last two lectures, we discussed the notion of a simple homotopy equivalences between finite CW complexes. A priori, the question of whether or not a

More information

Genus two Heegaard splittings of orientable three manifolds

Genus two Heegaard splittings of orientable three manifolds ISSN 1464-8997 (on line) 1464-8989 (printed) 489 Geometry & Topology Monographs Volume 2: Proceedings of the Kirbyfest Pages 489 553 Genus two Heegaard splittings of orientable three manifolds Hyam Rubinstein

More information

Geometric and Solid Modeling. Problems

Geometric and Solid Modeling. Problems Geometric and Solid Modeling Problems Define a Solid Define Representation Schemes Devise Data Structures Construct Solids Page 1 Mathematical Models Points Curves Surfaces Solids A shape is a set of Points

More information

Coxeter Groups and CAT(0) metrics

Coxeter Groups and CAT(0) metrics Peking University June 25, 2008 http://www.math.ohio-state.edu/ mdavis/ The plan: First, explain Gromov s notion of a nonpositively curved metric on a polyhedral complex. Then give a simple combinatorial

More information

Homology cycle bases from acyclic matchings

Homology cycle bases from acyclic matchings Homology cycle bases from acyclic matchings Dmitry Feichtner-Kozlov University of Bremen Kyoto Workshop, January 019 What is... Applied Topology? studying global features of shapes applications in other

More information

CONTRACTIONS OF PLANAR GRAPHS

CONTRACTIONS OF PLANAR GRAPHS Marcin Kamiński Brussels Daniël Paulusma Durham Dimitrios Thilikos Athens ESA 2010 CONTAINMENT RELATIONS \v \e /e 2 CONTAINMENT RELATIONS \v \e /e induced subgraph subgraph minor contraction induced minor

More information

4. Simplicial Complexes and Simplicial Homology

4. Simplicial Complexes and Simplicial Homology MATH41071/MATH61071 Algebraic topology Autumn Semester 2017 2018 4. Simplicial Complexes and Simplicial Homology Geometric simplicial complexes 4.1 Definition. A finite subset { v 0, v 1,..., v r } R n

More information

THE RISE, FALL AND RISE OF SIMPLICIAL COMPLEXES. Andrew Ranicki (Edinburgh) aar Warwick 2nd February, 2018

THE RISE, FALL AND RISE OF SIMPLICIAL COMPLEXES. Andrew Ranicki (Edinburgh)   aar Warwick 2nd February, 2018 1 THE RISE, FALL AND RISE OF SIMPLICIAL COMPLEXES Andrew Ranicki (Edinburgh) http://www.maths.ed.ac.uk/ aar Warwick 2nd February, 2018 2 Simplicial complexes A simplicial complex is a combinatorial scheme

More information

The Story of 3N Points in a Plane Günter M. Ziegler

The Story of 3N Points in a Plane Günter M. Ziegler The Story of 3N Points in a Plane Günter M. Ziegler Plan 0. Why do you care? 1. A short history 2. A short history, with colors 3. A tight colored Tverberg theorem 4. Tverberg strikes back 0. Why do we

More information

Solutions to Selected Exercises

Solutions to Selected Exercises Solutions to Selected Exercises Chapter 2 2.1. For x (2, 3), let δ x = min(x 2, 3 x). 2.3. R {x} =(,x) (x, ). If y (,x), then let δ y = x y so that δ y > 0 and (y δ y,y+ δ y ) (,x). Hence (,x) is open,

More information

All tunnels of all tunnel number 1 knots

All tunnels of all tunnel number 1 knots All tunnels of all tunnel number 1 knots Darryl McCullough University of Oklahoma Geometric Topology Conference Beijing University June 22, 27 1 (joint work with Sangbum Cho, in The tree of knot tunnels,

More information

A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3

A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3 A TESSELLATION FOR ALGEBRAIC SURFACES IN CP 3 ANDREW J. HANSON AND JI-PING SHA In this paper we present a systematic and explicit algorithm for tessellating the algebraic surfaces (real 4-manifolds) F

More information

AUTOMORPHISMS OF THE GRAPH OF FREE SPLITTINGS

AUTOMORPHISMS OF THE GRAPH OF FREE SPLITTINGS AUTOMORPHISMS OF THE GRAPH OF FREE SPLITTINGS JAVIER ARAMAYONA & JUAN SOUTO Abstract. We prove that every simplicial automorphism of the free splitting graph of a free group F n is induced by an outer

More information

Coverings and minimal triangulations of 3 manifolds

Coverings and minimal triangulations of 3 manifolds Algebraic & Geometric Topology 11 (2011) 1257 1265 1257 Coverings and minimal triangulations of 3 manifolds WILLIAM JACO J HYAM RUBINSTEIN STEPHAN TILLMANN This paper uses results on the classification

More information

0 efficient triangulations of Haken three-manifolds

0 efficient triangulations of Haken three-manifolds The University of Melbourne Doctoral Thesis 0 efficient triangulations of Haken three-manifolds Shanil Ramanayake A thesis submitted in fulfilment of the requirements for the degree of Doctor of Philosophy

More information

Reflection groups 4. Mike Davis. May 19, Sao Paulo

Reflection groups 4. Mike Davis. May 19, Sao Paulo Reflection groups 4 Mike Davis Sao Paulo May 19, 2014 https://people.math.osu.edu/davis.12/slides.html 1 2 Exotic fundamental gps Nonsmoothable aspherical manifolds 3 Let (W, S) be a Coxeter system. S

More information

9 About Intersection Graphs

9 About Intersection Graphs 9 About Intersection Graphs Since this lecture we focus on selected detailed topics in Graph theory that are close to your teacher s heart... The first selected topic is that of intersection graphs, i.e.

More information

A non-partitionable Cohen-Macaulay simplicial complex

A non-partitionable Cohen-Macaulay simplicial complex A non-partitionable Cohen-Macaulay simplicial complex Art Duval 1, Bennet Goeckner 2, Caroline Klivans 3, Jeremy Martin 2 1 University of Texas at El Paso, 2 University of Kansas, 3 Brown University Department

More information

Simplicial Complexes: Second Lecture

Simplicial Complexes: Second Lecture Simplicial Complexes: Second Lecture 4 Nov, 2010 1 Overview Today we have two main goals: Prove that every continuous map between triangulable spaces can be approximated by a simplicial map. To do this,

More information

Computing the Betti Numbers of Arrangements. Saugata Basu School of Mathematics & College of Computing Georgia Institute of Technology.

Computing the Betti Numbers of Arrangements. Saugata Basu School of Mathematics & College of Computing Georgia Institute of Technology. 1 Computing the Betti Numbers of Arrangements Saugata Basu School of Mathematics & College of Computing Georgia Institute of Technology. 2 Arrangements in Computational Geometry An arrangement in R k is

More information

! B be a covering, where B is a connected graph. Then E is also a

! B be a covering, where B is a connected graph. Then E is also a 26. Mon, Mar. 24 The next application is the computation of the fundamental group of any graph. We start by specifying what we mean by a graph. Recall that S 0 R is usually defined to be the set S 0 =

More information

Planar Graphs and Surfaces. Graphs 2 1/58

Planar Graphs and Surfaces. Graphs 2 1/58 Planar Graphs and Surfaces Graphs 2 1/58 Last time we discussed the Four Color Theorem, which says that any map can be colored with at most 4 colors and not have two regions that share a border having

More information

INTRODUCTION TO 3-MANIFOLDS

INTRODUCTION TO 3-MANIFOLDS INTRODUCTION TO 3-MANIFOLDS NIK AKSAMIT As we know, a topological n-manifold X is a Hausdorff space such that every point contained in it has a neighborhood (is contained in an open set) homeomorphic to

More information

Planar Graphs. 1 Graphs and maps. 1.1 Planarity and duality

Planar Graphs. 1 Graphs and maps. 1.1 Planarity and duality Planar Graphs In the first half of this book, we consider mostly planar graphs and their geometric representations, mostly in the plane. We start with a survey of basic results on planar graphs. This chapter

More information

Approximation algorithms for Euler genus and related problems

Approximation algorithms for Euler genus and related problems Approximation algorithms for Euler genus and related problems Chandra Chekuri Anastasios Sidiropoulos February 3, 2014 Slides based on a presentation of Tasos Sidiropoulos Graphs and topology Graphs and

More information

The geometry of embedded surfaces

The geometry of embedded surfaces CHAPTER 12 The geometry of embedded surfaces In this chapter, we discuss the geometry of essential surfaces embedded in hyperbolic 3-manifolds. In the first section, we show that specific surfaces embedded

More information

Doctoral Thesis. Martin Tancer Topological and Geometrical Combinatorics

Doctoral Thesis. Martin Tancer Topological and Geometrical Combinatorics Charles University in Prague Faculty of Mathematics and Physics Department of Applied Mathematics Doctoral Thesis Martin Tancer Topological and Geometrical Combinatorics Supervisor Prof. RNDr. Jiří Matoušek,

More information

Shortest Non-trivial Cycles in Directed and Undirected Surface Graphs

Shortest Non-trivial Cycles in Directed and Undirected Surface Graphs Shortest Non-trivial Cycles in Directed and Undirected Surface Graphs Kyle Fox University of Illinois at Urbana-Champaign Surfaces 2-manifolds (with boundary) genus g: max # of disjoint simple cycles whose

More information

A Preliminary Study of Klein Knots

A Preliminary Study of Klein Knots A Preliminary Study of Klein Knots Louisa Catalano, David Freund, Rutendo Ruzvidzo, Jennifer Bowen, and John Ramsay The College of Wooster Department of Mathematics Wooster, OH 44691 LCatalano11@wooster.edu,

More information

Computing Linkless and Flat Embeddings of Graphs in R 3

Computing Linkless and Flat Embeddings of Graphs in R 3 Computing Linkless and Flat Embeddings of Graphs in R 3 Stephan Kreutzer Technical University Berlin based on joint work with Ken-ichi Kawarabayashi, Bojan Mohar and Bruce Reed Graph Theory @ Georgie Tech

More information

THREE-MANIFOLD CONSTRUCTIONS AND CONTACT STRUCTURES HUAN VO

THREE-MANIFOLD CONSTRUCTIONS AND CONTACT STRUCTURES HUAN VO THREE-MANIFOLD CONSTRUCTIONS AND CONTACT STRUCTURES HUAN VO 1. Introduction Recently, there s been an interest in open book decompositions of 3-manifolds, partly because of a fundamental theorem by Giroux,

More information

KNOTTED SYMMETRIC GRAPHS

KNOTTED SYMMETRIC GRAPHS proceedings of the american mathematical society Volume 123, Number 3, March 1995 KNOTTED SYMMETRIC GRAPHS CHARLES LIVINGSTON (Communicated by Ronald Stern) Abstract. For a knotted graph in S* we define

More information

Jordan Curves. A curve is a subset of IR 2 of the form

Jordan Curves. A curve is a subset of IR 2 of the form Jordan Curves A curve is a subset of IR 2 of the form α = {γ(x) : x [0,1]}, where γ : [0,1] IR 2 is a continuous mapping from the closed interval [0,1] to the plane. γ(0) and γ(1) are called the endpoints

More information

There exists a polyhedron dominating infinitely many different homotopy types

There exists a polyhedron dominating infinitely many different homotopy types F U N D A M E N T A MATHEMATICAE 151 (1996) There exists a polyhedron dominating infinitely many different homotopy types by Danuta K o ł o d z i e j c z y k (Warszawa) Abstract. We answer a question of

More information

Surfaces, meshes, and topology

Surfaces, meshes, and topology Surfaces from Point Samples Surfaces, meshes, and topology A surface is a 2-manifold embedded in 3- dimensional Euclidean space Such surfaces are often approximated by triangle meshes 2 1 Triangle mesh

More information

Discrete Morse Theory on Simplicial Complexes

Discrete Morse Theory on Simplicial Complexes Discrete Morse Theory on Simplicial Complexes August 27, 2009 ALEX ZORN ABSTRACT: Following [2] and [3], we introduce a combinatorial analog of topological Morse theory, and show how the introduction of

More information

Geometry, Combinatorics, and Algorithms (GeCoaL)

Geometry, Combinatorics, and Algorithms (GeCoaL) Geometry, Combinatorics, and Algorithms (GeCoaL) Éric Colin de Verdière École normale supérieure, CNRS, Paris May 12, 2011 Main Research Area Communities computational geometry/topology discrete algorithms

More information

Combinatorial Tilings of the Sphere by Pentagons

Combinatorial Tilings of the Sphere by Pentagons Combinatorial Tilings of the Sphere by Pentagons Min Yan Department of Mathematics Hong Kong University of Science and Technology Kowloon, Hong Kong mamyan@ust.hk Submitted: Nov 16, 2012; Accepted: Mar

More information

Lecture 5 CLASSIFICATION OF SURFACES

Lecture 5 CLASSIFICATION OF SURFACES Lecture 5 CLASSIFICATION OF SURFACES In this lecture, we present the topological classification of surfaces. This will be done by a combinatorial argument imitating Morse theory and will make use of the

More information

66 III Complexes. R p (r) }.

66 III Complexes. R p (r) }. 66 III Complexes III.4 Alpha Complexes In this section, we use a radius constraint to introduce a family of subcomplexes of the Delaunay complex. These complexes are similar to the Čech complexes but differ

More information

New York Journal of Mathematics. Boundary-twisted normal form and the number of elementary moves to unknot

New York Journal of Mathematics. Boundary-twisted normal form and the number of elementary moves to unknot New York Journal of Mathematics New York J. Math. 18 (2012) 389 408. Boundary-twisted normal form and the number of elementary moves to unknot Chan-Ho Suh Abstract. Suppose K is an unknot lying in the

More information

Planarity. 1 Introduction. 2 Topological Results

Planarity. 1 Introduction. 2 Topological Results Planarity 1 Introduction A notion of drawing a graph in the plane has led to some of the most deep results in graph theory. Vaguely speaking by a drawing or embedding of a graph G in the plane we mean

More information

A Flavor of Topology. Shireen Elhabian and Aly A. Farag University of Louisville January 2010

A Flavor of Topology. Shireen Elhabian and Aly A. Farag University of Louisville January 2010 A Flavor of Topology Shireen Elhabian and Aly A. Farag University of Louisville January 2010 In 1670 s I believe that we need another analysis properly geometric or linear, which treats place directly

More information

European Journal of Combinatorics. Homotopy types of box complexes of chordal graphs

European Journal of Combinatorics. Homotopy types of box complexes of chordal graphs European Journal of Combinatorics 31 (2010) 861 866 Contents lists available at ScienceDirect European Journal of Combinatorics journal homepage: www.elsevier.com/locate/ejc Homotopy types of box complexes

More information

4. Definition: topological space, open set, topology, trivial topology, discrete topology.

4. Definition: topological space, open set, topology, trivial topology, discrete topology. Topology Summary Note to the reader. If a statement is marked with [Not proved in the lecture], then the statement was stated but not proved in the lecture. Of course, you don t need to know the proof.

More information

Simplicial Hyperbolic Surfaces

Simplicial Hyperbolic Surfaces Simplicial Hyperbolic Surfaces Talk by Ken Bromberg August 21, 2007 1-Lipschitz Surfaces- In this lecture we will discuss geometrically meaningful ways of mapping a surface S into a hyperbolic manifold

More information

Poincaré Conjecture. Anant R. Shastri Department of Mathematics I. I. T. Bombay Powai, Mumbai September 26, 2007

Poincaré Conjecture. Anant R. Shastri Department of Mathematics I. I. T. Bombay Powai, Mumbai September 26, 2007 Poincaré Conjecture Anant R. Shastri Department of Mathematics I. I. T. Bombay Powai, Mumbai-400076 ars@math.iitb.ac.in September 26, 2007 Abstract: The century old, so called Poincaré conjecture has been

More information