Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapBiproduct

{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 : F.PreservesZeroMorphisms] →
                      [inst_6 : CategoryTheory.Limits.PreservesBiproduct f F] → F.obj (⨁ f) ≅ ⨁ F.obj ∘ f

If F preserves a biproduct, we get a definitionally nice isomorphism F.obj (⨁ f) ≅ ⨁ (F.obj ∘ f).

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

Around this declaration

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

CategoryTheory.leftDistributor · cited by 15CategoryTheory.leftDistri…CategoryTheory.rightDistributor · cited by 15CategoryTheory.rightDistr…CategoryTheory.Mat_.additiveObjIsoBiproduct · cited by 8Mat_.additiveObjIsoBiprod…CategoryTheory.Limits.biproduct.mapBiproduct_inv_map_desc · cited by 1biproduct.mapBiproduct_in…CategoryTheory.Functor.mapBiproduct_hom · cited by 0Functor.mapBiproduct_homCategoryTheory.Functor.mapBiproduct_inv · cited by 0Functor.mapBiproduct_invCategoryTheory.Limits.biproduct.mapBiproduct_hom_desc · cited by 0biproduct.mapBiproduct_ho…CategoryTheory.Limits.biproduct.map_lift_mapBiprod · cited by 0biproduct.map_lift_mapBip…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.Limits.HasBiproduct · cited by 99Limits.HasBiproductCategoryTheory.Limits.PreservesBiproduct · cited by 13Limits.PreservesBiproductCategoryTheory.Limits.isBilimitOfPreserves · cited by 4Limits.isBilimitOfPreserv…CategoryTheory.Limits.biproduct.uniqueUpToIso · cited by 2biproduct.uniqueUpToIsoCategoryTheory.Limits.biproduct.isBilimit · cited by 2biproduct.isBilimitFunctor.mapBiproductCITED BYCITES

Cites12

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

Cited by8

Results whose statement or proof uses this declaration.