(11steps total) PrintForm Definitions Lemmas graph 1 3 Sections Graphs Doc

At: dfs wf 1 1

1. the_graph: Graph
2. the_obj: GraphObject(the_graph)
3. M: traversal(the_graph)
4. i:Vertices(the_graph), s:traversal(the_graph). M([inl(i) / s])M(s)
5. i:Vertices(the_graph), s:traversal(the_graph). member-paren(x,y.the_obj.eq(x,y);i;s) M([inr(i) / s]) < M(s)
6. d:
7. d1:. d1 < d (s:traversal(the_graph), i:Vertices(the_graph). M(s)d1 dfs(the_obj;s;i) {s':traversal(the_graph)| M(s')d1 })
8. s: traversal(the_graph)
9. i: Vertices(the_graph)
10. M(s)d
dfs(the_obj;s;i) {s':traversal(the_graph)| M(s')d }

By:
RecUnfold `dfs` 0
THEN
SplitOnConclITE


Generated subgoals:

111. member-paren(x,y.the_obj.eq(x,y);i;s)
s {s':traversal(the_graph)| M(s')d }
1 step
 
211. member-paren(x,y.the_obj.eq(x,y);i;s)
[inl(i) / (the_obj.eacc((s',j. dfs(the_obj;s';j)),[inr(i) / s],i))] {s':traversal(the_graph)| M(s')d }
6 steps

About:
consassertless_thaninlinrset
lambdaapplyfunctionmemberimpliesall

(11steps total) PrintForm Definitions Lemmas graph 1 3 Sections Graphs Doc