(35steps total) PrintForm Definitions mb nat Sections MarkB generic Doc
IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At: increasing split 2 2 2

1. m : 
2. 0<m
3. P:((m-1)Prop). 
3. (i:(m-1). Dec(P(i)))
3. 
3. (n,k:f:(n(m-1)), g:(k(m-1)).
3. (increasing(f;n)
3. (& increasing(g;k)
3. (& (i:nP(f(i)))
3. (& (j:kP(g(j)))
3. (& (i:(m-1). (j:ni = f(j))  (j:ki = g(j))))
4. P : mProp
5. i:m. Dec(P(i))
6. n : 
7. k : 
8. f : n(m-1)
9. g : k(m-1)
10. increasing(f;n)
11. increasing(g;k)
12. i:nP(f(i))
13. j:kP(g(j))
14. i:(m-1). (j:ni = f(j))  (j:ki = g(j))
15. P(m-1)
  n,k:f:(nm), g:(km).
  increasing(f;n)
  & increasing(g;k)
  & (i:nP(f(i)))
  & (j:kP(g(j)))
  & (i:m. (j:ni = f(j))  (j:ki = g(j)))


By: InstConcl [n;k+1;f;g[k:=m-1]] THENA Try (Complete Auto)


Generated subgoal:

1   increasing(f;n)
  & increasing(g[k:=m-1];k+1)
  & (i:nP(f(i)))
  & (j:(k+1). P(g[k:=m-1](j)))
  & (i:m. (j:ni = f(j))  (j:(k+1). i = g[k:=m-1](j)))

13 steps

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

(35steps total) PrintForm Definitions mb nat Sections MarkB generic Doc