Mathlib Map

Theorems · Definition · category theory

CategoryTheory.leftDistrib

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v, u_1} C] →
    [inst_1 : CategoryTheory.MonoidalCategory C] →
      [inst_2 : CategoryTheory.Limits.HasBinaryCoproducts C] →
        [CategoryTheory.IsMonoidalLeftDistrib C] →
          (X Y Z : C) →
            CategoryTheory.MonoidalCategoryStruct.tensorObj X Y ⨿ CategoryTheory.MonoidalCategoryStruct.tensorObj X Z ≅
              CategoryTheory.MonoidalCategoryStruct.tensorObj X (Y ⨿ Z)

The canonical left distributivity isomorphism

Defined in
Mathlib.CategoryTheory.Distributive.Monoidal
Cited by
12 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.MonoidalCategoryCategoryTheory.Limits.HasBinaryCoproductsCategoryTheory.IsMonoidalLeftDistrib

Around this declaration

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

CategoryTheory.leftDistrib_hom · cited by 3CategoryTheory.leftDistri…CategoryTheory.whiskerLeft_coprod_inl_leftDistrib_inv · cited by 2CategoryTheory.whiskerLef…CategoryTheory.whiskerLeft_coprod_inr_leftDistrib_inv · cited by 2CategoryTheory.whiskerLef…CategoryTheory.coprod_inl_leftDistrib_hom · cited by 2CategoryTheory.coprod_inl…CategoryTheory.coprod_inr_leftDistrib_hom · cited by 2CategoryTheory.coprod_inr…CategoryTheory.leftDistrib.congr_simp · cited by 0leftDistrib.congr_simpCategoryTheory.whiskerLeft_coprod_inl_leftDistrib_inv_assoc · cited by 0CategoryTheory.whiskerLef…CategoryTheory.whiskerLeft_coprod_inr_leftDistrib_inv_assoc · cited by 0CategoryTheory.whiskerLef…CategoryTheory.MonoidalClosed.leftDistrib_inv · cited by 0MonoidalClosed.leftDistri…CategoryTheory.SymmetricCategory.rightDistrib_of_leftDistrib · cited by 0SymmetricCategory.rightDi…CategoryTheory.coprod_inl_leftDistrib_hom_assoc · cited by 0CategoryTheory.coprod_inl…CategoryTheory.coprod_inr_leftDistrib_hom_assoc · cited by 0CategoryTheory.coprod_inr…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.MonoidalCategoryStruct.tensorObj · cited by 3106MonoidalCategoryStruct.te…CategoryTheory.MonoidalCategory · cited by 3095CategoryTheory.MonoidalCa…CategoryTheory.Discrete · cited by 2447CategoryTheory.DiscreteCategoryTheory.Limits.WalkingPair · cited by 1319Limits.WalkingPairCategoryTheory.Limits.pair · cited by 536Limits.pairCategoryTheory.Limits.coprod · cited by 252Limits.coprodCategoryTheory.MonoidalCategory.tensorLeft · cited by 170MonoidalCategory.tensorLe…CategoryTheory.Limits.HasBinaryCoproducts · cited by 98Limits.HasBinaryCoproductsCategoryTheory.IsMonoidalLeftDistrib · cited by 13CategoryTheory.IsMonoidal…CategoryTheory.Limits.PreservesColimitPair.iso · cited by 4PreservesColimitPair.isoCategoryTheory.leftDistribCITED BYCITES

Cites12

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

Cited by12

Results whose statement or proof uses this declaration.