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.
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)
arbDef arb(T) == InjCase(lem(T); xx, "uu")
Thm* T:S. arb(T T
bequalDef x = y == (x = y  T)
Thm* T:Type, x,y:T. (x = y 
preDef pre(n) == if n=0 then 0 else n-1 fi 
Thm* n:. pre(n 
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
hlistDef hlist('a) == 'a List
Thm* 'a:S. hlist('a S
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||  
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A
lt_intDef i<j == if i<j true ; false fi
Thm* i,j:. (i<j 
natDef  == {i:| 0i }
Thm*   Type
Thm*   S
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:
pairspreadspreadproductproductlist
list_indboolbfalsebtrue
ifthenelseassertintnatural_numberaddsubtractlessless_than
tokendecidesetlambdaapply
functionrecursive_def_noticeuniverseequalaxiommemberimpliestrue
allexists!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions hol list 2 Sections HOLlib Doc