Theorems · Theorem · category theory
CategoryTheory.Limits.braid_natural
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] [inst_1 : CategoryTheory.Limits.HasBinaryProducts C]
{W X Y Z : C} (f : X ⟶ Y) (g : Z ⟶ W),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.map f g)
(CategoryTheory.Limits.prod.braiding Y W).hom =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.prod.braiding X Z).hom
(CategoryTheory.Limits.prod.map g f)The braiding isomorphism can be passed through a map by swapping the order.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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 and proof · cited by 17,999
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.Discretestatement · cited by 2,447
- CategoryTheory.Limits.WalkingPairstatement · cited by 1,319
- CategoryTheory.Limits.pairstatement · cited by 536
- CategoryTheory.Limits.prodstatement · cited by 364
- CategoryTheory.Limits.prod.fstproof · cited by 189
- CategoryTheory.Limits.prod.sndproof · cited by 185
- CategoryTheory.Limits.prod.liftproof · cited by 123
- CategoryTheory.Limits.prod.mapstatement and proof · cited by 105
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.braid_natural_assocproof · cited by 0