Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
sized_boolDef  a {k}  == {p:(a)| size(a)(p) = k }
Thm*  a,k:a {k}   Type
boolsizeDef  size(a)(p) == Msize(x.if p(x) 1 else 0 fi)
Thm*  a:size(a (a)
sized_msetDef  a {k} T == {p:(aT)| Msize(p) = k }
Thm*  a,k:a {k}   Type
Thm*  a,k,x:y:a {k} {x..y Type
Thm*  a,k,x:y:a {k} {x...y Type
Thm*  a,k:a {k}   Type
Thm*  a,k,x:a {k} {x...}  Type
int_segDef  {i..j} == {k:i  k < j }
Thm*  m,n:. {m..n Type
msizeDef  Msize(f) ==  i:kf(i)
Thm*  k:. Msize  (k)
natDef   == {i:| 0i }
Thm*    Type

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

Definitions DiscreteMath Sections DiscrMathExt Doc