(4steps total) PrintForm Definitions Lemmas hol Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: iso pair rep to abs 1 1

1. 'a : S
2. 'b : S
3. P : 'b
4. rep : 'a'b
5. abs : 'b'a
6. a : 'a
7. r : 'b
8. r:'babs(r) = (@a:'a. (r = rep(a)))
9. type_definition('b;'a;P;rep)
10. rep(a) = r
11. a:'aabs(rep(a)) = a
12. r:'bP(r) = ((rep(abs(r))) = r)
  a = abs(r)


By: RevH 10 0 THEN StrongAuto


Generated subgoal:

1   a = abs(rep(a))
1 step

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

(4steps total) PrintForm Definitions Lemmas hol Sections HOLlib Doc