WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites ncompose?
ncomposeDef ncompose(f;n;x) == if n=0 then x else f(ncompose(f;n-1;x)) fi   (recursive)
Thm* 'a:Type, n:x:'af:('a'a). ncompose(f;n;x 'a
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
bifDef bif(bbx.x(bx); by.y(by)) == if b x(*) else y(x.x) fi
Thm* A:Type, b:x:(bA), y:((b)A). bif(bbx.x(bx); by.y(by))  A

Syntax:ncompose(f;n;x) has structure: ncompose(fnx)

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

WhoCites Definitions HOLlib Sections NuprlLIB Doc