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.
increasingDef increasing(f;k) == i:(k-1). f(i)<f(i+1)
Thm* k:f:(k). increasing(f;k Prop
injectDef Inj(ABf) == a1,a2:Af(a1) = f(a2 B  a1 = a2
Thm* A,B:Type, f:(AB). Inj(ABf Prop
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type

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

Definitions mb nat Sections MarkB generic Doc