Theorems · Theorem · category theory
CategoryTheory.comp_over_assoc
∀ {C : Type u} [inst : CategoryTheory.Category.{v, u} C] {X Y : C} (f : X ⟶ Y) (S : C)
[inst_1 : CategoryTheory.OverClass X S] [inst_2 : CategoryTheory.OverClass Y S] [CategoryTheory.HomIsOver f S] {Z : C}
(h : S ⟶ Z),
CategoryTheory.CategoryStruct.comp f (CategoryTheory.CategoryStruct.comp (Y ↘ S) h) =
CategoryTheory.CategoryStruct.comp (X ↘ S) h- Cited by
- 2 results in Mathlib
- Foundations
- Depth 12 from the axioms · uses Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 76
- CategoryTheory.OverClassstatement and proof · cited by 68
- CategoryTheory.comp_overproof · cited by 14
- CategoryTheory.HomIsOverstatement and proof · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- AlgebraicGeometry.AffineSpace.map_reindexproof · cited by 1
- CategoryTheory.homIsOver_of_isOverTowerproof · cited by 0