Theorems · Theorem · category theory
CategoryTheory.Limits.coprod.map_swap
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {A B X Y : C} (f : A ⟶ B) (g : X ⟶ Y)
[inst_1 : CategoryTheory.Limits.HasColimitsOfShape (CategoryTheory.Discrete CategoryTheory.Limits.WalkingPair) C],
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.coprod.map (CategoryTheory.CategoryStruct.id X) f)
(CategoryTheory.Limits.coprod.map g (CategoryTheory.CategoryStruct.id B)) =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.coprod.map g (CategoryTheory.CategoryStruct.id A))
(CategoryTheory.Limits.coprod.map (CategoryTheory.CategoryStruct.id Y) f)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 36 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
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 and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Discretestatement and proof · cited by 2,447
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- CategoryTheory.Limits.WalkingPairstatement and proof · cited by 1,319
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.HasColimitsOfShapestatement and proof · cited by 308
- CategoryTheory.Limits.coprodstatement · cited by 252
- CategoryTheory.Limits.coprod.mapstatement and proof · cited by 49
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.coprod.map_swap_assocproof · cited by 0