| Rank | Theorem | Name |
| 7 | Thm* T:(Id  ), to,from:(|T| (IdLnk List)), f:(Edge(T)  ).
Thm* bi-tree(T;to;from)
Thm* 
Thm* spanner(f;T;to;from)  ( i:|T|. spanner-root(f;T;to;from;i)) | [spanner-root-exists] |
| cites the following: |
| 6 | Thm* T:(Id  ), to,from:(|T| (IdLnk List)).
Thm* bi-tree(T;to;from)  ( n: . p:Edge(T) List. lpath(p)  ||p|| n) | [bi-tree-diameter] |
| 1 | Thm* l:IdLnk, p:IdLnk List.
Thm* lpath([l / p])
Thm* 
Thm* lpath(p)
Thm* & ( ||p|| = 0  destination(l) = source(hd(p)) & hd(p) = lnk-inv(l)) | [lpath_cons] |
| 0 | Thm* L:A List, x:A. (A r B)  (x L)  (x L) | [l_member_subtype] |
| 0 | Thm* T:(Id  ), to,from:(|T| (IdLnk List)), u:Edge(T).
Thm* bi-graph(T;to;from)  source(u) |T| | [src-edge] |
| 2 | Thm* P:(T Prop), x:T, L:T List. ( y [x / L].P(y))  P(x) & ( y L.P(y)) | [l_all_cons] |