theorem Th99:
 for x,y being object holds rng(F+*(x,y)) c= rng F \/ {y}
proof let x,y be object;
A1: rng(x.-->y) = {y} by FUNCOP_1:8;
  per cases;
  suppose
    x in dom F;
    then F+*(x,y) = F+*(x.-->y) by Def2;
    hence thesis by A1,FUNCT_4:17;
  end;
  suppose
    not x in dom F;
    then F+*(x,y) = F by Def2;
    hence thesis by XBOOLE_1:7;
  end;
end;
