The category paths on a quiver. #
When C
is a quiver, paths C
is the category of paths.
When the quiver is itself a category #
We provide path_composition : paths C ⥤ C
.
We check that the quotient of the path category of a category by the canonical relation (paths are related if they compose to the same path) is equivalent to the original category.
A type synonym for the category of paths in a quiver.
Equations
Instances For
Equations
- CategoryTheory.instInhabitedPaths V = { default := default }
Equations
The inclusion of a quiver V
into its path category, as a prefunctor.
Equations
Instances For
To prove a property on morphisms of a path category with given source a
, it suffices to
prove it for the identity and prove that the property is preserved under composition on the right
with length 1 paths.
To prove a property on morphisms of a path category with given target b
, it suffices to prove
it for the identity and prove that the property is preserved under composition on the left
with length 1 paths.
To prove a property on morphisms of a path category, it suffices to prove it for the identity and prove that the property is preserved under composition on the right with length 1 paths.
To prove a property on morphisms of a path category, it suffices to prove it for the identity and prove that the property is preserved under composition on the left with length 1 paths.
Any prefunctor from V
lifts to a functor from paths V
Equations
- One or more equations did not get rendered due to their size.
Instances For
Two functors out of a path category are equal when they agree on singleton paths.
A path in a category can be composed to a single morphism.
Equations
- CategoryTheory.composePath Quiver.Path.nil = CategoryTheory.CategoryStruct.id X
- CategoryTheory.composePath (p.cons e) = CategoryTheory.CategoryStruct.comp (CategoryTheory.composePath p) e
Instances For
Composition of paths as functor from the path category of a category to the category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The canonical relation on the path category of a category: two paths are related if they compose to the same morphism.
Equations
- CategoryTheory.pathsHomRel C p q = ((CategoryTheory.pathComposition C).map p = (CategoryTheory.pathComposition C).map q)
Instances For
The functor from a category to the canonical quotient of its path category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
The functor from the canonical quotient of a path category of a category to the original category.
Equations
Instances For
The canonical quotient of the path category of a category is equivalent to the original category.
Equations
- One or more equations did not get rendered due to their size.