theorem Th13:
  (s - t - u)*x = s*x - t*x - u*x
proof
  thus (s - t - u)*x = (s - t)*x - u*x by Th11
    .= s*x - t*x - u*x by Th11;
end;
