(28steps total)
PrintForm
Definitions
Lemmas
graph
1
2
Sections
Graphs
Doc
At:
connect-iff
1
1.
the_graph:
Graph
2.
x,y:Vertices(the_graph). Dec(x = y)
3.
x:
Vertices(the_graph)
4.
y:
Vertices(the_graph)
5.
x-the_graph- > *y
x = y
(
z:Vertices(the_graph).
z = x & x-the_graph- > z & z-the_graph- > *y)
By:
Unfold `connect` -1
THEN
ExRepD
Generated subgoal:
1
5.
p:
Vertices(the_graph) List
6.
path(the_graph;p)
7.
p[0] = x
8.
last(p) = y
x = y
(
z:Vertices(the_graph).
z = x & x-the_graph- > z & z-the_graph- > *y)
23
steps
About:
(28steps total)
PrintForm
Definitions
Lemmas
graph
1
2
Sections
Graphs
Doc