The partially ordered type of non degenerate simplices of a simplicial set #
In this file, we introduce the partially ordered type X.N of
non degenerate simplices of a simplicial set X. We obtain
an embedding X.orderEmbeddingN : X.N âŠo X.Subcomplex which sends
a non degenerate simplex to the subcomplex of X it generates.
Given an arbitrary simplex x : X.S, we show that there is a unique
non degenerate x.toN : X.N such that x.toN.subcomplex = x.subcomplex.
The type of non degenerate simplices of a simplicial set.
- mk' :: (
- simplex : X.obj (Opposite.op (SimplexCategory.mk self.dim))
- )
Instances For
Constructor for the type of non degenerate simplices of a simplicial set.
Equations
Instances For
When s : X.N is such that s.dim = d, this is a term
that is equal to s, but whose dimension if definitionally equal to d.
Equations
Instances For
The map which sends a non degenerate simplex of a simplicial set to the subcomplex it generates is an order embedding.
Equations
Instances For
This is the non degenerate simplex of a simplicial set which generates the same subcomplex as a given simplex.