let p be real number ; :: thesis: ( exp_R is_differentiable_in p & diff exp_R ,p = exp_R . p )
deffunc H2( Element of REAL ) -> Element of REAL = ($1 * (exp_R . p)) * (Re (Sum ($1 P_dt )));
consider Cr being Function of REAL ,REAL such that
A2:
for th being Real holds Cr . th = H2(th)
from FUNCT_2:sch 4();
Cr is REST-like
then reconsider PR = Cr as REST ;
deffunc H3( Element of REAL ) -> Element of REAL = $1 * (exp_R . p);
consider CL being Function of REAL ,REAL such that
A27:
for th being Real holds CL . th = H3(th)
from FUNCT_2:sch 4();
A28:
for d being real number holds CL . d = d * (exp_R . p)
CL is linear
then reconsider PL = CL as LINEAR ;
A31:
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
A32:
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).[
;
:: thesis: ( ].(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 A32, Th51, RCOMP_1:def 7;
:: thesis: verum
end;
then A33:
exp_R is_differentiable_in p
by FDIFF_1:def 5;
PL . 1 = 1 * (exp_R . p)
by A28;
hence
( exp_R is_differentiable_in p & diff exp_R ,p = exp_R . p )
by A31, A33, FDIFF_1:def 6; :: thesis: verum