Definitions hol list 1 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)
hexistsDef exists == p:'ax:'a. (p(x))
Thm* 'a:S. exists  (('a  hbool)  hbool)
his_list_repDef is_list_rep
Def == r:('a)f:'a
Def == r:('a)n:
Def == r:('a)(r
Def == r:('a)= <m:. if m<n then f(m) else @x:'a. true fi ,n>)
Thm* 'a:S. is_list_rep  (hprod((hnum  'a); hnum)  hbool)
hselectDef select == p:'a. @x:'a. (p(x))
Thm* 'a:S. select  (('a  hbool)  'a)
assertDef b == if b True else False fi
Thm* b:b  Prop
hboolDef hbool == 
Thm* hbool  S
hcondDef cond == b:p:'aq:'a. if b then p else q fi 
Thm* 'a:S. cond  (hbool  'a  'a  'a)
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hltDef lt == m:n:m<n
Thm* lt  (hnum  hnum  hbool)
hnumDef hnum == 
Thm* hnum  S
hpairDef pair == x:'ay:'b. <x,y>
Thm* 'a,'b:S. pair  ('a  'b  hprod('a'b))
hprodDef hprod('a'b) == 'a'b
Thm* 'a,'b:S. hprod('a'b S
htDef t == true
Thm* t  hbool
labelDef t  ...$L == t
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
pairproductboolbtrueifthenelseassertsetapply
functionuniversememberpropfalsetrueallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 1 Sections HOLlib Doc