theorem
  dom f misses dom g & x in dom f implies (f +* g).x = f.x
proof
  assume dom f /\ dom g = {} & x in dom f;
  then not x in dom g by XBOOLE_0:def 4;
  hence thesis by Th11;
end;
