Any simplicial set is the colimit of its monogenous subcomplexes #
Let X be a simplicial set. The definition SSet.isColimitCoconeN
shows that X is the colimit of the monogenous subcomplexes of X
(the index category of this colimit is the partially ordered
type X.N of nondegenerate simplices of X).
@[simp]
@[implicit_reducible]
Given X : SSet, this is the (colimit) cocone consisting of
the inclusions of the monogenous subcomplexes of X. (Note: a monogenous
subcomplex of X is generated by a unique nondegenerate simplex x : X.N.)
Equations
Instances For
If X : SSet, then X is the colimit of the its monogenous subcomplexes.
(Note: a monogenous subcomplex of X is generated by a unique nondegenerate
simplex x : X.N.)
Equations
- X.isColimitCoconeN = { desc := SSet.isColimitCoconeN.desc✝, fac := ⋯, uniq := ⋯ }