Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
factorial_tail_via_iterDef  k!m ==  i:{k-m..k}. i+1
Thm*  m,k:k!m  
iffDef  P  Q == (P  Q) & (P  Q)
Thm*  A,B:Prop. (A  B Prop
inhabited_uniquelyDef  !A == {x:Ay:Ax = y }
injection_typeDef  A inj B == {f:(AB)| Inj(ABf) }
Thm*  A,B:Type. A inj B  Type
int_segDef  {i..j} == {k:i  k < j }
Thm*  m,n:. {m..n Type
natDef   == {i:| 0i }
Thm*    Type
leDef  AB == B<A
Thm*  i,j:. (ij Prop
one_one_corr_2Def  A ~ B == f:(AB), g:(BA). InvFuns(A;B;f;g)
Thm*  A,B:Type. (A ~ B Prop

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

Definitions DiscreteMath Sections DiscrMathExt Doc