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

1. n : 
2. 0<n
3. f:((n-1)), m:(n-1+1).
3. sum(f(x) | x < n-1) = sum(f(x) | x < m)+sum(f(x+m) | x < n-1-m)
4. f : n
5. m:(n-1+1). sum(f(x) | x < n-1) = sum(f(x) | x < m)+sum(f(x+m) | x < n-1-m)
6. m : (n+1)
7. m = n-1
8. m = n
9. sum(f(x) | x < n-1) = sum(f(x) | x < m)+sum(f(x+m) | x < n-1-m)
  sum(f(x) | x < n) = sum(f(x) | x < m)+sum(f(x+m) | x < n-m)


By: GenConcl (sum(f(x) | x < m) = s)


Generated subgoal:

1 10. s : 
11. sum(f(x) | x < m) = s
  sum(f(x) | x < n) = s+sum(f(x+m) | x < n-m)

1 step

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

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