Definitions hol prim rec Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
hsimp_rec_funDef simp_rec_fun
Def == x:'af:'a'an:. @fun:'a. (simp_rec_rel(fun,x,f,n))
Thm* 'a:S. simp_rec_fun  ('a  ('a  'a hnum  hnum  'a)
bchooseDef @x:'ap(x) == @x:'ap(x)
Thm* 'a:S, p:('a). (@x:'ap(x))  'a
hfunDef 'a  'b == 'a'b
Thm* 'a,'b:S. ('a  'b S
hsimp_rec_relDef simp_rec_rel
Def == fun:'ax:'af:'a'an:(fun(0) = x
Def == & (m:m<n  fun(m+1) = f(fun(m))))
Thm* 'a:S. simp_rec_rel  ((hnum  'a 'a  ('a  'a hnum  hbool)
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
ncomposeDef ncompose(f;n;x) == if n=0 then x else f(ncompose(f;n-1;x)) fi   (recursive)
Thm* 'a:Type, n:x:'af:('a'a). ncompose(f;n;x 'a
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}

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

Definitions hol prim rec Sections HOLlib Doc