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