theorem Th10:
  dom f c= dom(f+*g) & dom g c= dom(f+*g)
proof
  dom(f+*g) = dom f \/ dom g by Def1;
  hence thesis by XBOOLE_1:7;
end;
