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.
Cites5
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightstatement · cited by 531
- CategoryTheory.Bicategory.whiskerLeftstatement · cited by 524
Cited by13
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.mateEquiv_vcompproof · cited by 4
- CategoryTheory.Bicategory.mateEquiv_hcompproof · cited by 3
- CategoryTheory.Bicategory.whisker_exchange_assocproof · cited by 1
- CategoryTheory.FreeBicategory.liftHom₂_congrproof · cited by 1
- CategoryTheory.Bicategory.rightZigzag_idempotent_of_left_triangleproof · cited by 1
- CategoryTheory.Bicategory.leftAdjointSquare.comp_hvcompproof · cited by 0
- CategoryTheory.Lax.LaxTrans.vComp_naturality_compproof · cited by 0
- CategoryTheory.Oplax.LaxTrans.vComp_naturality_compproof · cited by 0
- CategoryTheory.Bicategory.rightAdjointSquare.comp_hvcompproof · cited by 0
- CategoryTheory.Bicategory.Adjunction.comp_left_triangle_auxproof · cited by 0
- CategoryTheory.Bicategory.Adjunction.comp_right_triangle_auxproof · cited by 0
- CategoryTheory.Lax.OplaxTrans.vComp_naturality_compproof · cited by 0