Definitions hol sum Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hallDef all == p:'ax:'a. (p(x))
Thm* 'a:S. all  (('a  hbool)  hbool)
assertDef b == if b True else False fi
Thm* b:b  Prop
hislDef isl == u:'a+'b. isl(u)
Thm* 'a,'b:S. isl  (hsum('a'b hbool)
hisrDef isr == u:'a+'b. isr(u)
Thm* 'a,'b:S. isr  (hsum('a'b hbool)
horDef or == p:q:p  q
Thm* or  (hbool  hbool  hbool)
hsumDef hsum('a'b) == 'a+'b
Thm* 'a,'b:S. hsum('a'b S
islDef isl(x) == InjCase(xy. truez. false)
Thm* A,B:Type, x:A+B. isl(x 
isrDef isr(x) == InjCase(xy. falsez. true)
Thm* A,B:Type, x:A+B. isr(x 
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
boolbfalsebtrueifthenelseassertunion
decidesetapply
functionuniversememberpropfalsetrueall
exists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol sum Sections HOLlib Doc