Definitions DiscreteMath Sections DiscrMathExt Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
compose_iterDef  f{i}(x) == if i=0 x else f(f{i-1}(x)) fi  (recursive)
Thm*  f:(AA), i:. f{i}  AA
inv_funs_2Def  InvFuns(A;B;f;g) == (x:A. g(f(x)) = x) & (y:B. f(g(y)) = y)
Thm*  f:(AB), g:(BA). InvFuns(A;B;f;g)  Prop

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

Definitions DiscreteMath Sections DiscrMathExt Doc