reserve n,m,k for Nat,
  X,Y,Z for set,
  f for Function of X,Y,
  H for Subset of X;

theorem
  X is non empty & Y is non empty implies
  (f is constant iff ex y being Element of Y st rng f = {y}) by FUNCT_2:111;
