(2steps total) PrintForm Definitions fun 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: comp assoc

  A,B,C,D:Type, f:(AB), g:(BC), h:(CD). h o g o f = h o g o f

By: UnivCD THEN (Unfold `compose` 0 THEN Reduce 0)


Generated subgoal:

1 1. A : Type
2. B : Type
3. C : Type
4. D : Type
5. f : AB
6. g : BC
7. h : CD
  (x.h(g(f(x)))) = (x.h(g(f(x))))  AD

Auto

About:
lambdaapplyfunctionuniverseequalall
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html

(2steps total) PrintForm Definitions fun 1 Sections StandardLIB Doc