An abstract simplicial complex on a vertex set $V$: a downward-closed family of nonempty finite subsets ("faces") of $V$.
Instances For
y is a face of x in K: both are faces of $K$ and $y ⊆ x$.
Instances For
y is a codimension-$1$ face ("facet") of x in K: $y$ is a face of $x$ with
$|x \setminus y| = 1$.
Instances For
x is a maximal face ("chamber") of K: a face contained in no strictly larger face.
Instances For
Two distinct chambers $C, D$ are adjacent if they share a common codim-$1$ facet $F$.
Instances For
A gallery in K: a nonempty list of chambers in which consecutive entries are adjacent.
- adjacent_consecutive : List.IsChain K.Adjacent self.chambers
Instances For
The combinatorial length of a gallery: number of edges = (number of chambers) $- 1$.
Instances For
The gallery g "connects" $C$ to $D$ if its first chamber is $C$ and its last chamber is $D$.
Instances For
A chamber complex: every face is contained in some chamber, and any two chambers are connected by a gallery.
Instances For
K is thin if every codim-$1$ face $F$ of a chamber $C$ lies in exactly one other
chamber.
Instances For
K is thick if every codim-$1$ face $F$ of a chamber $C$ lies in at least two
chambers distinct from $C$.
Instances For
The combinatorial gallery distance $d(C,D)$ between chambers: $0$ if $C = D$, else the infimum length over all galleries connecting $C$ and $D$.
Instances For
Self-distance is zero: $d(C,C) = 0$.
Adjacency is symmetric: $C \sim D \implies D \sim C$.
Gallery distance is symmetric: $d(C,D) = d(D,C)$.