(11steps total) PrintForm Definitions fun 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: fun with inv is bij 1 1 1 1 1

1. A : Type
2. B : Type
3. f : AB
4. g : BA
5. f o g = Id
6. a1 : A
7. a2 : A
8. f(a1) = f(a2)
9. g(f(a1)) = g(f(a2))
10. (g o f)(a1) = Id(a1)
11. (g o f)(a2) = Id(a2)
  a1 = a2


By: OnHyps [10;11] (RWH (SemiNormC [`compose`;`tidentity`;`identity`]))


Generated subgoal:

1 10. g(f(a1)) = a1
11. g(f(a2)) = a2
  a1 = a2

Trivial

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

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