Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.isBinaryBilimitOfPreserves

{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] →
            {X Y : C} →
              (F : CategoryTheory.Functor C D) →
                [inst_4 : F.PreservesZeroMorphisms] →
                  [CategoryTheory.Limits.PreservesBinaryBiproduct X Y F] →
                    {b : CategoryTheory.Limits.BinaryBicone X Y} → b.IsBilimit → (F.mapBinaryBicone b).IsBilimit

A functor F preserves binary biproducts of X and Y if F maps every bilimit bicone over X and Y to a bilimit bicone over F.obj X and F.obj Y.

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

Around this declaration

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

CategoryTheory.Functor.mapBiprod · cited by 13Functor.mapBiprodHomologicalComplex.homotopyCofiber.inrX_mapHomologicalComplexObjXIso_inv · cited by 1homotopyCofiber.inrX_mapH…HomologicalComplex.homotopyCofiber.inlX_mapHomologicalComplexObjXIso_inv · cited by 1homotopyCofiber.inlX_mapH…CategoryTheory.Abelian.Ext.biprod_ext · cited by 1Ext.biprod_extCategoryTheory.Limits.preservesBinaryProduct_of_preservesBinaryBiproduct · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.preservesBinaryCoproduct_of_preservesBinaryBiproduct · cited by 0Limits.preservesBinaryCop…CategoryTheory.Limits.isBinaryBilimitOfPreserves.congr_simp · cited by 0isBinaryBilimitOfPreserve…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…Nonempty.some · cited by 340Nonempty.someCategoryTheory.Limits.BinaryBicone · cited by 111Limits.BinaryBiconeCategoryTheory.Limits.BinaryBicone.IsBilimit · cited by 26BinaryBicone.IsBilimitCategoryTheory.Limits.PreservesBinaryBiproduct · cited by 15Limits.PreservesBinaryBip…CategoryTheory.Functor.mapBinaryBicone · cited by 11Functor.mapBinaryBiconeCategoryTheory.Limits.PreservesBinaryBiproduct.preserves · cited by 0PreservesBinaryBiproduct.…Limits.isBinaryBilimitOfPrese…CITED BYCITES

Cites11

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

Cited by7

Results whose statement or proof uses this declaration.