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(A; B; f) == Inj(A; B; f) & Surj(A; B; f)
Thm*  A,B:Type, f:(AB). Bij(A; B; f)  Prop
injection_typeDef  A inj B == {f:(AB)| Inj(A; B; f) }
Thm*  A,B:Type. A inj B  Type
int_segDef  {i..j} == {k:| i  k < j }
Thm*  m,n:. {m..n}  Type
is_discreteDef  A Discrete == x,y:A. Dec(x = y)
Thm*  A:Type. (A Discrete)  Prop
natDef   == {i:| 0i }
Thm*    Type
surjectDef  Surj(A; B; f) == b:B. a:A. f(a) = b
Thm*  A,B:Type, f:(AB). Surj(A; B; f)  Prop

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

Definitions DiscreteMath Sections DiscrMathExt Doc