Theorems · Definition · category theory
CategoryTheory.Bicategory.associatorNatIsoRight
{B : Type u} →
[inst : CategoryTheory.Bicategory B] →
{a b c : B} →
(f : a ⟶ b) →
(g : b ⟶ c) →
(d : B) →
(CategoryTheory.Bicategory.precomposing a c d).obj (CategoryTheory.CategoryStruct.comp f g) ≅
((CategoryTheory.Bicategory.precomposing b c d).obj g).comp
((CategoryTheory.Bicategory.precomposing a b d).obj f)Right component of the associator as a natural isomorphism.
- Defined in
- Mathlib.CategoryTheory.Bicategory.Basic
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 24 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.
Cites10
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.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement · cited by 17,999
- CategoryTheory.Functorstatement · cited by 16,252
- CategoryTheory.Functor.compstatement · cited by 6,529
- CategoryTheory.Isostatement · cited by 3,963
- CategoryTheory.Bicategorystatement and proof · cited by 1,587
- CategoryTheory.Bicategory.associatorproof · cited by 405
- CategoryTheory.NatIso.ofComponentsproof · cited by 178
- CategoryTheory.Bicategory.precomposingstatement · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- CategoryTheory.Bicategory.associatorNatIsoRight_hom_appstatement and proof · cited by 0
- CategoryTheory.Bicategory.associatorNatIsoRight_inv_appstatement and proof · cited by 0