WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites ball?
ballDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
assertDef b == if b True else False fi
Thm* b:b  Prop
prop_to_boolDef P == InjCase(lem(P) ; true; false)
Thm* P:Prop. (P 
ifthenelseDef if b t else f fi == InjCase(b ; tf)
Thm* b:A:Type, p,q:A. if b p else q fi  A
bfalseDef false == inr()
Thm* false  
btrueDef true == inl()
Thm* true  

Syntax:x:TP(x) has structure: ball(Tx.P(x))

About:
boolbfalsebtrueifthenelseassertitinlinr
decideapplyfunctionuniversememberpropfalsetrue
all!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc