| Who Cites fun-graph? | |
| fun-graph | Def Graph(a:A -- > f(a;b) | b:B) == < vertices = A, edges = A |
| pi2 | Def 2of(t) == t.2 |
| Thm* | |
| pi1 | Def 1of(t) == t.1 |
| Thm* | |
| mkgraph | Def < vertices = v, edges = e, incidence = f > == < v,e,f,o > |
| Thm* |
| Syntax: | Graph(a:A -- > f(a;b) | b:B) | has structure: | fun-graph(A; B; a,b.f(a;b)) |
About: