WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites nnsub?
nnsubDef nnsub(m;n) == if m<n then 0 else m-n fi 
Thm* m,n:. nnsub(m;n 
lt_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
bfalseDef false == inr()
Thm* false  
btrueDef true == inl()
Thm* true  
ifthenelseDef if b t else f fi == InjCase(b ; tf)
Thm* b:A:Type, p,q:A. if b p else q fi  A

Syntax:nnsub(m;n) has structure: nnsub(mn)

About:
boolbfalsebtrueifthenelseassertitintnatural_numbersubtract
lessinlinrdecide
lambdafunctionuniverseaxiommemberall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc