Simplicial homology

From HandWiki

In algebraic topology, simplicial homology is the sequence of homology groups of a simplicial complex. It formalizes the idea of the number of holes of a given dimension in the complex. This generalizes the number of connected components (the case of dimension 0). Simplicial homology arose as a way to study topological spaces whose building blocks are n-simplices, the n-dimensional analogs of triangles. This includes a point (0-simplex), a line segment (1-simplex), a triangle (2-simplex) and a tetrahedron (3-simplex). 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. Many topological spaces of interest can be triangulated, including every smooth manifold (Cairns and Whitehead).[1]:sec.5.3.2

Simplicial homology is defined by a simple recipe for any abstract simplicial complex. It is a remarkable fact that simplicial homology only depends on the associated topological space.[2]:sec.8.6 As a result, it gives a computable way to distinguish one space from another.

Definitions

The boundary of a boundary of a 2-simplex (left) and the boundary of a 1-chain (right) are taken. Both are 0, being sums in which both the positive and negative of a 0-simplex occur once. The boundary of a boundary is always 0. A nontrivial cycle is something that closes up like the boundary of a simplex, in that its boundary sums to 0, but which isn't actually the boundary of a simplex or chain. Because trivial 1-cycles are equivalent to 0 in [math]\displaystyle{ H_1 }[/math], the 1-cycle at right-middle is homologous to its sum with the boundary of the 2-simplex at left.

Orientations

A key concept in defining simplicial homology is the notion of an orientation of a simplex. By definition, an orientation of a k-simplex is given by an ordering of the vertices, written as (v0,...,vk), with the rule that two orderings define the same orientation if and only if they differ by an even permutation. Thus every simplex has exactly two orientations, and switching the order of two vertices changes an orientation to the opposite orientation. For example, choosing an orientation of a 1-simplex amounts to choosing one of the two possible directions, and choosing an orientation of a 2-simplex amounts to choosing what "counterclockwise" should mean.

Chains

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

[math]\displaystyle{ \sum_{i=1}^N c_i \sigma_i, \, }[/math]

where each ci is an integer and σi is an oriented k-simplex. In this definition, we declare that each oriented simplex is equal to the negative of the simplex with the opposite orientation. For example,

[math]\displaystyle{ (v_0,v_1) = -(v_1,v_0). }[/math]

The group of k-chains on S is written Ck. This is a free abelian group which has a basis in one-to-one correspondence with the set of k-simplices in S. To define a basis explicitly, one has to choose an orientation of each simplex. One standard way to do this is to choose an ordering of all the vertices and give each simplex the orientation corresponding to the induced ordering of its vertices.

Boundaries and cycles

Let σ = (v0,...,vk) be an oriented k-simplex, viewed as a basis element of Ck. The boundary operator

[math]\displaystyle{ \partial_k: C_k \rightarrow C_{k-1} }[/math]

is the homomorphism defined by:

[math]\displaystyle{ \partial_k(\sigma)=\sum_{i=0}^k (-1)^i (v_0 , \dots , \widehat{v_i} , \dots ,v_k), }[/math]

where the oriented simplex

[math]\displaystyle{ (v_0 , \dots , \widehat{v_i} , \dots ,v_k) }[/math]

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

In Ck, elements of the subgroup

[math]\displaystyle{ Z_k := \ker \partial_k }[/math]

are referred to as cycles, and the subgroup

[math]\displaystyle{ B_k := \operatorname{im} \partial_{k+1} }[/math]

is said to consist of boundaries.

Boundaries of boundaries

Because [math]\displaystyle{ (-1)^{i+j-1}(v_0 , \dots , \widehat{v_i} , \dots , \widehat\widehat{v_j} ,\dots , v_k) = - (-1)^{i+j}(v_0 , \dots , \widehat\widehat{v_i} , \dots , \widehat{v_j} ,\dots , v_k) }[/math], where [math]\displaystyle{ \widehat\widehat{v_x} }[/math] is the second face removed, [math]\displaystyle{ \partial^2 = 0 }[/math]. In geometric terms, this says that the boundary of anything has no boundary. Equivalently, the abelian groups

[math]\displaystyle{ (C_k, \partial_k) }[/math]

form a chain complex. Another equivalent statement is that Bk is contained in Zk.

As an example, consider a tetrahedron with vertices oriented as w,x,y,z. By definition, its boundary is given by: xyz - wyz + wxz - wxy. The boundary of the boundary is given by: (yz-xz+xy)-(yz-wz+wy)+(xz-wz+wx)-(xy-wy+wx) = 0.

A simplicial complex with 2 1-holes

Homology groups

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

[math]\displaystyle{ H_k(S) = Z_k/B_k\, . }[/math]

It follows that the homology group Hk(S) is nonzero exactly when there are k-cycles on S which are not boundaries. In a sense, this means that there are k-dimensional holes in the complex. For example, consider the complex S obtained by gluing two triangles (with no interior) along one edge, shown in the image. The edges of each triangle can be oriented so as to form a cycle. These two cycles are by construction not boundaries (since every 2-chain is zero). One can compute that the homology group H1(S) is isomorphic to Z2, with a basis given by the two cycles mentioned. This makes precise the informal idea that S has two "1-dimensional holes".

Holes can be of different dimensions. The rank of the kth homology group, the number

[math]\displaystyle{ \beta_k = \operatorname{rank} (H_k(S))\, }[/math]

is called the kth Betti number of S. It gives a measure of the number of k-dimensional holes in S.

Example

Homology groups of a triangle

