theorem
  Sum(i |-> 0c) = 0c
proof
  thus Sum(i |-> 0c) = i*0 by Th36
    .= 0c;
end;
