Definitions mb list 2 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
bijectDef Bij(ABf) == Inj(ABf) & Surj(ABf)
Thm* A,B:Type, f:(AB). Bij(ABf Prop
double_sumDef sum(f(x;y) | x < ny < m) == sum(sum(f(x;y) | y < m) | x < n)
Thm* n,m:f:(nm). sum(f(x,y) | x < ny < m 
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
natDef  == {i:| 0i }
Thm*   Type
sumDef sum(f(x) | x < k) == primrec(k;0;x,nn+f(x))
Thm* n:f:(n). sum(f(x) | x < n 

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

Definitions mb list 2 Sections MarkB generic Doc