Let S be a triangle (without its interior), viewed as a simplicial complex. Thus S has three vertices, which we call v0, v1, v2, and three edges, which are 1-dimensional simplices. To compute the homology groups of S, we start by describing the chain groups Ck:

  • C0 is isomorphic to Z3 with basis (v0), (v1), (v2),
  • C1 is isomorphic to Z3 with a basis given by the oriented 1-simplices (v0, v1), (v0, v2), and (v1, v2).
  • C2 is the trivial group, since there is no simplex like [math]\displaystyle{ (v_0, v_1, v_2) }[/math] because the triangle has been supposed without its interior. So are the chain groups in other dimensions.

The boundary homomorphism : C1C0 is given by:

[math]\displaystyle{ \partial(v_0,v_1) = (v_1)-(v_0) }[/math]
[math]\displaystyle{ \partial(v_0,v_2) = (v_2)-(v_0) }[/math]
[math]\displaystyle{ \partial(v_1,v_2) = (v_2)-(v_1) }[/math]

Since C−1 = 0, every 0-chain is a cycle (i.e. Z0 = C0); moreover, the group B0 of the 0-boundaries is generated by the three elements on the right of these equations, creating a two-dimensional subgroup of C0. So the 0th homology group H0(S) = Z0/B0 is isomorphic to Z, with a basis given (for example) by the image of the 0-cycle (v0). Indeed, all three vertices become equal in the quotient group; this expresses the fact that S is connected.

Next, the group of 1-cycles is the kernel of the homomorphism ∂ above, which is isomorphic to Z, with a basis given (for example) by (v0,v1) − (v0,v2) + (v1,v2). (A picture reveals that this 1-cycle goes around the triangle in one of the two possible directions.) Since C2 = 0, the group of 1-boundaries is zero, and so the 1st homology group H1(S) is isomorphic to Z/0 ≅ Z. This makes precise the idea that the triangle has one 1-dimensional hole.

Next, since by definition there are no 2-cycles, C2 = 0 (the trivial group). Therefore the 2nd homology group H2(S) is zero. The same is true for Hi(S) for all i not equal to 0 or 1. Therefore, the homological connectivity of the triangle is 0 (it is the largest k for which the reduced homology groups up to k are trivial).

Homology groups of higher-dimensional simplices

Let S be a tetrahedron (without its interior), viewed as a simplicial complex. Thus S has four 0-dimensional vertices, six 1-dimensional edges, and four 2-dimensional faces. The construction of the homology groups of a tetrahedron is described in detail here.[3] It turns out that H0(S) is isomorphic to Z, H2(S) is isomorphic to Z too, and all other groups are trivial. Therefore, the homological connectivity of the tetrahedron is 0.

If the tetrahedron contains its interior, then H2(S) is trivial too.

In general, if S is a d-dimensional simplex, the following holds:

  • If S is considered without its interior, then H0(S) = Z and Hd−1(S) = Z and all other homologies are trivial;
  • If S is considered with its interior, then H0(S) = Z and all other homologies are trivial.

Simplicial maps

Main page: Simplicial map

Let S and T be simplicial complexes. A simplicial map f from S to T is a function from the vertex set of S to the vertex set of T such that the image of each simplex in S (viewed as a set of vertices) is a simplex in T. A simplicial map f: ST determines a homomorphism of homology groups Hk(S) → Hk(T) for each integer k. This is the homomorphism associated to a chain map from the chain complex of S to the chain complex of T. Explicitly, this chain map is given on k-chains by

[math]\displaystyle{ f((v_0, \ldots, v_k)) = (f(v_0),\ldots,f(v_k)) }[/math]

if f(v0), ..., f(vk) are all distinct, and otherwise f((v0, ..., vk)) = 0.

This construction makes simplicial homology a functor from simplicial complexes to abelian groups. This is essential to applications of the theory, including the Brouwer fixed point theorem and the topological invariance of simplicial homology.

Related homologies

Singular homology is a related theory that is better adapted to theory rather than computation. Singular homology is defined for all topological spaces and depends only on the topology, not any triangulation; and it agrees with simplicial homology for spaces which can be triangulated.[4]:thm.2.27 Nonetheless, because it is possible to compute the simplicial homology of a simplicial complex automatically and efficiently, simplicial homology has become important for application to real-life situations, such as image analysis, medical imaging, and data analysis in general.

Another related theory is Cellular homology.

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[5] 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.

More generally, simplicial homology plays a central role in topological data analysis, a technique in the field of data mining.

Implementations

See also

References

  1. Prasolov, V. V. (2006), Elements of combinatorial and differential topology, American Mathematical Society, ISBN 0-8218-3809-1 
  2. Armstrong, M. A. (1983), Basic topology, Springer-Verlag, ISBN 0-387-90839-0 
  3. Wildberger, Norman J. (2012). "More homology computations". https://www.youtube.com/watch?v=l7QWg0UzBRA&list=PL6763F57A61FE6FE8&index=39. 
  4. Hatcher, Allen (2002), Algebraic topology, Cambridge University Press, ISBN 0-521-79540-0, http://www.math.cornell.edu/~hatcher/AT/ATchapters.html 
  5. Edelsbrunner, H.; Letscher, D.; Zomorodian, A. (2002). "Topological Persistence and Simplification". Discrete & Computational Geometry 28: 511–533. doi:10.1007/s00454-002-2885-2. https://geometry.stanford.edu/paper.php?id=elz-tps-02. 
    Robins, V. (Summer 1999). "Towards computing homology from finite approximations". Topology Proceedings 24: 503–532. http://topology.nipissingu.ca/tp/reprints/v24/tp24222.pdf. 

External links