Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
list-list-connect
Def
L1-G- > *L2 == (
x
L2.L1-G- > *x)
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'}
iff
Def
P
Q == (P
Q) & (P
Q)
Thm*
A,B:Prop. (A
B)
Prop
l_all
Def
(
x
L.P(x)) ==
x:T. (x
L)
P(x)
Thm*
T:Type, L:T List, P:(T
Prop). (
x
L.P(x))
Prop
About:
Definitions
graph
1
2
Sections
Graphs
Doc