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 ⊕ EThe 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
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.Functor.compproof · cited by 6,529
- CategoryTheory.Functor.idproof · cited by 3,333
- CategoryTheory.Iso.symmproof · cited by 993
- CategoryTheory.Equivalencestatement · cited by 601
- CategoryTheory.Iso.transproof · cited by 566
- CategoryTheory.Functor.associatorproof · cited by 276
- CategoryTheory.Functor.isoWhiskerLeftproof · cited by 177
- CategoryTheory.Functor.rightUnitorproof · cited by 149
- CategoryTheory.Functor.isoWhiskerRightproof · cited by 147
- CategoryTheory.Sum.inl_proof · cited by 63
- CategoryTheory.Sum.inr_proof · cited by 63
Cited by9
Results whose statement or proof uses this declaration.
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIsostatement and proof · cited by 6
- CategoryTheory.sum.associativity_functorstatement and proof · cited by 0
- CategoryTheory.sum.associativity_inversestatement and proof · cited by 0
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_fststatement · cited by 0
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_fststatement · cited by 0
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_hom_app_snd_sndstatement · cited by 0
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_fststatement · cited by 0
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_snd_fststatement · cited by 0
- CategoryTheory.Sum.associativityFunctorEquivNaturalityFunctorIso_inv_app_snd_sndstatement · cited by 0