Definitions mb list 2 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
appendDef as @ bs == Case of as; nil  bs ; a.as'  [a / (as' @ bs)]  (recursive)
Thm* T:Type, as,bs:T List. (as @ bs T List
compose_flipsDef compose_flips(L) == compose_list(map(i.(ii+1);L))
Thm* k:L:(k-1) List. compose_flips(L kk
compose_listDef compose_list(L) == reduce(p,qp o q;x.x;L)
Thm* T:Type, L:(TT) List. compose_list(L TT
composeDef (f o g)(x) == f(g(x))
Thm* A,B,C:Type, f:(BC), g:(AB). f o g  AC
flipDef (ij)(x) == if x=i j ; x=j i else x fi
Thm* k:i,j:k. (ij kk
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
mapDef map(f;as) == Case of as; nil  nil ; a.as'  [(f(a)) / map(f;as')]
Def (recursive)
Thm* A,B:Type, f:(AB), l:A List. map(f;l B List
Thm* A,B:Type, f:(AB), l:A List. map(f;l B List
natDef  == {i:| 0i }
Thm*   Type

About:
listconsnillist_ind
ifthenelseintnatural_numberaddsubtractsetlambda
applyfunctionrecursive_def_noticeuniversememberall
!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb list 2 Sections MarkB generic Doc