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.
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)
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))
hboolDef hbool == 
Thm* hbool  S
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
hprodDef hprod('a'b) == 'a'b
Thm* 'a,'b:S. hprod('a'b S
hrep_listDef rep_list == l:'a List. rep_list('a;l)
Thm* 'a:S. rep_list  (hlist('a hprod((hnum  'a); hnum))
iso_pairDef iso_pair('a;'b;P;rep;abs)
Def == (r:'babs(r) = (@a:'a. (r = rep(a)))) & type_definition('b;'a;P;rep)
Thm* 'a,'b:S, P:('b), rep:('a'b), abs:('b'a).
Thm* iso_pair('a;'b;P;rep;abs Prop
labelDef t  ...$L == t
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol list 1 Sections HOLlib Doc