Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
assertDef  b == if b True else False fi
Thm*  b:b  Prop
iffDef  P  Q == (P  Q) & (P  Q)
Thm*  A,B:Prop. (A  B Prop
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
one_one_corr_2Def  A ~ B == f:(AB), g:(BA). InvFuns(A;B;f;g)
Thm*  A,B:Type. (A ~ B Prop

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

Definitions DiscreteMath Sections DiscrMathExt Doc