| Who Cites rel-graph? | |
| rel-graph | Def Graph(x,y:T. R(x;y)) == < vertices = T, edges = {p:(T |
| tidentity | Def Id == Id |
| Thm* | |
| 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* | |
| identity | Def Id(x) == x |
| Thm* |
| Syntax: | Graph(x,y:T. R(x;y)) | has structure: | rel-graph(T; x,y.R(x;y)) |
About: