- nil {σ : Type} {M : digraph σ} {u : σ} : walk_digraph M u u
- cons {σ : Type} {M : digraph σ} {u v w : σ} (h : M.edge v w) (p : walk_digraph M u v) : walk_digraph M u w
Instances For
def
walk_of_digraph_of_seq4
{σ : Type}
(s0 s1 s2 s3 : σ)
:
walk_digraph (digraph_of_seq4 s0 s1 s2 s3) s0 s3
Equations
- walk_of_digraph_of_seq4 s0 s1 s2 s3 = walk_digraph.cons ⋯ (walk_digraph.cons ⋯ (walk_digraph.cons ⋯ walk_digraph.nil))