graph
1
2
Sections
Graphs
Doc
Def
== *
is mentioned by
Def
Graph(a:A -- > f(a;b) | b:B) == < vertices = A, edges = A
B, incidence =
< a,b > . < a,f(a;b) > >
[fun-graph]
Def
Graph(x,y:T. R(x;y)) == < vertices = T, edges = {p:(T
T)| R(1of(p);2of(p)) }, incidence = Id >
[rel-graph]
In prior sections:
core
bool
1
Try larger context:
Graphs
graph
1
2
Sections
Graphs
Doc