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.
isegDef l1  l2 == l:T List. l2 = (l1 @ l)
Thm* T:Type, l1,l2:T List. l1  l2  Prop
appendDef as @ bs == Case of as; nil  bs ; a.as'  [a / (as' @ bs)]  (recursive)
Thm* T:Type, as,bs:T List. (as @ bs T List
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop

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

Definitions mb list 1 Sections MarkB generic Doc