theorem
  x in rng p & p is one-to-one implies p - {x} = (p -| x) ^ (p |-- x)
proof
  assume x in rng p & p is one-to-one;
  then p just_once_values x by Th8;
  hence thesis by Th54;
end;
