mb nat Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
Def (f o g)(x) == f(g(x))

is mentioned by

Thm* k:x,y:k. (yx) o (yx) = (x.x)[flip_inverse]
Thm* n,m:f:(TT). f^n+m = f^n o f^m[fun_exp_add]
Thm* n:h,f:(TT). f^n o h = primrec(n;h;i,gf o g)[fun_exp_compose]
Thm* k,m:f:(km), g:(m).
Thm* increasing(f;k increasing(g;m increasing(g o f;k)
[compose_increasing]
Def f^n == primrec(n;x.x;i,gf o g)[fun_exp]

In prior sections: fun 1 list 1

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

mb nat Sections MarkB generic Doc