theorem
  for x be Element of M st f is total holds (z(#)f)/.x = z * (f/.x)
proof
  let x be Element of M;
  assume f is total;
  then z(#)f is total by Th34;
  then dom (z(#)f) = M;
  hence thesis by Def2;
end;
