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.
coprimeDef CoPrime(a,b) == GCD(a;b;1)
Thm* a,b:. CoPrime(a,b Prop
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
dividesDef b | a == c:a = bc
Thm* a,b:. (a | b Prop
sq_stableDef SqStable(P) == P  P
Thm* A:Prop. SqStable(A Prop
squashDef T == {:True| T }
Thm* A:Prop. A  Prop

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

Definitions num thy 1 Sections StandardLIB Doc