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

At: dfsl-properties 2

1. the_graph: Graph
2. the_obj: GraphObject(the_graph)
3. L: Vertices(the_graph) List
4. L1: Vertices(the_graph) List
5. s: traversal(the_graph)
6. i: Vertices(the_graph)
7. paren(Vertices(the_graph);s)
8. no_repeats(Vertices(the_graph)+Vertices(the_graph);s)
9. dfsl-traversal(the_graph;L1;s)
dfsl-traversal(the_graph;L1 @ [i];dfs(the_obj;s;i))

By:
((Inst Thm* dfs-properties [the_graph;the_obj;s;i]) THEN ExRepD THEN (Inst Thm* For any graph the_obj:GraphObject(the_graph), s:Traversal, i:V. df-traversal(the_graph;s) (j:V. (inr(j) s) (inl(j) s) j-the_graph- > *i) df-traversal(the_graph;dfs(the_obj;s;i)) [the_graph;the_obj;s;i])) THENA (Auto THEN (Analyze 9) THEN (Try (Complete Auto)) THEN (Analyze -1) THEN (BackThru Thm* s':(T+T) List. paren(T;s') (i:T. (inr(i) s') (inl(i) s'))))
THEN
HypSubst -2 -1
THEN
HypSubst -2 0


Generated subgoal:

110. s': traversal(the_graph)
11. (inr(i) s) (inl(i) s) s' = nil
12. (inr(i) s) & (inl(i) s) (s2:traversal(the_graph). s' = ([inl(i)] @ s2 @ [inr(i)]) traversal(the_graph))
13. l_disjoint(Vertices(the_graph)+Vertices(the_graph);s';s)
14. no_repeats(Vertices(the_graph)+Vertices(the_graph);s')
15. paren(Vertices(the_graph);s')
16. j:Vertices(the_graph). (inr(j) s') i-the_graph- > *j
17. dfs(the_obj;s;i) = (s' @ s)
18. df-traversal(the_graph;s' @ s)
dfsl-traversal(the_graph;L1 @ [i];s' @ s)
154 steps

About:
listconsnilunioninlinruniverse
equalimpliesandorall
exists

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