theorem
  not x in dom f implies f c= f +*(x .--> y)
proof
  assume not x in dom f;
  then dom f misses {x} by ZFMISC_1:50;
  then dom f misses dom(x .--> y);
  hence thesis by Th32;
end;
