Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
eqfun_pDef  IsEqFun(T;eq) == x,y:T(x eq y x = y
Thm*  T:Type, eq:(TT). IsEqFun(T;eq Prop
assertDef  b == if b True else False fi
Thm*  b:b  Prop
eq_intDef  i=j == if i=j true ; false fi
Thm*  i,j:. (i=j 
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
natDef   == {i:| 0i }
Thm*    Type
so_lambda2Def  (1,2b(1;2))(1,2) == b(1;2)

About:
boolbfalsebtrueifthenelseassertintnatural_number
int_eqsetapplyfunctionuniverse
equalmemberpropimpliesandfalsetrueall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions DiscreteMath Sections DiscrMathExt Doc