theorem Th9:
  Sum(0*i)=0
proof
  thus Sum(0*i) = i*0 by RVSUM_1:80
    .= 0;
end;
