Mathlib Map

Theorems · Theorem · category theory

CategoryTheory.Bicategory.whisker_exchange

∀ {B : Type u} [self : CategoryTheory.Bicategory B] {a b c : B} {f g : a ⟶ b} {h i : b ⟶ c} (η : f ⟶ g) (θ : h ⟶ i),
  CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerLeft f θ)
      (CategoryTheory.Bicategory.whiskerRight η i) =
    CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.whiskerRight η h)
      (CategoryTheory.Bicategory.whiskerLeft g θ)
Defined in
Mathlib.CategoryTheory.Bicategory.Basic
Cited by
13 results in Mathlib
Foundations
Depth 4 from the axioms · uses no axioms
Assumes
CategoryTheory.Bicategory

Around this declaration

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

CategoryTheory.Bicategory.mateEquiv_vcomp · cited by 4Bicategory.mateEquiv_vcompCategoryTheory.Bicategory.mateEquiv_hcomp · cited by 3Bicategory.mateEquiv_hcompCategoryTheory.Bicategory.whisker_exchange_assoc · cited by 1Bicategory.whisker_exchan…CategoryTheory.FreeBicategory.liftHom₂_congr · cited by 1FreeBicategory.liftHom₂_c…CategoryTheory.Bicategory.rightZigzag_idempotent_of_left_triangle · cited by 1Bicategory.rightZigzag_id…CategoryTheory.Bicategory.leftAdjointSquare.comp_hvcomp · cited by 0leftAdjointSquare.comp_hv…CategoryTheory.Lax.LaxTrans.vComp_naturality_comp · cited by 0LaxTrans.vComp_naturality…CategoryTheory.Oplax.LaxTrans.vComp_naturality_comp · cited by 0LaxTrans.vComp_naturality…CategoryTheory.Bicategory.rightAdjointSquare.comp_hvcomp · cited by 0rightAdjointSquare.comp_h…CategoryTheory.Bicategory.Adjunction.comp_left_triangle_aux · cited by 0Adjunction.comp_left_tria…CategoryTheory.Bicategory.Adjunction.comp_right_triangle_aux · cited by 0Adjunction.comp_right_tri…CategoryTheory.Lax.OplaxTrans.vComp_naturality_comp · cited by 0OplaxTrans.vComp_naturali…CategoryTheory.Bicategory.adjointifyCounit_left_triangle · cited by 0Bicategory.adjointifyCoun…Quiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Bicategory · cited by 1587CategoryTheory.BicategoryCategoryTheory.Bicategory.whiskerRight · cited by 531Bicategory.whiskerRightCategoryTheory.Bicategory.whiskerLeft · cited by 524Bicategory.whiskerLeftBicategory.whisker_exchangeCITED BYCITES

Cites5

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by13

Results whose statement or proof uses this declaration.