theorem Th16:
  c in dom f /\ X implies f|X/.c = f/.c
proof
  assume c in dom f /\ X;
  then c in dom (f|X) by RELAT_1:61;
  hence thesis by Th15;
end;
