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.
assocedDef a ~ b == a | b & b | a
Thm* a,b:. (a ~ b Prop
coprimeDef CoPrime(a,b) == GCD(a;b;1)
Thm* a,b:. CoPrime(a,b Prop
gcdDef gcd(a;b) == if b=0 a else gcd(b;a rem b) fi  (recursive)
Thm* a,b:. gcd(a;b 
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop

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

Definitions num thy 1 Sections StandardLIB Doc