Definitions num thy 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
fibDef fib(n) == if n= n=1 1 else fib(n-1)+fib(n-2) fi  (recursive)
Thm* n:. fib(n 
natDef  == {i:| 0i }
Thm*   Type
notDef A == A  False
Thm* A:Prop. (A Prop

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

Definitions num thy 1 Sections StandardLIB Doc