At:
dfs induction4
7
1.
the_graph: Graph
2.
the_obj: GraphObject(the_graph)
3.
P: Vertices(the_graph)
traversal(the_graph)
traversal(the_graph)
Prop
4.
s: traversal(the_graph)
5.
i: Vertices(the_graph)
6.
s:traversal(the_graph), i:Vertices(the_graph). (inl(i)
s)
(inr(i)
s) 
P(i,s,nil)
7.
s1,s2,s3:traversal(the_graph), i,j:Vertices(the_graph).
i-the_graph- > j

paren(Vertices(the_graph);s2)

(
k:Vertices(the_graph). (inr(k)
s2) 
j-the_graph- > *k)

paren(Vertices(the_graph);s3) 
P(j,s1,s2) 
P(i,s2 @ s1,s3) 
P(i,s1,s3 @ s2)
8.
s1,s2:traversal(the_graph), i:Vertices(the_graph).
(inr(i)
s1)

(inl(i)
s1)

paren(Vertices(the_graph);s2)

l_disjoint(Vertices(the_graph)+Vertices(the_graph);s2;s1)

no_repeats(Vertices(the_graph)+Vertices(the_graph);s2)

(
j:Vertices(the_graph). (inr(j)
s2) 
i-the_graph- > *j)

(
j:Vertices(the_graph). i-the_graph- > j 
j = i 
(inl(j)
s2)
(inl(j)
s1)
(inr(j)
s1))

P(i,[inr(i) / s1],s2) 
P(i,s1,[inl(i) / (s2 @ [inr(i)])])
9.
s1: traversal(the_graph)
10.
s2: traversal(the_graph)
11.
s3: traversal(the_graph)
12.
i1: Vertices(the_graph)
13.
j: Vertices(the_graph)
14.
i1-the_graph- > j
15.
P(j,s1,s2)
16.
l_disjoint(Vertices(the_graph)+Vertices(the_graph);s2;s1)
17.
no_repeats(Vertices(the_graph)+Vertices(the_graph);s2)
18.
paren(Vertices(the_graph);s2)
19.
j@0:Vertices(the_graph). (inr(j@0)
s2) 
j-the_graph- > *j@0
20.
P(i1,s2 @ s1,s3)
21.
l_disjoint(Vertices(the_graph)+Vertices(the_graph);s3;s2 @ s1)
22.
no_repeats(Vertices(the_graph)+Vertices(the_graph);s3)
23.
paren(Vertices(the_graph);s3)
24.
j:Vertices(the_graph). (inr(j)
s3) 
i1-the_graph- > *j
no_repeats(Vertices(the_graph)+Vertices(the_graph);s3 @ s2)
By:
RWO
Thm*
a,b,c:T List. l_disjoint(T;c;a @ b) 
l_disjoint(T;c;a) & l_disjoint(T;c;b)
-4
THEN
RWO
Thm*
l1,l2:T List. no_repeats(T;l1 @ l2) 
l_disjoint(T;l1;l2) & no_repeats(T;l1) & no_repeats(T;l2)
0
Generated subgoals:
None
About: