Theorems · Theorem · category theory
CategoryTheory.OverClass.asOverHom_comp_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y Z : C} (S : C) [inst_1 : CategoryTheory.OverClass X S]
[inst_2 : CategoryTheory.OverClass Y S] [inst_3 : CategoryTheory.OverClass Z S] (f : X ⟶ Y) (g : Y ⟶ Z)
[inst_4 : CategoryTheory.HomIsOver f S] [inst_5 : CategoryTheory.HomIsOver g S] {Z_1 : CategoryTheory.Over S}
(h : CategoryTheory.OverClass.asOver Z S ⟶ Z_1),
CategoryTheory.CategoryStruct.comp (CategoryTheory.OverClass.asOverHom S (CategoryTheory.CategoryStruct.comp f g)) h =
CategoryTheory.CategoryStruct.comp (CategoryTheory.OverClass.asOverHom S f)
(CategoryTheory.CategoryStruct.comp (CategoryTheory.OverClass.asOverHom S g) h)- Cited by
- 0 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.
Cites10
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Overstatement and proof · cited by 935
- CategoryTheory.OverClassstatement and proof · cited by 68
- CategoryTheory.OverClass.asOverstatement and proof · cited by 16
- CategoryTheory.HomIsOverstatement and proof · cited by 11
- CategoryTheory.OverClass.asOverHomstatement and proof · cited by 8
- CategoryTheory.OverClass.asOverHom_compproof · cited by 1
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.