Definitions mb nat Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
assertDef b == if b True else False fi
Thm* b:b  Prop
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
notDef A == A  False
Thm* A:Prop. (A Prop
searchDef search(k;P) == primrec(k;0;i,j. if 0<j j ; P(i) i+1 else 0 fi)
Thm* k:P:(k). search(k;P (k+1)

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

Definitions mb nat Sections MarkB generic Doc