Definitions mb list 1 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
leDef AB == B<A
Thm* i,j:. (ij Prop
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
zipDef zip(as;bs)
Def == Case of as
Def == Canil  nil
Def == Caa.as'  Case of bs; nil  nil ; b.bs'  [<a,b> / zip(as';bs')]
Def (recursive)
Thm* T1,T2:Type, as:T1 List, bs:T2 List. zip(as;bs (T1T2) List

About:
pairproductlistconsnillist_indint
natural_numberaddless_thanrecursive_def_noticeuniversememberpropall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 1 Sections MarkB generic Doc