Documentation

Mathlib.CategoryTheory.Limits.FunctorCategory.BinaryBiproducts

Biproducts in functor categories #

We show that if C has binary biproducts, then the functor category D ⥤ C also has binary biproducts (CategoryTheory.Limits.BinaryBiproduct.functorCategoryHasBinaryBiproducts).

The binary bicone associated to the biproduct of functors F and G

Equations
  • One or more equations did not get rendered due to their size.
Instances For
    @[simp]
    theorem CategoryTheory.Limits.pointwiseBinaryBicone_pt_map {C : Type u_1} [Category.{v_1, u_1} C] [HasZeroMorphisms C] [HasBinaryBiproducts C] {D : Type u_2} [Category.{v_2, u_2} D] (F G : Functor D C) {X✝ Y✝ : D} (f : X✝ Y✝) :

    The bicone associated with F and G is a bilimit bicone.

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

      If C has binary biproducts, then the functor category D ⥤ C does too.