Theorems · Theorem · category theory
CategoryTheory.Bicategory.associator_eqToHom_hom_assoc
∀ {B : Type u} [inst : CategoryTheory.Bicategory B] {x y z t : B} (e₁ : x = y) (e₂ : y = z) (e₃ : z = t) {Z : x ⟶ t}
(h :
CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom e₁)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.eqToHom e₂) (CategoryTheory.eqToHom e₃)) ⟶
Z),
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.associator (CategoryTheory.eqToHom e₁) (CategoryTheory.eqToHom e₂)
(CategoryTheory.eqToHom e₃)).hom
h =
CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerRight (CategoryTheory.Bicategory.eqToHomTransIso e₁ e₂).inv
(CategoryTheory.eqToHom e₃))
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.eqToHomTransIso ⋯ e₃).inv
(CategoryTheory.CategoryStruct.comp (CategoryTheory.Bicategory.eqToHomTransIso e₁ ⋯).hom
(CategoryTheory.CategoryStruct.comp
(CategoryTheory.Bicategory.whiskerLeft (CategoryTheory.eqToHom e₁)
(CategoryTheory.Bicategory.eqToHomTransIso e₂ e₃).hom)
h)))- Cited by
- 0 results in Mathlib
- Foundations
- Depth 26 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.
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.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.eqToHomstatement and proof · 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
- CategoryTheory.Bicategory.eqToHomTransIsostatement and proof · cited by 7
- CategoryTheory.Bicategory.associator_eqToHom_homproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.