Morphisms of quivers #
structure
Prefunctor
(V : Type u₁)
[Quiver V]
(W : Type u₂)
[Quiver W]
:
Sort (max (max (max (u₁ + 1) (u₂ + 1)) v₁) v₂)
A morphism of quivers. As we will later have categorical functors extend this structure,
we call it a Prefunctor
.
- obj : V → W
The action of a (pre)functor on vertices/objects.
The action of a (pre)functor on edges/arrows/morphisms.
Instances For
The identity morphism between quivers.
Equations
Instances For
Notation for a prefunctor between quivers.
Equations
Instances For
Notation for composition of prefunctors.
Equations
Instances For
Notation for the identity prefunctor on a quiver.