let p be Real; ( exp_R is_differentiable_in p & diff (exp_R,p) = exp_R . p )
deffunc H2( Real) -> Element of REAL = In ((($1 * (exp_R . p)) * (Re (Sum ($1 P_dt)))),REAL);
consider Cr being Function of REAL,REAL such that
A1:
for th being Element of REAL holds Cr . th = H2(th)
from FUNCT_2:sch 4();
for hy1 being non-zero 0 -convergent Real_Sequence holds
( (hy1 ") (#) (Cr /* hy1) is convergent & lim ((hy1 ") (#) (Cr /* hy1)) = 0 )
then reconsider PR = Cr as RestFunc by FDIFF_1:def 2;
deffunc H3( Real) -> Element of REAL = In (($1 * (exp_R . p)),REAL);
consider CL being Function of REAL,REAL such that
A23:
for th being Element of REAL holds CL . th = H3(th)
from FUNCT_2:sch 4();
A24:
for d being Real holds CL . d = d * (exp_R . p)
ex r being Real st
for q being Real holds CL . q = r * q
then reconsider PL = CL as LinearFunc by FDIFF_1:def 3;
A25:
ex N being Neighbourhood of p st
( N c= dom exp_R & ( for r being Real st r in N holds
(exp_R . r) - (exp_R . p) = (PL . (r - p)) + (PR . (r - p)) ) )
proof
A26:
for
r being
Real st
r in ].(p - 1),(p + 1).[ holds
(exp_R . r) - (exp_R . 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 exp_R & ( for r being Real st r in ].(p - 1),(p + 1).[ holds
(exp_R . r) - (exp_R . p) = (PL . (r - p)) + (PR . (r - p)) ) )
thus
(
].(p - 1),(p + 1).[ is
Neighbourhood of
p &
].(p - 1),(p + 1).[ c= dom exp_R & ( for
r being
Real st
r in ].(p - 1),(p + 1).[ holds
(exp_R . r) - (exp_R . p) = (PL . (r - p)) + (PR . (r - p)) ) )
by A26, Th46, RCOMP_1:def 6;
verum
end;
then A28:
exp_R is_differentiable_in p
by FDIFF_1:def 4;
PL . 1 = 1 * (exp_R . p)
by A24;
hence
( exp_R is_differentiable_in p & diff (exp_R,p) = exp_R . p )
by A25, A28, FDIFF_1:def 5; verum