Mathlib Map

Theorems · Definition · category theory

CategoryTheory.sum.associativity

(C : Type u₁) →
  [inst : CategoryTheory.Category.{v₁, u₁} C] →
    (D : Type u₂) →
      [inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
        (E : Type u₃) → [inst_2 : CategoryTheory.Category.{v₃, u₃} E] → (C ⊕ D) ⊕ E ≌ C ⊕ D ⊕ E

The equivalence of categories expressing associativity of sums of categories.

Defined in
Mathlib.CategoryTheory.Sums.Associator
Cited by
8 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Category

Around this declaration

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

CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso · cited by 6Sum.associativityFunctorE…CategoryTheory.sum.associativity_functor · cited by 0sum.associativity_functorCategoryTheory.sum.associativity_inverse · cited by 0sum.associativity_inverseCategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_snd · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_snd_fst · cited by 0Sum.associativityFunctorE…CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_snd_snd · cited by 0Sum.associativityFunctorE…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Functor.id · cited by 3333Functor.idCategoryTheory.Iso.symm · cited by 993Iso.symmCategoryTheory.Equivalence · cited by 601CategoryTheory.EquivalenceCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.associator · cited by 276Functor.associatorCategoryTheory.Functor.isoWhiskerLeft · cited by 177Functor.isoWhiskerLeftCategoryTheory.Functor.rightUnitor · cited by 149Functor.rightUnitorCategoryTheory.Functor.isoWhiskerRight · cited by 147Functor.isoWhiskerRightCategoryTheory.Sum.inl_ · cited by 63Sum.inl_CategoryTheory.Sum.inr_ · cited by 63Sum.inr_CategoryTheory.sum.inverseAssociator · cited by 21sum.inverseAssociatorCategoryTheory.sum.associator · cited by 15sum.associatorCategoryTheory.Functor.sumIsoExt · cited by 4Functor.sumIsoExtsum.associativityCITED BYCITES

Cites21

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

Cited by9

Results whose statement or proof uses this declaration.