theorem Th22:
  Sum h = h.1 + (h,2) +...
proof
  Sum h = (h,1)+... by Th18
       .= h.1+(h,1+1)+... by Th20;
  hence thesis;
end;
