Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Limits.PreservesBinaryBiproducts

{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) → [F.PreservesZeroMorphisms] → Prop

A functor F preserves binary biproducts if it preserves the binary biproduct of X and Y for all X and Y.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Biproducts
Cited by
11 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.additive_of_preservesBinaryBiproducts · cited by 7Functor.additive_of_prese…CategoryTheory.Limits.preservesBinaryBiproducts_of_preservesBinaryCoproducts · cited by 3Limits.preservesBinaryBip…CategoryTheory.Limits.preservesBinaryBiproducts_of_preservesBinaryProducts · cited by 2Limits.preservesBinaryBip…CategoryTheory.Functor.additive_of_preserves_binary_products · cited by 1Functor.additive_of_prese…CategoryTheory.Functor.preservesCoequalizer_of_preservesCokernels · cited by 1Functor.preservesCoequali…CategoryTheory.Functor.preservesEqualizer_of_preservesKernels · cited by 1Functor.preservesEqualize…CategoryTheory.ObjectProperty.SerreClassLocalization.preservesFiniteColimits_comp_iff · cited by 1SerreClassLocalization.pr…CategoryTheory.Limits.preservesBinaryCoproducts_of_preservesBinaryBiproducts · cited by 0Limits.preservesBinaryCop…CategoryTheory.Limits.preservesBinaryProducts_of_preservesBinaryBiproducts · cited by 0Limits.preservesBinaryPro…CategoryTheory.Limits.PreservesBinaryBiproducts.casesOn · cited by 0PreservesBinaryBiproducts…CategoryTheory.IsGrothendieckAbelian.GabrielPopescu.preservesFiniteLimits · cited by 0GabrielPopescu.preservesF…CategoryTheory.Limits.PreservesBinaryBiproducts.recOn · cited by 0PreservesBinaryBiproducts…CategoryTheory.Limits.preservesBinaryBiproducts_of_preservesBiproducts · cited by 0Limits.preservesBinaryBip…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 by13

Results whose statement or proof uses this declaration.