Definitions
graph
1
2
Sections
Graphs
Doc
Some definitions of interest.
gr_e
Def
Edges(t) == 1of(2of(t))
Thm*
t:Graph. Edges(t)
Type
gr_f
Def
Incidence(t) == 1of(2of(2of(t)))
Thm*
t:Graph. Incidence(t)
Edges(t)
Vertices(t)
Vertices(t)
gr_o
Def
t.o == 2of(2of(2of(t)))
Thm*
t:Graph. t.o
Top
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'}
About:
Definitions
graph
1
2
Sections
Graphs
Doc