theorem
  f = {} implies f" = {}
proof
  assume f = {};
  then dom(f") = {} by FUNCT_1:33,RELAT_1:38;
  hence thesis;
end;
