Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapBiprod

{C : Type u₁} →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    {D : Type u₂} →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C] →
          [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
            (F : CategoryTheory.Functor C D) →
              (X Y : C) →
                [inst_4 : CategoryTheory.Limits.HasBinaryBiproduct X Y] →
                  [inst_5 : F.PreservesZeroMorphisms] →
                    [inst_6 : CategoryTheory.Limits.PreservesBinaryBiproduct X Y F] → F.obj (X ⊞ Y) ≅ F.obj X ⊞ F.obj Y

If F preserves a binary biproduct, we get a definitionally nice isomorphism F.obj (X ⊞ Y) ≅ F.obj X ⊞ F.obj Y.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Biproducts
Cited by
13 results in Mathlib
Foundations
Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasBinaryBiproductCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Limits.PreservesBinaryBiproduct

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

HomologicalComplex.biprodXIso · cited by 9HomologicalComplex.biprod…CategoryTheory.Functor.additive_of_preservesBinaryBiproducts · cited by 7Functor.additive_of_prese…HomologicalComplex.homotopyCofiber.mapHomologicalComplexObjXIso · cited by 7homotopyCofiber.mapHomolo…HomologicalComplex.cylinder.mapHomologicalComplexObjIso · cited by 5cylinder.mapHomologicalCo…HomologicalComplex.cylinder.map_ι₀_mapHomologicalComplexObjIso_hom · cited by 2cylinder.map_ι₀_mapHomolo…HomologicalComplex.cylinder.map_ι₁_mapHomologicalComplexObjIso_hom · cited by 2cylinder.map_ι₁_mapHomolo…CategoryTheory.Limits.biprod.lift_mapBiprod · cited by 1biprod.lift_mapBiprodCategoryTheory.Limits.biprod.mapBiprod_hom_desc · cited by 1biprod.mapBiprod_hom_descCategoryTheory.Limits.biprod.mapBiprod_inv_map_desc · cited by 1biprod.mapBiprod_inv_map_…HomologicalComplex.homotopyCofiber.inrX_mapHomologicalComplexObjXIso_inv · cited by 1homotopyCofiber.inrX_mapH…CategoryTheory.Limits.biprod.map_lift_mapBiprod · cited by 1biprod.map_lift_mapBiprodHomologicalComplex.pathObject.isZero_X · cited by 1pathObject.isZero_XHomologicalComplex.homotopyCofiber.inlX_mapHomologicalComplexObjXIso_inv · cited by 1homotopyCofiber.inlX_mapH…CategoryTheory.Functor.mapBiprod_hom · cited by 0Functor.mapBiprod_homCategoryTheory.Functor.mapBiprod_inv · cited by 0Functor.mapBiprod_invCategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.biprod · cited by 312Limits.biprodCategoryTheory.Limits.HasBinaryBiproduct · cited by 251Limits.HasBinaryBiproductCategoryTheory.Limits.PreservesBinaryBiproduct · cited by 15Limits.PreservesBinaryBip…CategoryTheory.Limits.BinaryBiproduct.isBilimit · cited by 13BinaryBiproduct.isBilimitCategoryTheory.Limits.isBinaryBilimitOfPreserves · cited by 6Limits.isBinaryBilimitOfP…CategoryTheory.Limits.biprod.uniqueUpToIso · cited by 3biprod.uniqueUpToIsoFunctor.mapBiprodCITED BYCITES

Cites12

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by16

Results whose statement or proof uses this declaration.