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
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 )
proof
let hy1 be convergent_to_0 Real_Sequence; :: thesis: ( (hy1 " ) (#) (Cr /* hy1) is convergent & lim ((hy1 " ) (#) (Cr /* hy1)) = 0 )
A3: for n being Element of NAT holds ((hy1 " ) (#) (Cr /* hy1)) . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt )))
proof
let n be Element of NAT ; :: thesis: ((hy1 " ) (#) (Cr /* hy1)) . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt )))
A4: ((hy1 " ) (#) (Cr /* hy1)) . n = ((hy1 " ) . n) * ((Cr /* hy1) . n) by SEQ_1:12
.= ((hy1 . n) " ) * ((Cr /* hy1) . n) by VALUED_1:10 ;
dom Cr = REAL by FUNCT_2:def 1;
then rng hy1 c= dom Cr ;
then A7: ((hy1 " ) (#) (Cr /* hy1)) . n = ((hy1 . n) " ) * (Cr . (hy1 . n)) by A4, FUNCT_2:185
.= ((hy1 . n) " ) * (((hy1 . n) * (exp_R . p)) * (Re (Sum ((hy1 . n) P_dt )))) by A1
.= (((hy1 . n) " ) * (hy1 . n)) * ((exp_R . p) * (Re (Sum ((hy1 . n) P_dt )))) ;
hy1 is non-empty by FDIFF_1:def 1;
then hy1 . n <> 0 by SEQ_1:7;
then ((hy1 " ) (#) (Cr /* hy1)) . n = 1 * ((exp_R . p) * (Re (Sum ((hy1 . n) P_dt )))) by A7, XCMPLX_0:def 7
.= (exp_R . p) * (Re (Sum ((hy1 . n) P_dt ))) ;
hence ((hy1 " ) (#) (Cr /* hy1)) . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt ))) ; :: thesis: verum
end;
deffunc H3( Real) -> Element of REAL = (exp_R . p) * (Re (Sum ((hy1 . $1) P_dt )));
consider rseq being Real_Sequence such that
A11: for n being Element of NAT holds rseq . n = H3(n) from SEQ_1:sch 1();
deffunc H4( Element of NAT ) -> Element of COMPLEX = (Sum ((hy1 . $1) P_dt )) * (exp_R . p);
consider cq1 being Complex_Sequence such that
A12: for n being Element of NAT holds cq1 . n = H4(n) from COMSEQ_1:sch 1();
A13: for q being Real st q > 0 holds
ex k being Element of NAT st
for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q
proof
let q be Real; :: thesis: ( q > 0 implies ex k being Element of NAT st
for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q )

assume A14: q > 0 ; :: thesis: ex k being Element of NAT st
for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q

ex k being Element of NAT st
for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q
proof
exp_R . p > 0 by Th59;
then consider r being Real such that
A17: r > 0 and
A18: for z being complex number st |.z.| < r holds
|.(Sum (z P_dt )).| < q / (exp_R . p) by A14, Th63;
( hy1 is convergent & lim hy1 = 0 ) by FDIFF_1:def 1;
then consider k being Element of NAT such that
A20: for m being Element of NAT st k <= m holds
abs ((hy1 . m) - 0 ) < r by A17, SEQ_2:def 7;
A21: now
let m be Element of NAT ; :: thesis: ( k <= m implies |.((cq1 . m) - 0c ).| < q )
assume A22: k <= m ; :: thesis: |.((cq1 . m) - 0c ).| < q
A23: |.((cq1 . m) - 0c ).| = |.((Sum ((hy1 . m) P_dt )) * (exp_R . p)).| by A12
.= |.(Sum ((hy1 . m) P_dt )).| * |.(exp_R . p).| by COMPLEX1:151
.= |.(Sum ((hy1 . m) P_dt )).| * (sqrt (((Re (exp_R . p)) ^2 ) + ((Im (exp_R . p)) ^2 ))) ;
exp_R . p = (exp_R . p) + (0 * <i> ) ;
then A25: ( Re (exp_R . p) = exp_R . p & Im (exp_R . p) = 0 ) by COMPLEX1:28;
A26: exp_R . p > 0 by Th59;
then A27: |.((cq1 . m) - 0c ).| = |.(Sum ((hy1 . m) P_dt )).| * (exp_R . p) by A23, A25, SQUARE_1:89;
abs ((hy1 . m) - 0 ) < r by A20, A22;
then |.((cq1 . m) - 0c ).| < (q / (exp_R . p)) * (exp_R . p) by A18, A26, A27, XREAL_1:70;
hence |.((cq1 . m) - 0c ).| < q by A26, XCMPLX_1:88; :: thesis: verum
end;
take k ; :: thesis: for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q

thus for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q by A21; :: thesis: verum
end;
hence ex k being Element of NAT st
for m being Element of NAT st k <= m holds
|.((cq1 . m) - 0c ).| < q ; :: thesis: verum
end;
then A30: cq1 is convergent by COMSEQ_2:def 4;
then A31: lim cq1 = 0c by A13, COMSEQ_2:def 5;
A32: for n being Element of NAT holds (Re cq1) . n = rseq . n
proof
A33: for n being Element of NAT holds (Re cq1) . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt )))
proof
let n be Element of NAT ; :: thesis: (Re cq1) . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt )))
(Re cq1) . n = Re (cq1 . n) by COMSEQ_3:def 5
.= Re ((Sum ((hy1 . n) P_dt )) * (exp_R . p)) by A12
.= (exp_R . p) * (Re (Sum ((hy1 . n) P_dt ))) by Lm13 ;
hence (Re cq1) . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt ))) ; :: thesis: verum
end;
let n be Element of NAT ; :: thesis: (Re cq1) . n = rseq . n
rseq . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt ))) by A11;
hence (Re cq1) . n = rseq . n by A33; :: thesis: verum
end;
for n being Element of NAT holds rseq . n = ((hy1 " ) (#) (Cr /* hy1)) . n
proof
let n be Element of NAT ; :: thesis: rseq . n = ((hy1 " ) (#) (Cr /* hy1)) . n
rseq . n = (exp_R . p) * (Re (Sum ((hy1 . n) P_dt ))) by A11;
hence rseq . n = ((hy1 " ) (#) (Cr /* hy1)) . n by A3; :: thesis: verum
end;
then rseq = (hy1 " ) (#) (Cr /* hy1) by FUNCT_2:113;
then (hy1 " ) (#) (Cr /* hy1) = Re cq1 by A32, FUNCT_2:113;
hence ( (hy1 " ) (#) (Cr /* hy1) is convergent & lim ((hy1 " ) (#) (Cr /* hy1)) = 0 ) by A30, A31, COMPLEX1:12, COMSEQ_3:41; :: thesis: verum
end;
then reconsider PR = Cr as REST by FDIFF_1:def 3;
deffunc H3( Element of REAL ) -> Element of REAL = $1 * (exp_R . p);
consider CL being Function of REAL ,REAL such that
A40: for th being Real holds CL . th = H3(th) from FUNCT_2:sch 4();
A41: for d being real number holds CL . d = d * (exp_R . p)
proof
let d be real number ; :: thesis: CL . d = d * (exp_R . p)
d is Real by XREAL_0:def 1;
hence CL . d = d * (exp_R . p) by A40; :: thesis: verum
end;
ex r being Real st
for q being Real holds CL . q = r * q
proof
take exp_R . p ; :: thesis: for q being Real holds CL . q = (exp_R . p) * q
thus for q being Real holds CL . q = (exp_R . p) * q by A41; :: thesis: verum
end;
then reconsider PL = CL as LINEAR by FDIFF_1:def 4;
A44: 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
A45: for r being Real st r in ].(p - 1),(p + 1).[ holds
(exp_R . r) - (exp_R . p) = (PL . (r - p)) + (PR . (r - p))
proof
let r be Real; :: thesis: ( r in ].(p - 1),(p + 1).[ implies (exp_R . r) - (exp_R . p) = (PL . (r - p)) + (PR . (r - p)) )
reconsider p = p as Real by XREAL_0:def 1;
r = p + (r - p) ;
then (exp_R . r) - (exp_R . p) = ((r - p) * (exp_R . p)) + (((r - p) * (exp_R . p)) * (Re (Sum ((r - p) P_dt )))) by Th67
.= ((r - p) * (exp_R . p)) + (Cr . (r - p)) by A1
.= (PL . (r - p)) + (PR . (r - p)) by A41 ;
hence ( r in ].(p - 1),(p + 1).[ implies (exp_R . r) - (exp_R . p) = (PL . (r - p)) + (PR . (r - p)) ) ; :: thesis: verum
end;
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 A45, Th51, RCOMP_1:def 7; :: thesis: verum
end;
then A48: exp_R is_differentiable_in p by FDIFF_1:def 5;
PL . 1 = 1 * (exp_R . p) by A41;
hence ( exp_R is_differentiable_in p & diff exp_R ,p = exp_R . p ) by A44, A48, FDIFF_1:def 6; :: thesis: verum