Documentation

Mathlib.AlgebraicTopology.SimplicialSet.NonsingularColimit

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
    @[simp]
    @[simp]
    @[reducible, inline]
    noncomputable abbrev SSet.functorN' (X : SSet) [X.Nonsingular] :

    The functor X.N ⥤ SSet which sends x : X.N to Δ[x.dim].

    Equations
    Instances For
      noncomputable def SSet.functorN'Iso (X : SSet) [X.Nonsingular] :

      The isomorphism X.functorN' ≅ X.functorN for a nonsingular simplicial set X.

      Equations
      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
          @[simp]
          theorem SSet.coconeN'_pt (X : SSet) [X.Nonsingular] :

          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.
          Instances For