Definitions mb event system 2 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Some definitions of interest.
lconnectsDef lconnects(p;i;j)
Def == lpath(p)
Def == & (||p|| = 0    i = j  Id)
Def == & (||p|| = 0    i = source(hd(p)) & j = destination(last(p)))
Thm* p:IdLnk List, i,j:Id. lconnects(p;i;j Prop
lpathDef lpath(p)
Def == i:(||p||-1). 
Def == destination(p[i]) = source(p[(i+1)]) & p[(i+1)] = lnk-inv(p[i])  IdLnk
Thm* p:IdLnk List. lpath(p Prop
IdLnkDef IdLnk == IdId
Thm* IdLnk  Type
int_segDef {i..j} == {k:i  k < j }
Thm* m,n:. {m..n Type
l_intervalDef l_interval(l;j;i) == mklist(i-j;x.l[(j+x)])
Thm* T:Type, l:T List, i:||l||, j:(i+1). l_interval(l;j;i T List
lengthDef ||as|| == Case of as; nil  0 ; a.as'  ||as'||+1  (recursive)
Thm* A:Type, l:A List. ||l||  
Thm* ||nil||  
lsrcDef source(l) == 1of(l)
Thm* l:IdLnk. source(l Id
selectDef l[i] == hd(nth_tl(i;l))
Thm* A:Type, l:A List, n:. 0n  n<||l||  l[n A

About:
productlistnillist_indint
natural_numberaddsubtractless_thansetlambdarecursive_def_notice
universeequalmemberpropimpliesandall!abstraction
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

Definitions mb event system 2 Sections EventSystems Doc