Definitions graph 1 3 Sections Graphs Doc

Some definitions of interest.
append Def as @ bs == Case of as; nil bs ; a.as' [a / (as' @ bs)] (recursive)
Thm* T:Type, as,bs:T List. (as @ bs) T List
gr_v Def Vertices(t) == 1of(t)
Thm* t:Graph. Vertices(t) Type
graph Def Graph == v:Typee:Type(evv)Top
Thm* Graph Type{i'}

About:
productproductlistconslist_ind
functionrecursive_def_noticeuniversemembertopall!abstraction

Definitions graph 1 3 Sections Graphs Doc