Mathlib Map

Theorems · Definition · category theory

CategoryTheory.leftDistributor

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      [inst_2 : CategoryTheory.MonoidalCategory C] →
        [CategoryTheory.MonoidalPreadditive C] →
          [inst_4 : CategoryTheory.Limits.HasFiniteBiproducts C] →
            {J : Type} →
              [inst_5 : Finite J] →
                (X : C) →
                  (f : J → C) →
                    CategoryTheory.MonoidalCategoryStruct.tensorObj X (⨁ f) ≅
                      ⨁ fun j => CategoryTheory.MonoidalCategoryStruct.tensorObj X (f j)

The isomorphism showing how tensor product on the left distributes over direct sums.

Defined in
Mathlib.CategoryTheory.Monoidal.Preadditive
Cited by
15 results in Mathlib
Foundations
Depth 75 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.MonoidalCategoryCategoryTheory.MonoidalPreadditiveCategoryTheory.Limits.HasFiniteBiproductsFinite

Around this declaration

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

CategoryTheory.leftDistributor_hom · cited by 4CategoryTheory.leftDistri…CategoryTheory.leftDistributor_ext_left · cited by 2CategoryTheory.leftDistri…CategoryTheory.leftDistributor_ext_right · cited by 2CategoryTheory.leftDistri…CategoryTheory.leftDistributor_hom_comp_biproduct_π · cited by 2CategoryTheory.leftDistri…CategoryTheory.leftDistributor_inv · cited by 2CategoryTheory.leftDistri…CategoryTheory.biproduct_ι_comp_leftDistributor_hom · cited by 1CategoryTheory.biproduct_…CategoryTheory.biproduct_ι_comp_leftDistributor_inv · cited by 1CategoryTheory.biproduct_…CategoryTheory.biproduct_ι_comp_leftDistributor_inv_assoc · cited by 1CategoryTheory.biproduct_…CategoryTheory.leftDistributor_inv_comp_biproduct_π · cited by 1CategoryTheory.leftDistri…CategoryTheory.biproduct_ι_comp_leftDistributor_hom_assoc · cited by 0CategoryTheory.biproduct_…CategoryTheory.leftDistributor_assoc · cited by 0CategoryTheory.leftDistri…CategoryTheory.leftDistributor.congr_simp · cited by 0leftDistributor.congr_simpCategoryTheory.leftDistributor_hom_comp_biproduct_π_assoc · cited by 0CategoryTheory.leftDistri…CategoryTheory.leftDistributor_inv_comp_biproduct_π_assoc · cited by 0CategoryTheory.leftDistri…CategoryTheory.leftDistributor_rightDistributor_assoc · cited by 0CategoryTheory.leftDistri…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…Finite · cited by 3029FiniteCategoryTheory.Limits.biproduct · cited by 188Limits.biproductCategoryTheory.MonoidalCategory.tensorLeft · cited by 170MonoidalCategory.tensorLe…CategoryTheory.Limits.HasFiniteBiproducts · cited by 106Limits.HasFiniteBiproductsCategoryTheory.MonoidalPreadditive · cited by 65CategoryTheory.MonoidalPr…CategoryTheory.Functor.mapBiproduct · cited by 5Functor.mapBiproductCategoryTheory.leftDistributorCITED BYCITES

Cites11

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

Cited by15

Results whose statement or proof uses this declaration.