At:
connect-iff
1
1
3
1.
the_graph: Graph
2.
x,y:Vertices(the_graph). Dec(x = y)
3.
x: Vertices(the_graph)
4.
y: Vertices(the_graph)
5.
n:
6.
p: Vertices(the_graph) List
7.
p1:Vertices(the_graph) List.
||p1|| < ||p||

path(the_graph;p1)

p1[0] = x

last(p1) = y 
x = y
(
z:Vertices(the_graph).
z = x & x-the_graph- > z & z-the_graph- > *y)
8.
path(the_graph;p)
0 < ||p||
By:
Unfold `path` -1
THEN
ExRepD
Generated subgoals:
None
About: