theorem
  f is_one-to-one_at x implies f <- (f.x) = x
proof
  assume f is_one-to-one_at x;
  then x in dom f & f just_once_values f.x by Th9;
  hence thesis by Def3;
end;
