Definitions int 2 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 
iffDef P  Q == (P  Q) & (P  Q)
Thm* A,B:Prop. (A  B Prop
imaxDef imax(a;b) == if ab b else a fi
Thm* a,b:. imax(a;b 
iminDef imin(a;b) == if ab a else b fi
Thm* a,b:. imin(a;b 
int_lowerDef {...i} == {j:ji }
Thm* i:. {...i Type
int_nzeroDef  == {i:i  0 }
Thm*   Type
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type
leDef AB == B<A
Thm* i,j:. (ij Prop
nat_plusDef  == {i:| 0<i }
Thm*   Type

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

Definitions int 2 Sections StandardLIB Doc