Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
list-connect
Def
L-G- > *x == (
y
L.y-G- > *x)
gr_v
Def
Vertices(t) == 1of(t)
Thm*
t:Graph. Vertices(t)
Type
graph
Def
Graph == v:Type
e:Type
(e
v
v)
Top
Thm* Graph
Type{i'}
l_member
Def
(x
l) ==
i:
. i < ||l|| & x = l[i]
T
Thm*
T:Type, x:T, l:T List. (x
l)
Prop
About:
Definitions
graph
1
2
Sections
Graphs
Doc