reserve P,Q,X,Y,Z for set, p,x,x9,x1,x2,y,z for object;

theorem
  for f being Function of X,Y for g being Function of Y,Z st (Z = {}
  implies Y = {}) holds f"Q c= (g*f)"(g.:Q)
proof
  let f be Function of X,Y;
  let g be Function of Y,Z;
  assume Z <> {} or Y = {};
  then
A1: dom g = Y by Def1;
  rng f c= Y;
  hence thesis by A1,FUNCT_1:90;
end;
