Definitions PrimesSquareRoots Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
natDef   == {i:| 0i }
Thm*    Type
nat_plusDef   == {i:| 0<i }
Thm*    Type
nequalDef  a  b  T == a = b  T
Thm*  A:Type, x,y:A. (x  y Prop
primeDef  prime(a) == a = 0 & (a ~ 1) & (b,c:a | bc  a | b  a | c)
Thm*  a:. prime(a Prop
notDef  A == A  False
Thm*  A:Prop. (A Prop

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

Definitions PrimesSquareRoots Sections DiscrMathExt Doc