let p be real number ; ( cos is_differentiable_in p & diff cos ,p = - (sin . p) )
reconsider p = p as Real by XREAL_0:def 1;
deffunc H2( Element of REAL ) -> Element of REAL = - ($1 * (Im ((Sum (($1 * <i> ) P_dt )) * ((cos . p) + ((sin . p) * <i> )))));
consider Cr being Function of REAL ,REAL such that
A1:
for th being Real holds Cr . th = H2(th)
from FUNCT_2:sch 4();
for hy1 being convergent_to_0 Real_Sequence holds
( (hy1 " ) (#) (Cr /* hy1) is convergent & lim ((hy1 " ) (#) (Cr /* hy1)) = 0 )
then reconsider PR = Cr as REST by FDIFF_1:def 3;
deffunc H3( Element of REAL ) -> Element of REAL = - ($1 * (sin . p));
consider CL being Function of REAL ,REAL such that
A38:
for th being Real holds CL . th = H3(th)
from FUNCT_2:sch 4();
ex r being Real st
for q being Real holds CL . q = r * q
then reconsider PL = CL as LINEAR by FDIFF_1:def 4;
A42:
ex N being Neighbourhood of p st
( N c= dom cos & ( for r being Real st r in N holds
(cos . r) - (cos . p) = (PL . (r - p)) + (PR . (r - p)) ) )
proof
A43:
for
r being
Real st
r in ].(p - 1),(p + 1).[ holds
(cos . r) - (cos . p) = (PL . (r - p)) + (PR . (r - p))
take
].(p - 1),(p + 1).[
;
( ].(p - 1),(p + 1).[ is Neighbourhood of p & ].(p - 1),(p + 1).[ c= dom cos & ( for r being Real st r in ].(p - 1),(p + 1).[ holds
(cos . r) - (cos . p) = (PL . (r - p)) + (PR . (r - p)) ) )
thus
(
].(p - 1),(p + 1).[ is
Neighbourhood of
p &
].(p - 1),(p + 1).[ c= dom cos & ( for
r being
Real st
r in ].(p - 1),(p + 1).[ holds
(cos . r) - (cos . p) = (PL . (r - p)) + (PR . (r - p)) ) )
by A43, Th27, RCOMP_1:def 7;
verum
end;
then A46:
cos is_differentiable_in p
by FDIFF_1:def 5;
PL . 1 =
- (1 * (sin . p))
by A38
.=
- (sin . p)
;
hence
( cos is_differentiable_in p & diff cos ,p = - (sin . p) )
by A42, A46, FDIFF_1:def 6; verum