Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
decidableDef  Dec(P) == P  P
Thm*  A:Prop. Dec(A Prop
eq_intDef  i=j == if i=j true ; false fi
Thm*  i,j:. (i=j 
exists_uniqueDef  !x:AP(x) == x:A. x is the x:AP(x)
Thm*  A:Type, P:(AProp). (!x:AP(x))  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
notDef  A == A  False
Thm*  A:Prop. (A Prop
one_one_corr_2Def  A ~ B == f:(AB), g:(BA). InvFuns(A;B;f;g)
Thm*  A,B:Type. (A ~ B Prop

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

Definitions DiscreteMath Sections DiscrMathExt Doc