Documentation

Mathlib.Algebra.Homology.ShortComplex.Limits

Limits and colimits in the category of short complexes #

In this file, it is shown if a category C with zero morphisms has limits of a certain shape J, then it is also the case of the category ShortComplex C.

TODO (@rioujoel): Do the same for colimits.

def CategoryTheory.ShortComplex.isLimitOfIsLimitπ {J : Type u_1} {C : Type u_2} [CategoryTheory.Category.{u_3, u_1} J] [CategoryTheory.Category.{u_4, u_2} C] [CategoryTheory.Limits.HasZeroMorphisms C] {F : CategoryTheory.Functor J (CategoryTheory.ShortComplex C)} (c : CategoryTheory.Limits.Cone F) (h₁ : CategoryTheory.Limits.IsLimit (CategoryTheory.ShortComplex.π₁.mapCone c)) (h₂ : CategoryTheory.Limits.IsLimit (CategoryTheory.ShortComplex.π₂.mapCone c)) (h₃ : CategoryTheory.Limits.IsLimit (CategoryTheory.ShortComplex.π₃.mapCone c)) :

If a cone with values in ShortComplex C is such that it becomes limit when we apply the three projections ShortComplex C ⥤ C, then it is limit.

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

    Construction of a limit cone for a functor J ⥤ ShortComplex C using the limits of the three components J ⥤ C.

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

      limitCone F becomes limit after the application of π₁ : ShortComplex C ⥤ C.

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

        limitCone F becomes limit after the application of π₂ : ShortComplex C ⥤ C.

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

          limitCone F becomes limit after the application of π₃ : ShortComplex C ⥤ C.

          Equations
          • One or more equations did not get rendered due to their size.
          Instances For
            Equations
            • CategoryTheory.ShortComplex.instPreservesLimitsOfShapeShortComplexInstCategoryShortComplexπ₁ = CategoryTheory.Limits.PreservesLimitsOfShape.mk
            Equations
            • CategoryTheory.ShortComplex.instPreservesLimitsOfShapeShortComplexInstCategoryShortComplexπ₂ = CategoryTheory.Limits.PreservesLimitsOfShape.mk
            Equations
            • CategoryTheory.ShortComplex.instPreservesLimitsOfShapeShortComplexInstCategoryShortComplexπ₃ = CategoryTheory.Limits.PreservesLimitsOfShape.mk
            Equations
            • CategoryTheory.ShortComplex.instPreservesFiniteLimitsShortComplexInstCategoryShortComplexπ₁ = CategoryTheory.Limits.PreservesFiniteLimits.mk
            Equations
            • CategoryTheory.ShortComplex.instPreservesFiniteLimitsShortComplexInstCategoryShortComplexπ₂ = CategoryTheory.Limits.PreservesFiniteLimits.mk
            Equations
            • CategoryTheory.ShortComplex.instPreservesFiniteLimitsShortComplexInstCategoryShortComplexπ₃ = CategoryTheory.Limits.PreservesFiniteLimits.mk

            If a cocone with values in ShortComplex C is such that it becomes colimit when we apply the three projections ShortComplex C ⥤ C, then it is colimit.

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

              Construction of a colimit cocone for a functor J ⥤ ShortComplex C using the colimits of the three components J ⥤ C.

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

                colimitCocone F becomes colimit after the application of π₁ : ShortComplex C ⥤ C.

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

                  colimitCocone F becomes colimit after the application of π₂ : ShortComplex C ⥤ C.

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

                    colimitCocone F becomes colimit after the application of π₃ : ShortComplex C ⥤ C.

                    Equations
                    • One or more equations did not get rendered due to their size.
                    Instances For
                      Equations
                      • CategoryTheory.ShortComplex.instPreservesColimitsOfShapeShortComplexInstCategoryShortComplexπ₁ = CategoryTheory.Limits.PreservesColimitsOfShape.mk
                      Equations
                      • CategoryTheory.ShortComplex.instPreservesColimitsOfShapeShortComplexInstCategoryShortComplexπ₂ = CategoryTheory.Limits.PreservesColimitsOfShape.mk
                      Equations
                      • CategoryTheory.ShortComplex.instPreservesColimitsOfShapeShortComplexInstCategoryShortComplexπ₃ = CategoryTheory.Limits.PreservesColimitsOfShape.mk
                      Equations
                      • CategoryTheory.ShortComplex.instPreservesFiniteColimitsShortComplexInstCategoryShortComplexπ₁ = CategoryTheory.Limits.PreservesFiniteColimits.mk
                      Equations
                      • CategoryTheory.ShortComplex.instPreservesFiniteColimitsShortComplexInstCategoryShortComplexπ₂ = CategoryTheory.Limits.PreservesFiniteColimits.mk
                      Equations
                      • CategoryTheory.ShortComplex.instPreservesFiniteColimitsShortComplexInstCategoryShortComplexπ₃ = CategoryTheory.Limits.PreservesFiniteColimits.mk