Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
graph
Def
Graph == v:Type
e:Type
(e
v
v)
Top
Thm* Graph
Type{i'}
graph-isomorphic
Def
G
H ==
vmap:(Vertices(G)
Vertices(H)), emap:(Edges(G)
Edges(H)). Bij(Vertices(G); Vertices(H); vmap) & Bij(Edges(G); Edges(H); emap) & (vmap,vmap) o Incidence(G) = Incidence(H) o emap
About:
Definitions
graph
1
2
Sections
Graphs
Doc