Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Limits.PreservesBinaryBiproduct

{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] →
            C → C → (F : CategoryTheory.Functor C D) → [F.PreservesZeroMorphisms] → Prop

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
15 results in Mathlib
Foundations
Depth 3 from the axioms · uses no axioms
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms

Around this declaration

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

CategoryTheory.Functor.mapBiprod · cited by 13Functor.mapBiprodCategoryTheory.Limits.isBinaryBilimitOfPreserves · cited by 6Limits.isBinaryBilimitOfP…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBinaryProduct · cited by 2Limits.preservesBinaryBip…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_…CategoryTheory.Limits.biprod.map_lift_mapBiprod · cited by 1biprod.map_lift_mapBiprodCategoryTheory.Limits.preservesBinaryBiproduct_of_mono_biprodComparison · cited by 1Limits.preservesBinaryBip…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBinaryCoproduct · cited by 1Limits.preservesBinaryBip…CategoryTheory.Limits.preservesBinaryBiproduct_of_preservesBiproduct · cited by 1Limits.preservesBinaryBip…CategoryTheory.Functor.mapBiprod_hom · cited by 0Functor.mapBiprod_homCategoryTheory.Functor.mapBiprod_inv · cited by 0Functor.mapBiprod_invCategoryTheory.Limits.preservesBinaryProduct_of_preservesBinaryBiproduct · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.isBinaryBilimitOfPreserves.congr_simp · cited by 0isBinaryBilimitOfPreserve…CategoryTheory.Limits.PreservesBinaryBiproduct.casesOn · cited by 0PreservesBinaryBiproduct.…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…Limits.PreservesBinaryBiprodu…CITED BYCITES

Cites4

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

Cited by21

Results whose statement or proof uses this declaration.