WhoCites Definitions HOLlib Sections NuprlLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Who Cites hsimp rec?
hsimp_recDef simp_rec == x:'af:'a'an:. ncompose(f;n;x)
Thm* 'a:S. simp_rec  ('a  ('a  'a hnum  'a)
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
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
tlambdaDef (x:Tb(x))(x) == b(x)
eq_intDef i=j == if i=j true ; false fi
Thm* i,j:. (i=j 
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
leDef AB == B<A
Thm* i,j:. (ij Prop
notDef A == A  False
Thm* A:Prop. (A Prop

Syntax:simp_rec has structure: hsimp_rec('a)

About:
boolbfalsebtrueifthenelseassertintnatural_numbersubtract
int_eqless_thansetlambdaapplyfunction
recursive_def_noticeuniverseaxiommemberpropimpliesfalseall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

WhoCites Definitions HOLlib Sections NuprlLIB Doc