Definitions FTA Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
eval_factorizationDef  {a..b}(f) ==  i:{a..b}. if(i)
Thm*  a,b:f:({a..b}). {a..b}(f 
int_segDef  {i..j} == {k:i  k < j }
Thm*  m,n:. {m..n Type
int_upperDef  {i...} == {j:ij }
Thm*  n:. {n...}  Type
natDef   == {i:| 0i }
Thm*    Type
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_numbermultiplysetlambdaapplyfunctionuniverse
equalmemberpropimpliesandorfalseall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions FTA Sections DiscrMathExt Doc