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

1. n : 
2. m : 
3. f : nm
4. g : nm
5. d : 
6. sum(sum(f(x,y)-g(x,y) | y < m) | x < n) = d
  sum(sum(f(x,y) | y < m) | x < n) = sum(sum(g(x,y) | y < m) | x < n)+d


By: BackThru
Thm* n:f,g:(n), d:.
Thm* sum(f(x)-g(x) | x < n) = d  sum(f(x) | x < n) = sum(g(x) | x < n)+d


Generated subgoal:

1   sum(sum(f(x,y) | y < m)-sum(g(x,y) | y < m) | x < n) = d
3 steps

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

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