At:
dfs-df-traversal
2
2
2
1
1
2
1.
the_graph: Graph
2.
the_obj: GraphObject(the_graph)
3.
s1: traversal(the_graph)
4.
s2: traversal(the_graph)
5.
i1: Vertices(the_graph)
6.
(inr(i1)
s1)
7.
(inl(i1)
s1)
8.
paren(Vertices(the_graph);s2)
9.
l_disjoint(Vertices(the_graph)+Vertices(the_graph);s2;s1)
10.
no_repeats(Vertices(the_graph)+Vertices(the_graph);s2)
11.
j:Vertices(the_graph). (inr(j)
s2) 
i1-the_graph- > *j
12.
j:Vertices(the_graph). i1-the_graph- > j 
j = i1 
(inl(j)
s2)
(inl(j)
s1)
(inr(j)
s1)
13.
df-traversal(the_graph;s1)
14.
j:Vertices(the_graph). (inr(j)
s1) 
(inl(j)
s1) 
j-the_graph- > *i1
15.
df-traversal(the_graph;s2 @ [inr(i1) / s1])
16.
i: Vertices(the_graph)
17.
u: Vertices(the_graph)+Vertices(the_graph)
18.
v: (Vertices(the_graph)+Vertices(the_graph)) List
19.
s2@0: traversal(the_graph)
20.
j: Vertices(the_graph)
21.
(inr(j)
s2@0)
22.
(inl(j)
s2@0)
23.
inl(i1) = u
24.
(s2 @ [inr(i1) / s1]) = (v @ [inr(i) / s2@0])
traversal(the_graph)
j-the_graph- > *i
By:
AllHyps (
h.(Unfold `df-traversal` h) THEN (Analyze h) THEN (InstHyp [i;v;s2@0;j] h) THEN (Reduce 0))
Generated subgoals:
None
About: