theorem Th26:
  -cos is_differentiable_on REAL & for x st x in REAL holds diff(- cos,x)=sin.x
proof
  dom (-cos) = [#]REAL by FUNCT_2:def 1;
  hence thesis by Th23,Th25,SIN_COS:67;
end;
