mb list 1 Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def as @ bs == Case of as; nil  bs ; a.as'  [a / (as' @ bs)]  (recursive)

is mentioned by

Thm* L1,L2,L:T List, x:T.
Thm* no_repeats(T;L L1 @ [x L  [x / L2 L  L1 @ [x / L2 L
[append_overlapping_sublists]
Thm* l1,l2,l3:T List. l1  l2  l1  l2 @ l3[iseg_append]
Thm* P:(T), l1,l2:T List. filter(P;l1 @ l2) ~ (filter(P;l1) @ filter(P;l2))[filter_append]
Thm* x:Tl1,l2:T List. (x  l1 @ l2 (x  l1 (x  l2)[member_append]
Thm* l:T List. (l @ nil) ~ l[append_nil_sq]
Thm* l1,l2:T List. (l1 @ l2) = nil  l1 = nil & l2 = nil[append_is_nil]
Thm* Q:((T List)Prop). 
Thm* Q(nil)  (ys:T List, x:TQ(ys Q(ys @ [x]))  (zs:T List. Q(zs))
[list_append_singleton_ind]
Thm* L:T List. 0<||L||  (x:TL':T List. L = (L' @ [x]))[list_decomp_reverse]
Thm* f,as':Top, A:Type, as:A List. map(f;as @ as') ~ (map(f;as) @ map(f;as'))[map_append_sq]
Thm* L:T List, P:(||L||Prop).
Thm* (x:||L||. Dec(P(x)))
Thm* 
Thm* (i,j:||L||. P(i i<j  P(j))
Thm* 
Thm* (L_1,L_2:T List. L = (L_1 @ L_2) & (i:||L||. P(i ||L_1||i))
[append_split2]
Thm* L:T List, n:{0...||L||}. (firstn(n;L) @ nth_tl(n;L)) = L[append_firstn_lastn]
Def l1  l2 == l:T List. l2 = (l1 @ l)[iseg]
Def mklist(n;f) == primrec(n;nil;i,ll @ [(f(i))])[mklist]

In prior sections: list 1

Try larger context: MarkB generic IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

mb list 1 Sections MarkB generic Doc