Definitions hol list 2 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
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
habs_listDef abs_list == r:('a). @a:'a List. (r = rep_list('a;a))
Thm* 'a:S. abs_list  (hprod((hnum  'a); hnum)  hlist('a))
hcondDef cond == b:p:'aq:'a. if b then p else q fi 
Thm* 'a:S. cond  (hbool  'a  'a  'a)
hpreDef pre == n:. pre(n)
Thm* pre  (hnum  hnum)
hrep_listDef rep_list == l:'a List. rep_list('a;l)
Thm* 'a:S. rep_list  (hlist('a hprod((hnum  'a); hnum))
preDef pre(n) == if n=0 then 0 else n-1 fi 
Thm* n:. pre(n 
rep_listDef rep_list('a;l) == <n:. if n<||l|| then l[n] else arb('a) fi ,||l||>
Thm* 'a:S, l:'a List. rep_list('a;l ('a)
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
hconsDef cons == x:'al:'a List. cons(xl)
Thm* 'a:S. cons  ('a  hlist('a hlist('a))
hfstDef fst == p:'a'b. 1of(p)
Thm* 'a,'b:S. fst  (hprod('a'b 'a)
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hlistDef hlist('a) == 'a List
Thm* 'a:S. hlist('a S
hnumDef hnum == 
Thm* hnum  S
hpairDef pair == x:'ay:'b. <x,y>
Thm* 'a,'b:S. pair  ('a  'b  hprod('a'b))
hsndDef snd == p:'a'b. 2of(p)
Thm* 'a,'b:S. snd  (hprod('a'b 'b)
hsucDef suc == n:n+1
Thm* suc  (hnum  hnum)
pi1Def 1of(t) == t.1
Thm* A:Type, B:(AType), p:(a:AB(a)). 1of(p A
pi2Def 2of(t) == t.2
Thm* A:Type, B:(AType), p:(a:AB(a)). 2of(p B(1of(p))
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
pairspreadspreadproductproductlistbool
ifthenelseassertnatural_numberaddsubtractsetlambdaapply
functionuniverseequalaxiommemberpropfalsetrueallexists
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 2 Sections HOLlib Doc