let f be PartFunc of COMPLEX ,COMPLEX ; :: thesis: for x0 being Complex st f is_differentiable_in x0 holds
f is_continuous_in x0
let x0 be Complex; :: thesis: ( f is_differentiable_in x0 implies f is_continuous_in x0 )
assume A1:
f is_differentiable_in x0
; :: thesis: f is_continuous_in x0
then consider N being Neighbourhood of x0 such that
A2:
( N c= dom f & ex L being C_LINEAR ex R being C_REST st
for x being Complex st x in N holds
(f /. x) - (f /. x0) = (L /. (x - x0)) + (R /. (x - x0)) )
by Def6;
A3:
x0 in N
by Th9;
now let s1 be
Complex_Sequence;
:: thesis: ( rng s1 c= dom f & s1 is convergent & lim s1 = x0 & ( for n being Element of NAT holds s1 . n <> x0 ) implies ( f /* s1 is convergent & f /. x0 = lim (f /* s1) ) )assume A4:
(
rng s1 c= dom f &
s1 is
convergent &
lim s1 = x0 & ( for
n being
Element of
NAT holds
s1 . n <> x0 ) )
;
:: thesis: ( f /* s1 is convergent & f /. x0 = lim (f /* s1) )consider g being
Real such that A5:
(
0 < g &
{ y where y is Complex : |.(y - x0).| < g } c= N )
by Def5;
reconsider s2 =
NAT --> x0 as
Complex_Sequence ;
deffunc H1(
Element of
NAT )
-> Element of
COMPLEX =
(s1 . $1) - (s2 . $1);
consider s3 being
Complex_Sequence such that A6:
for
n being
Element of
NAT holds
s3 . n = H1(
n)
from FUNCT_2:sch 4();
A7:
s2 is
convergent
by CFCONT_1:48;
A8:
lim s2 =
s2 . 0
by CFCONT_1:50
.=
x0
by FUNCOP_1:13
;
A9:
s3 = s1 - s2
by A6, CFCONT_1:2;
then A10:
s3 is
convergent
by A4, A7, COMSEQ_2:25;
A11:
lim s3 =
lim (s1 - s2)
by A6, CFCONT_1:2
.=
x0 - x0
by A4, A7, A8, COMSEQ_2:26
.=
0c
;
consider l being
Element of
NAT such that A14:
for
m being
Element of
NAT st
l <= m holds
|.((s1 . m) - x0).| < g
by A4, A5, COMSEQ_2:def 5;
A15:
(
s3 ^\ l is
convergent &
lim (s3 ^\ l) = 0c )
by A10, A11, CFCONT_1:43;
then
s3 ^\ l is
non-zero
by COMSEQ_1:4;
then reconsider h =
s3 ^\ l as
convergent_to_0 Complex_Sequence by A15, Def1;
reconsider c =
s2 ^\ l as
V8()
Complex_Sequence ;
A18:
rng c = {x0}
rng (h + c) c= N
then A25:
(h " ) (#) ((f /* (h + c)) - (f /* c)) is
convergent
by A1, A2, A18, Th26;
then A26:
lim (h (#) ((h " ) (#) ((f /* (h + c)) - (f /* c)))) =
0c * (lim ((h " ) (#) ((f /* (h + c)) - (f /* c))))
by A15, COMSEQ_2:30
.=
0
;
then A28:
h (#) ((h " ) (#) ((f /* (h + c)) - (f /* c))) = (f /* (h + c)) - (f /* c)
by FUNCT_2:113;
then A29:
(f /* (h + c)) - (f /* c) is
convergent
by A25, COMSEQ_2:29;
then A32:
f /* c is
convergent
by COMSEQ_2:def 4;
then A33:
((f /* (h + c)) - (f /* c)) + (f /* c) is
convergent
by A29, COMSEQ_2:13;
A34:
lim (((f /* (h + c)) - (f /* c)) + (f /* c)) =
0c + (lim (f /* c))
by A26, A28, A29, A32, COMSEQ_2:14
.=
f /. x0
by A32, A30, COMSEQ_2:def 5
;
then A35:
((f /* (h + c)) - (f /* c)) + (f /* c) = f /* (h + c)
by FUNCT_2:113;
then A36:
((f /* (h + c)) - (f /* c)) + (f /* c) =
f /* (s1 ^\ l)
by A35, FUNCT_2:113
.=
(f /* s1) ^\ l
by A4, VALUED_0:27
;
hence
f /* s1 is
convergent
by A33, CFCONT_1:44;
:: thesis: f /. x0 = lim (f /* s1)thus
f /. x0 = lim (f /* s1)
by A33, A34, A36, CFCONT_1:45;
:: thesis: verum end;
hence
f is_continuous_in x0
by A2, A3, CFCONT_1:53; :: thesis: verum