Theorems · Theorem · category theory
CategoryTheory.Bicategory.triangle_assoc
∀ {B : Type u} [self : CategoryTheory.Bicategory B] {a b c : B} (f : a ⟶ b) (g : b ⟶ c) {Z : a ⟶ c}
(h : CategoryTheory.CategoryStruct.comp f g ⟶ Z),
CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.associator f (CategoryTheory.CategoryStruct.id b) g).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.Bicategory.leftUnitor g).hom) h) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.rightUnitor f).hom g) h- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 6 from the axioms · uses Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idstatement and proof · cited by 6,235
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
- CategoryTheory.Bicategory.whiskerLeftstatement and proof · cited by 524
- CategoryTheory.Bicategory.associatorstatement and proof · cited by 405
- CategoryTheory.Bicategory.leftUnitorstatement and proof · cited by 309
- CategoryTheory.Bicategory.rightUnitorstatement and proof · cited by 308
- CategoryTheory.Bicategory.triangleproof · cited by 7
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.conjugateEquiv_whiskerLeftproof · cited by 0
- CategoryTheory.Bicategory.conjugateEquiv_whiskerRightproof · cited by 0