theorem Th24:
  c1 * (c2 - c3) = c1 * c2 - c1 * c3
proof
  c1 * (c2 - c3)=c1 * c2 + c1 * (-c3) by Th17;
  hence thesis by Th21;
end;
