Abstract simplices and their boundaries #
This file defines the abstract simplex spanned by a finite set of vertices and its boundary.
Both are PreAbstractSimplicialComplexes on the original ambient vertex type: this lets the
construction remember exactly which vertices occur, unlike AbstractSimplicialComplex, which
must contain every singleton of its ambient type.
The boundary consists of the nonempty proper subsets of the spanning vertex set. These constructions provide the standard models needed for the recursive definitions of combinatorial spheres and balls in layer 11 of the geometric-topology roadmap.
The definitions follow Rourke--Sanderson, Introduction to Piecewise-Linear Topology, Chapter 2.
Main definitions #
PreAbstractSimplicialComplex.simplex: the complex of nonempty subsets of a finite vertex set.PreAbstractSimplicialComplex.simplexBoundary: its proper faces.AbstractSimplicialComplex.standardSuccSimplexBoundary: the boundary complex of the standard(n + 1)-simplex.
The abstract simplex spanned by V: its faces are the nonempty subsets of V.
Equations
Instances For
The boundary of the abstract simplex spanned by V: its faces are the nonempty proper
subsets of V.
Equations
Instances For
A finite set is a face of a simplex boundary exactly when it is a nonempty proper subset of the spanning vertex set.
The spanning vertex set is not a face of its own boundary.
An abstract simplex is a cone with apex any of its vertices.
The boundary is a subcomplex of the simplex.
The boundary of an abstract simplex has finitely many faces.
The boundary of a simplex with nonempty spanning set is a strict subcomplex of the simplex.
The boundary of the empty simplex has no faces.
The boundary of a one-vertex simplex is empty.
The simplex on all vertices is the top pre-abstract simplicial complex.
The boundary of the standard one-simplex consists of its two vertices. Equivalently, it is
the underlying precomplex of the bottom abstract simplicial complex on Fin 2.
The simplex on V is contained in a complex exactly when V is a face of the complex
whenever V is nonempty. For V = ∅ the simplex is ⊥, so it is contained in every complex.
Enlarging the spanning vertex set enlarges the boundary.
The faces of a simplex are its boundary faces together with the spanning set itself, the latter only when the spanning set is nonempty.
The boundary complex of the standard (n + 1)-simplex. Its vertices are Fin (n + 2) and
its faces are the nonempty proper subsets of all vertices.
Equations
Instances For
The underlying precomplex of standardSuccSimplexBoundary n is the boundary of the simplex on
all n + 2 vertices.
The faces of the boundary of the standard (n + 1)-simplex are exactly the nonempty proper
subsets of its vertex set.