theorem
  for f,g being PartFunc of X,Y st g is total holds f +* g = g
proof
  let f,g be PartFunc of X,Y;
  assume dom g = X;
  then dom f c= dom g;
  hence thesis by Th19;
end;
