theorem Th72:
  x in dom(f</>g) implies (f</>g).x = f.x (/) g.x
proof
  assume x in dom(f</>g);
  hence (f</>g).x = f.x (#) (g").x by Def43
    .= f.x (/) g.x by VALUED_1:10;
end;
