reserve f,g,h for Function,
  A for set;
reserve F for Function,
  B,x,y,y1,y2,z for set;
reserve x,z for object;

theorem
  A <> {} implies rng (A --> x) = {x} by RELAT_1:160;
