Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
bijectDef  Bij(ABf) == Inj(ABf) & Surj(ABf)
Thm*  A,B:Type, f:(AB). Bij(ABf Prop
iffDef  P  Q == (P  Q) & (P  Q)
Thm*  A,B:Prop. (A  B Prop
injectDef  Inj(ABf) == a1,a2:Af(a1) = f(a2 B  a1 = a2
Thm*  A,B:Type, f:(AB). Inj(ABf Prop
int_segDef  {i..j} == {k:i  k < j }
Thm*  m,n:. {m..n Type
leleDef  i  j  k == ij & jk
leltDef  i  j < k == ij & j<k
natDef   == {i:| 0i }
Thm*    Type
leDef  AB == B<A
Thm*  i,j:. (ij Prop
nequalDef  a  b  T == a = b  T
Thm*  A:Type, x,y:A. (x  y 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_numberless_thansetapplyfunctionuniverseequal
memberpropimpliesandallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions DiscreteMath Sections DiscrMathExt Doc