Definitions graph 1 1 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
le Def AB == B < A
Thm* i,j:. (ij) Prop
length Def ||as|| == Case of as; nil 0 ; a.as' ||as'||+1 (recursive)
Thm* A:Type, l:A List. ||l||
Thm* ||nil||

About:
listconsnillist_indintnatural_number
addless_thanrecursive_def_noticeuniversememberpropall!abstraction

Definitions graph 1 1 Sections Graphs Doc