Wide subquivers #
A wide subquiver H of a quiver H consists of a subset of the edge set a ⟶ b for
every pair of vertices a b : V. We include 'wide' in the name to emphasize that these
subquivers by definition contain all vertices.
A wide subquiver H of G picks out a set H a b of arrows from a to b
for every pair of vertices a b.
Equations
- WideSubquiver V = ((a b : V) → Set (a ⟶ b))
Instances For
A type synonym for V, when thought of as a quiver having only the arrows from
some WideSubquiver.
Equations
- WideSubquiver.toType V x✝ = V
Instances For
@[implicit_reducible]
Equations
- wideSubquiverHasCoeToSort = { coe := fun (H : WideSubquiver V) => WideSubquiver.toType V H }
@[implicit_reducible]
Equations
- Quiver.instBotWideSubquiver = { bot := fun (x x_1 : V) => ∅ }
@[implicit_reducible]
Equations
- Quiver.instTopWideSubquiver = { top := fun (x x_1 : V) => Set.univ }
@[implicit_reducible]
Equations
- Quiver.instInhabitedWideSubquiver = { default := ⊤ }
A wide subquiver of G can equivalently be viewed as a total set of arrows.
Equations
- One or more equations did not get rendered due to their size.