Theorems · Theorem · category theory
CategoryTheory.composePath.eq_def
∀ {C : Type u₁} [inst : CategoryTheory.Category.{v₁, u₁} C] {X : C} (x : C) (x_1 : Quiver.Path X x),
CategoryTheory.composePath x_1 =
match x, x_1 with
| .(X), Quiver.Path.nil => CategoryTheory.CategoryStruct.id X
| x, p.cons e => CategoryTheory.CategoryStruct.comp (CategoryTheory.composePath p) e- Cited by
- 0 results in Mathlib
- Foundations
- Depth 8 from the axioms · uses no axioms
- Assumes
- CategoryTheory.Category
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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.CategoryStruct.idstatement and proof · cited by 6,235
- Quiver.Pathstatement and proof · cited by 166
- CategoryTheory.composePathstatement and proof · cited by 16
- Quiver.Path.brecOn.goproof · cited by 7
- Quiver.Path.belowproof · cited by 7
- Quiver.Path.brecOn.eqproof · cited by 6
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.