Subcomplexes of a simplicial set #
Given a simplicial set X, this file defines the type X.Subcomplex
of subcomplexes of X as an abbreviation for Subfunctor X.
It also introduces a coercion from X.Subcomplex to SSet.
The complete lattice of subcomplexes of a simplicial set.
Instances For
The underlying simplicial set of a subcomplex.
Instances For
If A : Subcomplex X, this is the inclusion A ⟶ X in the category SSet.
Instances For
Given an inequality S₁ ≤ S₂ between subcomplexes of a simplicial set,
this is the induced morphism in the category SSet.
Instances For
This is the isomorphism of simplicial sets corresponding to an equality of subcomplexes.
Instances For
The functor which sends A : X.Subcomplex to A.toSSet.
Instances For
If X : SSet, this is the isomorphism of simplicial sets
from ⊤ : X.Subcomplex to X.
Instances For
If X is a simplicial set, then the empty subcomplex of X is an initial
object in SSet.
Instances For
The subcomplex of a simplicial set that is generated by a simplex.
Instances For
The range of a morphism of simplicial sets, as a subcomplex.
Instances For
Given a morphism of simplicial sets f : X ⟶ Y whose
range is ≤ B for some B : Y.Subcomplex, this is the
induced morphism X ⟶ B.
Instances For
The preimage of a subcomplex by a morphism of simplicial sets.
Instances For
The image of a subcomplex by a morphism of simplicial sets.
Instances For
Given a morphism of simplicial sets f : X ⟶ Y and a subcomplex A of X,
this is the induced morphism from A to A.image f.
Instances For
Given a morphism of simplicial sets p : Y ⟶ X and
A : X.Subcomplex, this is the induced morphism
(A.preimage p : SSet) ⟶ (A : SSet).