Theorems · Theorem · category theory
CategoryTheory.Bicategory.associator_eqToHom_inv
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {x y z t : B} (e₁ : x = y) (e₂ : y = z) (e₃ : z = t),
(CategoryTheory.Bicategory.associator (CategoryTheory.eqToHom e₁) (CategoryTheory.eqToHom e₂)
(CategoryTheory.eqToHom e₃)).inv =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft (CategoryTheory.eqToHom e₁)
(CategoryTheory.Bicategory.eqToHomTransIso e₂ e₃).inv)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.eqToHomTransIso e₁ ⋯).inv
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.eqToHomTransIso ⋯ e₃).hom
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.eqToHomTransIso e₁ e₂).hom
(CategoryTheory.eqToHom e₃))))- Cited by
- 1 results in Mathlib
- Foundations
- Depth 25 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.
Cites20
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 and proof · cited by 17,999
- CategoryTheory.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.eqToHomstatement · cited by 860
- CategoryTheory.Bicategory.whiskerRightstatement and proof · cited by 531
- CategoryTheory.Bicategory.whiskerLeftstatement and proof · cited by 524
- CategoryTheory.Bicategory.associatorstatement and proof · cited by 405
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.associator_eqToHom_inv_assocproof · cited by 0