Definitions mb nat Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
composeDef (f o g)(x) == f(g(x))
Thm* A,B,C:Type, f:(BC), g:(AB). f o g  AC
increasingDef increasing(f;k) == i:(k-1). f(i)<f(i+1)
Thm* k:f:(k). increasing(f;k Prop
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type

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

Definitions mb nat Sections MarkB generic Doc