theorem Th5:
  for f being Function of X,Y st Y <> {} & x in X holds f.x in Y
proof
  let f be Function of X,Y;
  assume Y <> {} & x in X;
  then f.x in rng f by Th4;
  hence thesis;
end;
