Mathlib Map

Theorems · Definition · category theory

CategoryTheory.rightDistrib

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

The canonical right distributivity isomorphism

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

Around this declaration

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

CategoryTheory.rightDistrib_hom · cited by 3CategoryTheory.rightDistr…CategoryTheory.coprod_inl_rightDistrib_hom · cited by 2CategoryTheory.coprod_inl…CategoryTheory.coprod_inr_rightDistrib_hom · cited by 2CategoryTheory.coprod_inr…CategoryTheory.whiskerRight_coprod_inl_rightDistrib_inv · cited by 1CategoryTheory.whiskerRig…CategoryTheory.whiskerRight_coprod_inr_rightDistrib_inv · cited by 1CategoryTheory.whiskerRig…CategoryTheory.rightDistrib.congr_simp · cited by 0rightDistrib.congr_simpCategoryTheory.whiskerRight_coprod_inl_rightDistrib_inv_assoc · cited by 0CategoryTheory.whiskerRig…CategoryTheory.SymmetricCategory.rightDistrib_of_leftDistrib · cited by 0SymmetricCategory.rightDi…CategoryTheory.whiskerRight_coprod_inr_rightDistrib_inv_assoc · cited by 0CategoryTheory.whiskerRig…CategoryTheory.coprod_inl_rightDistrib_hom_assoc · cited by 0CategoryTheory.coprod_inl…CategoryTheory.coprod_inr_rightDistrib_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.tensorRight · cited by 119MonoidalCategory.tensorRi…CategoryTheory.Limits.HasBinaryCoproducts · cited by 98Limits.HasBinaryCoproductsCategoryTheory.IsMonoidalRightDistrib · cited by 11CategoryTheory.IsMonoidal…CategoryTheory.Limits.PreservesColimitPair.iso · cited by 4PreservesColimitPair.isoCategoryTheory.rightDistribCITED BYCITES

Cites12

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.