logo

Abstract Simplicial Complexes: Definitions 📂Topological Data Analysis

Abstract Simplicial Complexes: Definitions

Definition 1

Let’s say an arbitrary set XX is given.

  1. A (Abstract Simplicial) Complex A2XA \subset 2^{X} that satisfies the following among the finite subsets of the power set 2X2^{X} of XX is defined as: αAβα    βA \alpha \in A \land \beta \subset \alpha \implies \beta \in A
  2. The elements αA\alpha \in A of the complex AA are called Simplices.
  3. The Dimension of a Simplex α\alpha dim\dim is defined as the value obtained by subtracting 11 from the cardinality of α\alpha. dimα:=α1 \dim \alpha := | \alpha | - 1 The Dimension of the Complex AA is defined as the maximum value among the dimensions of all simplices in AA. dimA:=maxαA(dimα) \dim A := \max_{\alpha \in A} \left( \dim \alpha \right)
  4. A proper subset βα\beta \subsetneq \alpha of the simplex α\alpha, which is not the empty set, is called a Face of α\alpha.
  5. The union V(A)V(A) of all simplices in AA, calculated as follows, is called the Vertex Set of AA. V(A):=αAα V(A) := \bigcup_{\alpha \in A} \alpha
  6. If a subset BAB \subset A of a complex is a complex, it is called a Subcomplex.
  7. If there exists a bijective b:V(A)V(B)b : V(A) \to V(B) satisfying the following, two complexes A,BA, B are said to be Isomorphic. αA    b(α)B \alpha \in A \iff b (\alpha) \in B
  8. For a (Geometric) Simplicial Complex KK, the (Abstract) Simplicial Complex AA obtained by ignoring all its constructions but maintaining the relationships between vertices is called the Vertex Scheme of KK, and in this case, KK is referred to as the Geometric Realization of AA.

Explanation

The Abstract Simplicial Complex is, as its name suggests, an abstraction of the simplicial complex stripped of its geometric meaning. From a mathematician’s point of view, conditions like convex hulls are just annoying restrictions.

For example, when considering X=NX = \mathbb{N} T:={{1},{2},{3},{4},{1,2},{2,3},{3,4},{4,1},{2,4}{1,2,4},{2,3,4}} \begin{align*} T :=& \left\{ \left\{ 1 \right\}, \left\{ 2 \right\} , \left\{ 3 \right\}, \left\{ 4 \right\} , \right. \\ & \left\{ 1,2 \right\}, \left\{ 2,3 \right\}, \left\{ 3,4 \right\}, \left\{ 4,1 \right\}, \left\{ 2,4 \right\} \\ & \left. \left\{ 1,2,4 \right\} , \left\{ 2,3,4 \right\} \right\} \end{align*} it perfectly satisfies all the conditions of an abstract simplicial complex, and in this case, it’s completely fine to disregard any geometric meaning like the Euclidean space R\mathbb{R}. TT has 00-dimensional simplices, 55 11-dimensional simplices, and 22 22-dimensional simplices, making the complex itself 22-dimensional with the vertex set V(T)={1,2,3,4}V(T) = \left\{ 1,2,3,4 \right\}. Meanwhile, if a Geometric Simplicial Complex GG is given, it’s entirely appropriate to consider TT as the vertex scheme of GG.

20220306_175724.png


  1. Edelsbrunner, Harer. (2010). Computational Topology An Introduction: p63~64. ↩︎