theorem
  f is_differentiable_on X implies f|X is continuous
proof
  assume
A1: f is_differentiable_on X;
  let x be Real;
  assume x in dom(f|X);
  then x is Real & x in X;
  then f|X is_differentiable_in x by A1;
  hence thesis by Th24;
end;
