(7steps total) PrintForm Definitions hol list 1 Sections HOLlib Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: map2 wf 1 2 2

1. 'a : Type
2. 'b : Type
3. 'c : Type
4. f : 'a'b'c
5. 'a List
6. u : 'a
7. v : 'a List
8. l2:'b List. map2(f;v;l2 'c List
9. 'b List
10. u1 : 'b
11. v1 : 'b List
12. map2(f;cons(uv);v1 'c List
  map2(f;cons(uv);cons(u1v1))  'c List


By: RecUnfold `map2` 0 THEN Simp THEN StrongAuto


Generated subgoal:

1   map2(f;v;v1 'c List
1 step

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

(7steps total) PrintForm Definitions hol list 1 Sections HOLlib Doc