logo

Definition of Simplex 📂Geometry

Definition of Simplex

Definition 1

  1. A nn-simplex Δn\Delta^{n}, whose convex hull consists of affinely independent v0,v1,,vnRn+1v_{0}, v_{1} , \cdots , v_{n} \in \mathbb{R}^{n+1}, has vertices vkv_{k}. Formally, it is defined as follows: Δn:={ktkvk:vkRn+1,tk0,ktk=1} \Delta^{n} := \left\{ \sum_{k} t_{k} v_{k} : v_{k} \in \mathbb{R}^{n+1} , t_{k} \ge 0 , \sum_{k} t_{k} = 1 \right\}
  2. The faces of a Δn\Delta^{n} are the n1n-1-simplices Δn1\Delta^{n-1} formed by removing a single vertex from Δn\Delta^{n}. The boundary of Δn\Delta^{n} is the union of all its faces, denoted by Δn\partial \Delta^{n}.
  3. The interior of a simplex (Δn):=ΔnΔn\left( \Delta^{n} \right)^{\circ} := \Delta^{n} \setminus \partial \Delta^{n} is called an Open Simplex.

Description

A simplex is a concept encountered in areas such as linear programming and algebraic topology, characterized by its simplicity, as its name suggests. In Korean, it is colloquially termed 단체.

nn-Simplex

The difference between a convex hull and a nn-simplex, as per the definition, lies only in the affine independence of the given vectors. Unlike the convex hull of a set XX, it is precisely represented by exactly v0,v1,,vnv_{0}, v_{1} , \cdots , v_{n}, indicating it is a shape characterized solely by this representation.

{(t0,t1,,tn)Rn+1:tk0,ktk=1} \left\{ \left( t_{0} , t_{1} , \cdots , t_{n} \right) \in \mathbb{R}^{n+1} : t_{k} \ge 0 , \sum_{k} t_{k} = 1 \right\}

This set is referred to as the Standard nn-simplex. Considering only their combinations, regardless of the lengths of the vectors v0,v1,,vnv_{0}, v_{1} , \cdots , v_{n}, it is aptly called standardization.

For example, consider Δn,n=3,2,1,0\Delta^{n} , n = 3,2,1,0.

20211205_110033.png

As seen, a 33-simplex corresponds to a tetrahedron, a 22-simplex to a triangle, a 11-simplex to a line segment, and a 00-simplex simply to a single point. The case where three points of a 22-simplex lie on a single line is excluded by the assumption of affine independence. While a n4n \ge 4 cannot be geometrically represented, there is no issue in generalizing it.

Boundary and Open Simplex

Fundamentally, the concepts of boundary and open simplex are no different from those of boundary and interior discussed in metric spaces, even the notation is identical.

In the example, faces of the tetrahedron, a 33-simplex, are shown as triangles, a 22-simplex, verifying that the term “face” fits perfectly. Even the faces of a 11-simplex, a line segment, are the endpoints, the 00-simplices. It makes perfect sense to refer to this collection of faces as the boundary.

20211205_110858.png

The boundary Δ3\partial \Delta^{3} and open simplex (Δ3)\left( \Delta^{3} \right)^{\circ} of Δ3\Delta^{3} can be intuitively understood as shown in the picture.


  1. Hatcher. (2002). Algebraic Topology: p103. ↩︎