theorem
  g is total implies (g/*f).x = g.(f.x)
proof
  assume g is total;
  then dom g = Y;
  then rng f c= dom g;
  hence thesis by Th107;
end;
