Documentation

Mathlib.AlgebraicTopology.SimplicialSet.SSetPair

Pairs of simplicial sets #

In this file, we define the category SSetPair of pairs of simplicial sets, which consist of monomorphisms i : X ⟶ Y of simplicial sets.

@[reducible, inline]
abbrev SSetPair :
Type (u + 1)

The category SSetPair is the category of pairs of simplicial sets, i.e. monomorphisms i : X ⟶ Y, see SSetPair.of.

Equations
Instances For
    @[reducible, inline]
    abbrev SSetPair.of {X Y : SSet} (i : X Y) [CategoryTheory.Mono i] :

    Constructor for SSetPair.

    Equations
    Instances For
      @[reducible, inline]
      abbrev SSetPair.homMk {X Y : SSetPair} (left : X.left Y.left) (right : X.right Y.right) (w : CategoryTheory.CategoryStruct.comp left Y.hom = CategoryTheory.CategoryStruct.comp X.hom right := by cat_disch) :
      X Y

      Constructor for morphisms in SSetPair.

      Equations
      Instances For
        @[reducible, inline]

        Given a subcomplex A of a simplical set X, this is the pair in SSetPair corresponding to the inclusion A.ι : (A : SSet) ⟶ X.

        Equations
        Instances For
          @[implicit_reducible]

          Given X : SSet, this is the functor X.Subcomplex ⥤ SSetPair which sends A : X.Subcomplex to the pair corresponding to the inclusion A.ι : (A : SSet) ⟶ X.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            @[reducible, inline]
            abbrev SSet.pair (X : SSet) :

            If X is a simplicial set, this is the pair in SSetPair corresponding to the inclusion of the empty subcomplex in X.

            Equations
            Instances For
              @[implicit_reducible]

              The functor SSetSSetPair which sends X : SSet to the pair corresponding to the inclusion of the empty subcomplex in X.

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For