theorem Th10:
  f is_differentiable_in x0 implies
  -f is_differentiable_in x0 & diff(-f,x0) = -diff(f,x0)
  proof
    (-1)(#)f = -f by NFCONT_4:7;
    hence thesis by Th9;
  end;
