Hare quota

From formulasearchengine
Revision as of 00:09, 14 October 2013 by en>SporkBot (Replace per TFD outcome)
Jump to navigation Jump to search

In mathematics, in the area of algebraic topology, simplicial homology is a theory with a finitary definition, and is probably the most tangible variant of homology theory.

Simplicial homology concerns topological spaces whose building blocks are n-simplexes, the n-dimensional analogs of triangles. By definition, such a space is homeomorphic to a simplicial complex (more precisely, the geometric realization of an abstract simplicial complex). Such a homeomorphism is referred to as a triangulation of the given space. Replacing n-simplexes by their continuous images in a given topological space gives singular homology. The simplicial homology of a simplicial complex is naturally isomorphic to the singular homology of its geometric realization. This implies, in particular, that the simplicial homology of a space does not depend on the triangulation chosen for the space.

By for instance, Morse theory, it can be seen that all smooth manifolds allow a triangulation. This, together with the fact that it is possible to resolve the simplicial homology of a simplicial complex automatically and efficiently, make this theory feasible for application to real life situations, such as image analysis, medical imaging, and data analysis in general.

Definition

Let S be a simplicial complex. A simplicial k-chain is a formal sum of k-simplices

, where is the i-th k-simplex.

The group of k-chains on S, the free abelian group with basis the set of k-simplices in S, is denoted Ck.

Consider that a basis element of Ck, a k-simplex, is given by a tuple of 0-simplices, or vertices

The boundary operator

is a homomorphism defined by:

where the simplex

is the ith face of σ obtained by deleting its ith vertex.

In Ck, elements of the subgroup

are referred to as cycles, and the subgroup

is said to consist of boundaries.

Direct computation shows that Bk lies in Zk, that is, BkZk. The boundary of a boundary must be zero. In other words,

form a simplicial chain complex.

A simplicial complex with 2 1-holes

The kth homology group Hk of S is defined to be the quotient

A homology group Hk is not trivial if the complex at hand contains k-cycles which are not boundaries. This indicates that there are k-dimensional holes in the complex. For example consider the complex obtained by gluing two triangles (with no interior) along one edge, shown in the image. This is a triangulation of the figure eight. The edges of each triangle form a cycle. These two cycles are by construction not boundaries (there are no 2-chains). Therefore the figure has two "1-holes".

Holes can be of different dimensions. The rank of the homology groups, the numbers

are referred to as the Betti numbers of the space S, and gives a measure of the number of k-dimensional holes in S.

Example

The 2D complex - the triangle

In order to compute the homology groups of the triangle, one should compute the different groups etc. Here, by the definition of the boundary operator, we have , therefore the kernel is:

that is every 0-chain is in the kernel. Next, given a 1-chain there exists:

That is,

,

which means that a 0-chain is in the image of if and only if

.

This implies that we have only two degrees of freedom for choosing , or in other words:

Now we can use the definition:

As for the other homology groups, computations are easier. if and only if , therefore

Now, since there are no 2-chains, the kernel and image of are trivial, that is . This yields:

Applications

A standard scenario in many computer applications is a collection of points (measurements, dark pixels in a bit map, etc.) in which one wishes to find a topological feature. Homology can serve as a qualitative tool to search for such a feature, since it is readily computable from combinatorial data such as a simplicial complex. However, the data points have to first be triangulated, meaning one replaces the data with a simplicial complex approximation. Computation of persistent homology (Edelsbrunner et al.2002 Robins, 1999) involves analysis of homology at different resolutions, registering homology classes (holes) that persist as the resolution is changed. Such features can be used to detect structures of molecules, tumors in X-rays, and cluster structures in complex data. A MATLAB toolbox for computing persistent homology, Plex (Vin de Silva, Gunnar Carlsson), is available at this site Stand-alone implementations in C++ are available as part of the Perseus and Dionysus software projects. More generally, simplicial homology plays a central role in topological data analysis, a technique in the field of data mining.

See also

References

  • Lee, J.M., Introduction to Topological Manifolds, Springer-Verlag, Graduate Texts in Mathematics, Vol. 202 (2000) ISBN 0-387-98759-2
  • Hatcher, A., Algebraic Topology, Cambridge University Press (2002) ISBN 0-521-79540-0. Detailed discussion of homology theories for simplicial complexes and manifolds, singular homology, etc.
  • Moise, E.E., Affine structures in 3-manifolds. V. The triangulation theorem and Hauptvermutung. Ann. Math. 96-114 (1952).

External links