Theorems · Theorem · category theory
CategoryTheory.Bicategory.pentagon_inv
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {a b c d e : B} (f : a ⟶ b) (g : b ⟶ c) (h : c ⟶ d) (i : d ⟶ e),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft f (CategoryTheory.Bicategory.associator g h i).inv)
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator f (CategoryTheory.CategoryStruct.comp g h) i).inv
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.associator f g h).inv i)) =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator f g (CategoryTheory.CategoryStruct.comp h i)).inv
(CategoryTheory.Bicategory.associator (CategoryTheory.CategoryStruct.comp f g) h i).inv- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 19 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.Bicategory
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.homproof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- 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.IsIso.Iso.inv_invproof · cited by 30
- CategoryTheory.IsIso.inv_compproof · cited by 22
- CategoryTheory.eq_of_inv_eq_invproof · cited by 19
Cited by3
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.pentagon_inv_assocproof · cited by 3
- CategoryTheory.Bicategory.pentagon_hom_inv_inv_inv_homproof · cited by 2
- CategoryTheory.Bicategory.pentagon_hom_inv_inv_inv_invproof · cited by 2