Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Bicategory.associator

{B : Type u} →
  [self : CategoryTheory.Bicategory B] →
    {a b c d : B} →
      (f : a ⟶ b) →
        (g : b ⟶ c) →
          (h : c ⟶ d) →
            CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp f g) h ≅
              CategoryTheory.CategoryStruct.comp f (CategoryTheory.CategoryStruct.comp g h)

The associator isomorphism: (f ≫ g) ≫ h ≅ f ≫ g ≫ h

Defined in
Mathlib.CategoryTheory.Bicategory.Basic
Cited by
405 results in Mathlib
Foundations
Depth 3 from the axioms, rests on 11 definitions · uses no axioms
Assumes
CategoryTheory.Bicategory

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites4

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by503

Results whose statement or proof uses this declaration.