Nonsingular simplicial sets, as colimits of standard simplices #
In the file Mathlib/AlgebraicTopology/SimplicialSet/NonDegenerateSimplicesColimit.lean,
it was shown that any simplicial set X is the colimit (indexed by the type X.N
of nondegenerate simplices) of its monogenous subcomplexes.
In this file, we assume that X is nonsingular, in which case its monogenous subcomplexes
identify to standard simplices. This allows to show that X is the colimit
of Δ[x.dim] for x : X.N.
If X is a nonsingular simplicial set, this is the functor
X.N ⥤ SemiSimplexCategory which sends a nondegenerate
simplex s : X : N to ⦋s.dim⦌ₛ
Equations
- One or more equations did not get rendered due to their size.
Instances For
The isomorphism X.functorN' ≅ X.functorN for a nonsingular simplicial set X.
Equations
- X.functorN'Iso = CategoryTheory.NatIso.ofComponents (fun (x : X.N) => SSet.Nonsingular.iso x.simplex ⋯) ⋯
Instances For
If X is a nonsingular simplicial set, this is the cocone consisting
of the (mono)morphisms Δ[x.dim] ⟶ X for all nondegenerate simplices x : X.N.
Equations
Instances For
If X is a nonsingular simplicial set, X is the colimit of Δ[x.dim]
for all nondegenerate simplices x : X.N.
Equations
- One or more equations did not get rendered due to their size.