WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites odd?
oddDef odd(n) == if n=0 then false else odd(n-1) fi   (recursive)
Thm* n:. odd(n 
bnotDef b == if b false else true fi
Thm* b:b  
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
bfalseDef false == inr()
Thm* false  
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
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

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

WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc