(8steps total) PrintForm Definitions Lemmas mb event system 1 Sections EventSystems Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: firstn map 2

1. f : TopTop
2. n : 
3. 0<n
4. l:Top List. firstn(n-1;map(f;l)) ~ map(f;firstn(n-1;l))
  l:Top List. firstn(n;map(f;l)) ~ map(f;firstn(n;l))


By: InductionOnList THEN Reduce 0


Generated subgoals:

1 5. Top List
  nil ~ nil

Trivial
2 5. Top List
6. u : Top
7. v : Top List
8. firstn(n;map(f;v)) ~ map(f;firstn(n;v))
  firstn(n;[(f(u)) / map(f;v)]) ~ map(f;firstn(n;[u / v]))

4 steps

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

(8steps total) PrintForm Definitions Lemmas mb event system 1 Sections EventSystems Doc