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 --> x)"{x} = A
proof
  x in {x} by TARSKI:def 1;
  hence thesis by Th14;
end;
