Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.biproductComparison

{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] →
            {J : Type w₁} →
              (F : CategoryTheory.Functor C D) →
                (f : J → C) →
                  [inst_4 : CategoryTheory.Limits.HasBiproduct f] →
                    [inst_5 : CategoryTheory.Limits.HasBiproduct (F.obj ∘ f)] → F.obj (⨁ f) ⟶ ⨁ F.obj ∘ f

As for products, any functor between categories with biproducts gives rise to a morphism F.obj (⨁ f) ⟶ ⨁ (F.obj ∘ f).

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Biproducts
Cited by
9 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasBiproductCategoryTheory.Limits.HasBiproduct

Around this declaration

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

CategoryTheory.Functor.biproductComparison_π · cited by 3Functor.biproductComparis…CategoryTheory.Functor.splitEpiBiproductComparison · cited by 3Functor.splitEpiBiproduct…CategoryTheory.Functor.biproductComparison'_comp_biproductComparison · cited by 1Functor.biproductComparis…CategoryTheory.Limits.preservesBiproduct_of_mono_biproductComparison · cited by 1Limits.preservesBiproduct…CategoryTheory.Functor.splitEpiBiproductComparison_section_ · cited by 1Functor.splitEpiBiproduct…CategoryTheory.Functor.splitMonoBiproductComparison' · cited by 1Functor.splitMonoBiproduc…CategoryTheory.Functor.biproductComparison'_comp_biproductComparison_assoc · cited by 0Functor.biproductComparis…CategoryTheory.Functor.biproductComparison_π_assoc · cited by 0Functor.biproductComparis…CategoryTheory.Limits.preservesBiproduct_of_epi_biproductComparison' · cited by 0Limits.preservesBiproduct…CategoryTheory.Functor.splitEpiBiproductComparison.congr_simp · cited by 0splitEpiBiproductComparis…CategoryTheory.Functor.splitMonoBiproductComparison'_retraction · cited by 0Functor.splitMonoBiproduc…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.Limits.HasBiproduct · cited by 99Limits.HasBiproductCategoryTheory.Limits.biproduct.π · cited by 93biproduct.πCategoryTheory.Limits.biproduct.lift · cited by 31biproduct.liftFunctor.biproductComparisonCITED BYCITES

Cites10

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.