Documentation

Mathlib.CategoryTheory.Limits.Constructions.ZeroObjects

Limits involving zero objects #

Binary products and coproducts with a zero object always exist, and pullbacks/pushouts over a zero object are products/coproducts.

The limit cone for the product with a zero object.

Instances For

    The limit cone for the product with a zero object is limiting.

    Instances For
      noncomputable def CategoryTheory.Limits.zeroProdIso {C : Type u_1} [Category.{v_1, u_1} C] [HasZeroObject C] [HasZeroMorphisms C] (X : C) :
      0 X X

      A zero object is a left unit for categorical product.

      Instances For

        The limit cone for the product with a zero object.

        Instances For

          The limit cone for the product with a zero object is limiting.

          Instances For
            noncomputable def CategoryTheory.Limits.prodZeroIso {C : Type u_1} [Category.{v_1, u_1} C] [HasZeroObject C] [HasZeroMorphisms C] (X : C) :
            X 0 X

            A zero object is a right unit for categorical product.

            Instances For

              The colimit cocone for the coproduct with a zero object.

              Instances For

                The colimit cocone for the coproduct with a zero object is colimiting.

                Instances For

                  A zero object is a left unit for categorical coproduct.

                  Instances For

                    The colimit cocone for the coproduct with a zero object.

                    Instances For

                      The colimit cocone for the coproduct with a zero object is colimiting.

                      Instances For

                        A zero object is a right unit for categorical coproduct.

                        Instances For

                          The pullback over the zero object is the product.

                          Instances For

                            The pushout over the zero object is the coproduct.

                            Instances For