WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hall?
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
ballDef x:TP(x) == (x:TP(x))
Thm* T:Type, P:(T). (x:TP(x))  
boolDef  == Unit+Unit
Thm*   Type
Thm*   S
tlambdaDef (x:Tb(x))(x) == b(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:all has structure: hall('a)

About:
boolbfalsebtrueifthenelseassertunititunion
inlinrdecideapply
functionuniversememberpropfalsetrueall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions hol arithmetic 3 Sections HOLlib Doc