theorem Th14:
  Z c= dom f & f is_differentiable_on Z implies
  -f is_differentiable_on Z & for x st x in Z holds ((-f)`|Z).x = -diff(f,x)
  proof
    (-1)(#)f = -f by NFCONT_4:7;
    hence thesis by Th13;
  end;
