WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites ndiv?
ndivDef ndiv(m;n) == if n=0 then 0 else m  n fi 
Thm* m,n:. ndiv(m;n 
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:ndiv(m;n) has structure: ndiv(mn)

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

WhoCites Definitions HOLlib Sections NuprlLIB Doc