Documentation

Mathlib.AlgebraicTopology.SimplicialObject.Basic

Simplicial objects in a category. #

A simplicial object in a category C is a C-valued presheaf on SimplexCategory. (Similarly a cosimplicial object is functor SimplexCategory ⥤ C.)

Use the notation X _[n] in the Simplicial locale to obtain the n-th term of a (co)simplicial object X, where n is a natural number.

The category of simplicial objects valued in a category C. This is the category of contravariant functors from SimplexCategory to C.

Equations
Instances For

    Pretty printer defined by notation3 command.

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

      X _[n] denotes the nth-term of the simplicial object X

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

        Face maps for a simplicial object.

        Equations
        Instances For

          Degeneracy maps for a simplicial object.

          Equations
          Instances For

            The diagonal of a simplex is the long edge of the simplex.

            Equations
            Instances For

              The generic case of the first simplicial identity

              The special case of the first simplicial identity

              The second simplicial identity

              The first part of the third simplicial identity

              The second part of the third simplicial identity

              The fourth simplicial identity

              theorem CategoryTheory.SimplicialObject.δ_comp_σ_of_gt' {C : Type u} [Category.{v, u} C] (X : SimplicialObject C) {n : } {i : Fin (n + 3)} {j : Fin (n + 2)} (H : j.succ < i) :
              CategoryStruct.comp (X.σ j) (X.δ i) = CategoryStruct.comp (X.δ (i.pred )) (X.σ (j.castLT ))

              The fifth simplicial identity

              Functor composition induces a functor on truncated simplicial objects.

              Equations
              Instances For
                @[reducible, inline]

                The constant simplicial object is the constant functor.

                Equations
                Instances For

                  The functor from augmented objects to arrows.

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

                    The compatibility of a morphism with the augmentation, on 0-simplices

                    Functor composition induces a functor on augmented simplicial objects.

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

                      Functor composition induces a functor on augmented simplicial objects.

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

                        Augment a simplicial object with an object.

                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For
                          @[simp]
                          theorem CategoryTheory.SimplicialObject.augment_right {C : Type u} [Category.{v, u} C] (X : SimplicialObject C) (X₀ : C) (f : X.obj (Opposite.op (SimplexCategory.mk 0)) X₀) (w : ∀ (i : SimplexCategory) (g₁ g₂ : SimplexCategory.mk 0 i), CategoryStruct.comp (X.map g₁.op) f = CategoryStruct.comp (X.map g₂.op) f) :
                          (X.augment X₀ f w).right = X₀
                          @[simp]
                          theorem CategoryTheory.SimplicialObject.augment_left {C : Type u} [Category.{v, u} C] (X : SimplicialObject C) (X₀ : C) (f : X.obj (Opposite.op (SimplexCategory.mk 0)) X₀) (w : ∀ (i : SimplexCategory) (g₁ g₂ : SimplexCategory.mk 0 i), CategoryStruct.comp (X.map g₁.op) f = CategoryStruct.comp (X.map g₂.op) f) :
                          (X.augment X₀ f w).left = X

                          Pretty printer defined by notation3 command.

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

                            X _[n] denotes the nth-term of the cosimplicial object X

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

                              Coface maps for a cosimplicial object.

                              Equations
                              Instances For

                                Codegeneracy maps for a cosimplicial object.

                                Equations
                                Instances For

                                  Isomorphisms from identities in ℕ.

                                  Equations
                                  Instances For

                                    The generic case of the first cosimplicial identity

                                    The special case of the first cosimplicial identity

                                    The second cosimplicial identity

                                    The first part of the third cosimplicial identity

                                    The second part of the third cosimplicial identity

                                    The fourth cosimplicial identity

                                    The fifth cosimplicial identity

                                    @[simp]
                                    @[simp]

                                    Functor composition induces a functor on truncated cosimplicial objects.

                                    Equations
                                    Instances For

                                      The functor from augmented objects to arrows.

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

                                        Functor composition induces a functor on augmented cosimplicial objects.

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

                                          Functor composition induces a functor on augmented cosimplicial objects.

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

                                            Augment a cosimplicial object with an object.

                                            Equations
                                            • One or more equations did not get rendered due to their size.
                                            Instances For
                                              @[simp]
                                              @[simp]
                                              theorem CategoryTheory.CosimplicialObject.augment_left {C : Type u} [Category.{v, u} C] (X : CosimplicialObject C) (X₀ : C) (f : X₀ X.obj (SimplexCategory.mk 0)) (w : ∀ (i : SimplexCategory) (g₁ g₂ : SimplexCategory.mk 0 i), CategoryStruct.comp f (X.map g₁) = CategoryStruct.comp f (X.map g₂)) :
                                              (X.augment X₀ f w).left = X₀

                                              Construct an augmented cosimplicial object in the opposite category from an augmented simplicial object.

                                              Equations
                                              Instances For

                                                Construct an augmented simplicial object from an augmented cosimplicial object in the opposite category.

                                                Equations
                                                Instances For

                                                  Converting an augmented simplicial object to an augmented cosimplicial object and back is isomorphic to the given object.

                                                  Equations
                                                  Instances For

                                                    Converting an augmented cosimplicial object to an augmented simplicial object and back is isomorphic to the given object.

                                                    Equations
                                                    Instances For

                                                      A functorial version of SimplicialObject.Augmented.rightOp.

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

                                                        A functorial version of Cosimplicial_object.Augmented.leftOp.

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

                                                          The contravariant categorical equivalence between augmented simplicial objects and augmented cosimplicial objects in the opposite category.

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