hol combin Sections HOLlib 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* 'b,'a:S, x:('a  'b).
Thm* (x:'bx) o x = x  ('a  'b) & x o (x:'ax) = x  ('a  'b)
[i_o_id]
Thm* 'a,'c,'d,'b:S, x:('c  'd), x@0:('b  'c), x@1:('a  'b).
Thm* x o (x@0 o x@1) = (x o x@0) o x@1  ('a  'd)
[o_assoc]
Thm* 'b,'c,'a:S, x:('b  'c), x@0:('a  'b), x@1:'a.
Thm* (x o x@0)(x@1) = x(x@0(x@1))
[o_thm]
Def o == f:'a'bg:'a'bf o g[ho]

In prior sections: fun 1

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

hol combin Sections HOLlib Doc