IF YOU CAN SEE THIS go to /sfa/Nuprl/Shared/Xindentation_hack_doc.html
At:
sum switch1221 1. n : 2. f : n 3. i : (n-1)
4. (i, i+1) nn sum(f((i, i+1)(x+i)) | x < n-i) = sum(f(x+i) | x < n-i)
By:
Subst'
(sum(f((i, i+1)(x+i)) | x < n-i)
(=
(sum(f((i, i+1)(x+i)) | x < 2)+sum(f((i, i+1)(x+2+i)) | x < n-i-2))
0