Theorems · Theorem · category theory
CategoryTheory.leftDistrib_hom
∀ {C : Type u_1} [inst : CategoryTheory.Category.{v, u_1} C] [inst_1 : CategoryTheory.MonoidalCategory C]
[inst_2 : CategoryTheory.Limits.HasBinaryCoproducts C] [inst_3 : CategoryTheory.IsMonoidalLeftDistrib C] {X Y Z : C},
(CategoryTheory.leftDistrib X Y Z).hom =
CategoryTheory.Limits.coprod.desc
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft X CategoryTheory.Limits.coprod.inl)
(CategoryTheory.MonoidalCategoryStruct.whiskerLeft X CategoryTheory.Limits.coprod.inr)The forward direction of the left distributivity isomorphism is the cogap morphism
coprod.desc (_ ◁ coprod.inl) (_ ◁ coprod.inr) : (X ⊗ Y) ⨿ (X ⊗ Z) ⟶ X ⊗ (Y ⨿ Z).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 41 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.MonoidalCategoryStruct.tensorObjstatement · cited by 3,106
- CategoryTheory.MonoidalCategorystatement and proof · cited by 3,095
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.MonoidalCategoryStruct.whiskerLeftstatement · cited by 915
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.coprodstatement · cited by 252
- CategoryTheory.Limits.coprod.inlstatement · cited by 137
- CategoryTheory.Limits.coprod.inrstatement · cited by 132
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.coprod_inr_leftDistrib_homproof · cited by 2
- CategoryTheory.coprod_inl_leftDistrib_homproof · cited by 2
- CategoryTheory.SymmetricCategory.rightDistrib_of_leftDistribproof · cited by 0