Mathlib Map

Theorems · Inductive type · category theory

CategoryTheory.Limits.PreservesBiproductsOfShape

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

A functor F preserves biproducts of shape J if it preserves biproducts of f for every f : J → C.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Biproducts
Cited by
5 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.

Cites4

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

Cited by11

Results whose statement or proof uses this declaration.