theorem
  c in dom f & c in X implies f|X/.c = f/.c
proof
  assume c in dom f & c in X;
  then c in dom f /\ X by XBOOLE_0:def 4;
  hence thesis by Th16;
end;
