Definitions NumThyExamples Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
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
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type
nat_plusDef  == {i:| 0<i }
Thm*   Type
notDef A == A  False
Thm* A:Prop. (A Prop

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

Definitions NumThyExamples Sections NuprlLIB Doc