logo

Euler Characteristic in Algebraic Topology 📂Topological Data Analysis

Euler Characteristic in Algebraic Topology

Definition 1

Let us assume a simplex Δ\Delta is given. When the number of vertices of Δ\Delta is nn, the number of edges is mm, and the number of faces is ff, the Euler Characteristic χ\chi of Δ\Delta is defined as follows. χ:=nm+f \chi := n - m + f

Theorem

Given the simplicial homology group formed from a simplicial complex KK for a topological space XX, the Euler Characteristic can be generalized and calculated as follows.

Euler-Poincaré Theorem

The alternating sum of the ppth Betti number βp\beta_{p} of the homology group is called the Euler Characteristic of XX. χ=p0(1)pβp \chi = \sum_{p \ge 0} \left( -1 \right)^{p} \beta_{p} Thus, the Euler Characteristic is a Topological Invariant.

Euler-Poincaré Formula

Given boundary matrices p\partial_{p} and p1\partial_{p-1} in Smith normal form, the following can be obtained for the number zpz_{p} of Zero Columns in p\partial_{p} and the number bp1b_{p-1} of occurrences of 11 in the diagonal elements of p1\partial_{p-1}. χ=p0(1)p(zp+bp1)=p0(1)p(zpbp) \begin{align*} \chi =& \sum_{p \ge 0} \left( -1 \right)^{p} \left( z_{p} + b_{p-1} \right) \\ =& \sum_{p \ge 0} \left( -1 \right)^{p} \left( z_{p} - b_{p} \right) \end{align*}

Derivation

The detailed proof of the Euler-Poincaré theorem is omitted. Refer to Munkres2.

Efficient computation of homology groups: The C\mathcal{C} of Betti numbers for Hp(C)H_{p} \left( \mathcal{C} \right) is called the ppth Betti Number. The βp\beta_{p} for a finite complex KK is as follows. βp=rankZprankBp \beta_{p} = \rank Z_{p} - \rank B_{p}

The Betti number of a homology group can be efficiently calculated through the boundary matrix in Smith normal form, thus deriving the Euler-Poincaré formula from the Euler-Poincaré theorem.

Explanation

The Euler Characteristic of a topological space is an Invariant, touching the essence of the topological space, as the term Characteristic suggests. This provides a plausible and intuitive explanation in the context of topology known to the public. For example, if a cube and a sphere can be molded and shaped into each other like clay dough—being homeomorphic—then χ\chi remains the same.

  • Since a cube has 88 vertices, 1212 edges, and 66 faces, χ=812+6=2\chi = 8 - 12 + 6 = 2
  • And a sphere has 11 vertices and 11 edges for creating an equator and 22 faces for the hemispheres, χ=11+2=2\chi = 1 - 1 + 2 = 2

Relation to Betti Numbers

According to the Euler-Poincaré theorem, the concept of the Euler Characteristic defined in simplices is extended to general topological spaces, and it can be concretely calculated according to the Euler-Poincaré formula.

The fact that the Euler Characteristic is represented as the alternating sum of Betti numbers is an interesting statement itself because Betti numbers explain characteristics of topological spaces that cannot be grasped by the Euler Characteristic alone, thereby covering the intuitive understanding of the Euler Characteristic. It’s as if the Euler Characteristic has been decomposed into Betti numbers for each pp dimension, and scholars naturally have an interest in phenomena where Euler Characteristics are identical while Betti numbers differ.

Euler Characteristic in Graph Theory

Originally, the Euler characteristic was most famous in graph theory, where Euler’s polyhedron theorem or Euler formula is a theorem in Graph Theory for a connected planar graph that states χ=2\chi = 2. If the polyhedron becomes as simple as the simplex or not just any convex polyhedron we think of easily, then the generalized definition introduced in this post becomes necessary.

Euler Characteristic in Geometry

Defined as an integer satisfying the equation of Gauss-Bonnet theorem.

Euler Characteristic in Algebraic Topology

Defined as the alternating sum of Betti numbers for each dimension.


  1. Edelsbrunner, Harer. (2010). Computational Topology An Introduction: p36, 101. ↩︎

  2. Munkres. (1984). Elements of Algebraic Topology: p124. ↩︎