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.
hselectDef select == p:'a. @x:'a. (p(x))
Thm* 'a:S. select  (('a  hbool)  'a)
bchooseDef @x:'ap(x) == @x:'ap(x)
Thm* 'a:S, p:('a). (@x:'ap(x))  'a
harbDef arb == arb('a)
Thm* 'a:S. arb  'a
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T
assertDef b == if b True else False fi
Thm* b:b  Prop
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
hequalDef equal == x:'ay:'ax = y
Thm* 'a:S. equal  ('a  'a  hbool)
htDef t == true
Thm* t  hbool
labelDef t  ...$L == t
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
Thm* 'a:Type, l:'a List. ||l||  
listifyDef f{m..n} == if nm nil else cons((f(m)); (f{(m+1)..n})) fi  (recursive)
Thm* T:Type, m,n:f:({m..n}T). f{m..n T List
lt_intDef i<j == if i<j true ; false fi
Thm* i,j:. (i<j 
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
notDef A == A  False
Thm* A:Prop. (A Prop
stypeDef S == {T:Type| x:T. True }
Thm* S  Type{2}
tlambdaDef (x:Tb(x))(x) == b(x)

About:
list
list_indboolbfalsebtrue
ifthenelseassertintnatural_numberaddlesstoken
decidesetlambdaapply
functionrecursive_def_noticeuniverseaxiommemberpropimpliesfalse
trueallexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 1 Sections HOLlib Doc