Skip to the content.
← What is a quiver? Index Next: Defining a quiver in Lean →

Recall

Formal definition cited in this section, gathered here for quick reference (full citation in the Bibliography):

A path in $Q$ is a sequence of arrows that can be composed head-to-tail: $\alpha_1, \alpha_2, \dots, \alpha_n$ with $t(\alpha_i) = s(\alpha_{i+1})$ for each consecutive pair. In addition, for each vertex $i$, a trivial path $e_i$ of length $0$ is allowed, starting and ending at $i$ and composing with nothing but itself.

In the running example, the paths are: $e_1, e_2, e_3$ (trivial), $\alpha$, $\beta$, and $\beta\alpha$ (first $\alpha$, then $\beta$), and nothing else, since there is no arrow out of $3$ or into $1$.


References

Full citations in the Bibliography. Formal definitions are gathered in Recall, above.


← What is a quiver? Index Next: Defining a quiver in Lean →
Try Lean
Lean playground · v1.4.18