Mathlib Map

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.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.BinaryProducts
Cited by
1 results in Mathlib
Foundations
Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasBinaryProducts

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.

Cited by1

Results whose statement or proof uses this declaration.