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 Th108;
end;
