(5steps total) PrintForm Definitions Lemmas num thy 1 Sections StandardLIB Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: gcd assoc 1 1 1

1. a : 
2. b : 
3. c : 
4. w : 
5. GCD(a;b;w)
6. x : 
7. y : 
8. GCD(w;c;y)
9. z : 
10. GCD(c;b;x)
11. GCD(x;a;z)
  y ~ z


By: (Simple
((FwdThru
((Thm* a,b,c,x,y:.
((Thm* GCD(a;b;x)
((Thm* 
((Thm* GCD(x;c;y)
((Thm* 
((Thm* y | a & y | b & y | c & (z:z | a  z | b  z | c  z | y)
(([5;8]))
THEN
(Simple
((FwdThru
((Thm* a,b,c,x,y:.
((Thm* GCD(a;b;x)
((Thm* 
((Thm* GCD(x;c;y)
((Thm* 
((Thm* y | a & y | b & y | c & (z:z | a  z | b  z | c  z | y)
(([10;11]))
THEN
RepD


Generated subgoal:

1 12. y | a
13. y | b
14. y | c
15. z:z | a  z | b  z | c  z | y
16. z | c
17. z | b
18. z | a
19. z1:z1 | c  z1 | b  z1 | a  z1 | z
  y ~ z

1 step

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

(5steps total) PrintForm Definitions Lemmas num thy 1 Sections StandardLIB Doc