| Some definitions of interest. | |
| assert | Def |
| Thm* | |
| connect | Def x-the_graph- > *y == |
| Thm* For any graph
| |
| path | Def path(the_graph;p) == 0 < ||p|| & ( |
| Thm* For any graph
| |
| edge | Def x-the_graph- > y == |
| Thm* For any graph
| |
| gr_v | Def Vertices(t) == 1of(t) |
| Thm* | |
| graph | Def Graph == v:Type |
| Thm* Graph | |
| int_seg | Def {i..j |
| Thm* | |
| last | Def last(L) == L[(||L||-1)] |
| Thm* | |
| length | Def ||as|| == Case of as; nil |
| Thm* | |
| Thm* ||nil|| | |
| not | Def |
| Thm* | |
| null | Def null(as) == Case of as; nil |
| Thm* | |
| Thm* null(nil) | |
| select | Def l[i] == hd(nth_tl(i;l)) |
| Thm* |
About: