Computational topology

Revision as of 18:51, 21 February 2025 by 74.127.122.6 (talk) (→‎Algorithmic 3-manifold theory)
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

Algorithmic topology, or computational topology, is a subfield of topology with an overlap with areas of computer science, in particular, computational geometry and computational complexity theory.

A primary concern of algorithmic topology, as its name suggests, is to develop efficient algorithms for solving problems that arise naturally in fields such as computational geometry, graphics, robotics, social science, structural biology, and chemistry, using methods from computable topology.<ref>Afra J. Zomorodian, Topology for Computing, Cambridge, 2005, xi</ref><ref>Template:Citation</ref><ref>{{#invoke:citation/CS1|citation |CitationClass=web }}</ref>

Major algorithms by subject areaEdit

Algorithmic 3-manifold theoryEdit

A large family of algorithms concerning 3-manifolds revolve around normal surface theory, which is a phrase that encompasses several techniques to turn problems in 3-manifold theory into integer linear programming problems.

  • Rubinstein and Thompson's 3-sphere recognition algorithm. This is an algorithm that takes as input a triangulated 3-manifold and determines whether or not the manifold is homeomorphic to the 3-sphere. It has exponential run-time in the number of tetrahedral simplexes in the initial 3-manifold, and also an exponential memory profile. Saul Schleimer went on to show the problem lies in the complexity class NP.<ref>{{#invoke:citation/CS1|citation

|CitationClass=web }}</ref> Furthermore, Raphael Zentner showed that the problem lies in the complexity class coNP,<ref>Template:Cite journal</ref> provided that the generalized Riemann hypothesis holds. He uses instanton gauge theory, the geometrization theorem of 3-manifolds, and subsequent work of Greg Kuperberg <ref>Template:Cite journal</ref> on the complexity of knottedness detection.

  • The connect-sum decomposition of 3-manifolds is also implemented in Regina, has exponential run-time and is based on a similar algorithm to the 3-sphere recognition algorithm.
  • Determining that the Seifert-Weber 3-manifold contains no incompressible surface has been algorithmically implemented by Burton, Rubinstein and Tillmann<ref>Template:Cite journal</ref> and based on normal surface theory.
  • The Manning algorithm is an algorithm to find hyperbolic structures on 3-manifolds whose fundamental group have a solution to the word problem.<ref>J.Manning, Algorithmic detection and description of hyperbolic structures on 3-manifolds with solvable word problem, Geometry and Topology 6 (2002) 1–26</ref>

At present the JSJ decomposition has not been implemented algorithmically in computer software. Neither has the compression-body decomposition. There are some very popular and successful heuristics, such as SnapPea which has much success computing approximate hyperbolic structures on triangulated 3-manifolds. It is known that the full classification of 3-manifolds can be done algorithmically,<ref>S.Matveev, Algorithmic topology and the classification of 3-manifolds, Springer-Verlag 2003</ref> in fact, it is known that deciding whether two closed, oriented 3-manifolds given by triangulations (simplicial complexes) are equivalent (homeomorphic) is elementary recursive.<ref>Template:Cite journal</ref> This generalizes the result on 3-sphere recognition.

Conversion algorithmsEdit

  • SnapPea implements an algorithm to convert a planar knot or link diagram into a cusped triangulation. This algorithm has a roughly linear run-time in the number of crossings in the diagram, and low memory profile. The algorithm is similar to the Wirthinger algorithm for constructing presentations of the fundamental group of link complements given by planar diagrams. Similarly, SnapPea can convert surgery presentations of 3-manifolds into triangulations of the presented 3-manifold.
  • D. Thurston and F. Costantino have a procedure to construct a triangulated 4-manifold from a triangulated 3-manifold. Similarly, it can be used to construct surgery presentations of triangulated 3-manifolds, although the procedure is not explicitly written as an algorithm in principle it should have polynomial run-time in the number of tetrahedra of the given 3-manifold triangulation.<ref>Template:Cite journal</ref>
  • S. Schleimer has an algorithm which produces a triangulated 3-manifold, given input a word (in Dehn twist generators) for the mapping class group of a surface. The 3-manifold is the one that uses the word as the attaching map for a Heegaard splitting of the 3-manifold. The algorithm is based on the concept of a layered triangulation.

Algorithmic knot theoryEdit

Determining whether or not a knot is trivial is known to be in the complexity classes NP<ref name=HLP>Template:Citation</ref> as well as co-NP.<ref>Template:Citation</ref> The problem of determining the genus of a knot in a 3-manifold is NP-complete;<ref name=AHT>Template:Citation</ref> however, while NP remains an upper bound on the complexity of determining the genus of a knot in R3 or S3, as of 2006 it was unknown whether the algorithmic problem of determining the genus of a knot in those particular 3-manifolds was still NP-hard.<ref name=AHT />

Computational homotopyEdit

Computational homologyEdit

Computation of homology groups of cell complexes reduces to bringing the boundary matrices into Smith normal form. Although this is a completely solved problem algorithmically, there are various technical obstacles to efficient computation for large complexes. There are two central obstacles. Firstly, the basic Smith form algorithm has cubic complexity in the size of the matrix involved since it uses row and column operations which makes it unsuitable for large cell complexes. Secondly, the intermediate matrices which result from the application of the Smith form algorithm get filled-in even if one starts and ends with sparse matrices.

  • Efficient and probabilistic Smith normal form algorithms, as found in the LinBox library.
  • Simple homotopic reductions for pre-processing homology computations, as in the Perseus software package.
  • Algorithms to compute persistent homology of filtered complexes, as in the TDAstats R package.<ref>Template:Cite journal</ref>
  • In some applications, such as in TDA, it is useful to have representatives of (co)homology classes that are as "small" as possible. This is known as the problem of (co)homology localization. On triangulated manifolds, given a chain representing a homology class, it is in general NP-hard to approximate the minimum-support homologous chain.<ref>Template:Cite journal Preliminary version appeared at SODA 2010.</ref> However, the particular setting of approximating 1-cohomology localization on triangulated 2-manifolds is one of only three known problems whose hardness is equivalent to the Unique Games Conjecture.<ref>Template:Cite conference.

</ref>

See alsoEdit

ReferencesEdit

<references/>

External linksEdit

BooksEdit