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.
absvalDef |i| == if 0i i else -i fi
Thm* x:. |x 
gcdDef gcd(a;b) == if b=0 a else gcd(b;a rem b) fi  (recursive)
Thm* a,b:. gcd(a;b 
gcd_pDef GCD(a;b;y) == y | a & y | b & (z:z | a & z | b  z | y)
Thm* a,b,y:. GCD(a;b;y Prop
natDef  == {i:| 0i }
Thm*   Type

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

Definitions num thy 1 Sections StandardLIB Doc