mathlib documentation

category_theory.​sums.​associator

category_theory.​sums.​associator

def category_theory.​sum.​associator (C : Type u) [category_theory.category C] (D : Type u) [category_theory.category D] (E : Type u) [category_theory.category E] :
(C D) E C D E

The associator functor (C ⊕ D) ⊕ E ⥤ C ⊕ (D ⊕ E) for sums of categories.

Equations

The inverse associator functor C ⊕ (D ⊕ E) ⥤ (C ⊕ D) ⊕ E for sums of categories.

Equations