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 is limiting.

Equations
Instances For

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

    Equations
    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.

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

        The colimit cocone for the coproduct with a zero object.

        Equations
        Instances For

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

          Equations
          Instances For

            A zero object is a left unit for categorical coproduct.

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

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

              Equations
              Instances For

                A zero object is a right unit for categorical coproduct.

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

                  The pullback over the zero object is the product.

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

                    The pushout over the zero object is the coproduct.

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