reserve X for set,
  Y for non empty set;

theorem Th1:
  for f being Function of X,Y st f is onto for y being Element of Y
  ex x being object st x in X & y = f.x
by FUNCT_2:11;
