The category of quivers #
The category of (bundled) quivers, and the free/forgetful adjunction between Cat
and Quiv
.
Category of quivers.
Equations
Instances For
Equations
Equations
The forgetful functor from categories to quivers.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
The identity in the category of quivers equals the identity prefunctor.
Composition in the category of quivers equals prefunctor composition.
The functor sending each quiver to its path category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
@[simp]
@[simp]
def
CategoryTheory.Quiv.lift
{V : Type u}
[Quiver V]
{C : Type u_1}
[Category.{u_2, u_1} C]
(F : V ⥤q C)
:
Any prefunctor into a category lifts to a functor from the path category.
Equations
- One or more equations did not get rendered due to their size.
Instances For
@[simp]
theorem
CategoryTheory.Quiv.lift_map
{V : Type u}
[Quiver V]
{C : Type u_1}
[Category.{u_2, u_1} C]
(F : V ⥤q C)
{X✝ Y✝ : Paths V}
(f : X✝ ⟶ Y✝)
:
The adjunction between forming the free category on a quiver, and forgetting a category to a quiver.
Equations
- One or more equations did not get rendered due to their size.