Definitions
graph
1
3
Sections
Graphs
Doc
Some definitions of interest.
adjm_adj
Def
t.adj == 2of(t)
Thm*
t:AdjMatrix. t.adj
t.size
t.size
adjm_size
Def
t.size == 1of(t)
Thm*
t:AdjMatrix. t.size
adjmatrix
Def
AdjMatrix == size:
size
size
Thm* AdjMatrix
Type
int_seg
Def
{i..j
} == {k:
| i
k < j }
Thm*
m,n:
. {m..n
}
Type
About:
Definitions
graph
1
3
Sections
Graphs
Doc