theorem
  for f being Function of P,Q holds { f } is FUNCTION_DOMAIN of P,Q
proof
  let f be Function of P,Q;
  for g be Element of { f } holds g is Function of P,Q by TARSKI:def 1;
  hence thesis by Def12;
end;
