let f be PartFunc of COMPLEX ,COMPLEX ; for x0 being Complex st f is_differentiable_in x0 holds
f is_continuous_in x0
let x0 be Complex; ( f is_differentiable_in x0 implies f is_continuous_in x0 )
assume A1:
f is_differentiable_in x0
; f is_continuous_in x0
then consider N being Neighbourhood of x0 such that
A2:
N c= dom f
and
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 Th7;
now consider g being
Real such that A4:
0 < g
and A5:
{ y where y is Complex : |.(y - x0).| < g } c= N
by Def5;
reconsider s2 =
NAT --> x0 as
Complex_Sequence ;
let s1 be
Complex_Sequence;
( 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 that A6:
rng s1 c= dom f
and A7:
s1 is
convergent
and A8:
lim s1 = x0
and A9:
for
n being
Element of
NAT holds
s1 . n <> x0
;
( f /* s1 is convergent & f /. x0 = lim (f /* s1) )consider l being
Element of
NAT such that A10:
for
m being
Element of
NAT st
l <= m holds
|.((s1 . m) - x0).| < g
by A7, A8, A4, COMSEQ_2:def 5;
A11:
lim s2 =
s2 . 0
by CFCONT_1:50
.=
x0
by FUNCOP_1:13
;
deffunc H1(
Element of
NAT )
-> Element of
COMPLEX =
(s1 . $1) - (s2 . $1);
consider s3 being
Complex_Sequence such that A12:
for
n being
Element of
NAT holds
s3 . n = H1(
n)
from FUNCT_2:sch 4();
A13:
s3 = s1 - s2
by A12, CFCONT_1:2;
A14:
s2 is
convergent
by CFCONT_1:48;
then A15:
s3 is
convergent
by A7, A13, COMSEQ_2:25;
lim s3 =
lim (s1 - s2)
by A12, CFCONT_1:2
.=
x0 - x0
by A7, A8, A14, A11, COMSEQ_2:26
.=
0c
;
then A16:
lim (s3 ^\ l) = 0c
by A15, CFCONT_1:43;
reconsider c =
s2 ^\ l as
V8()
Complex_Sequence ;
then A21:
s3 ^\ l is
non-empty
by COMSEQ_1:4;
s3 ^\ l is
convergent
by A15, CFCONT_1:43;
then reconsider h =
s3 ^\ l as
convergent_to_0 Complex_Sequence by A16, A21, Def1;
then A22:
((f /* (h + c)) - (f /* c)) + (f /* c) = f /* (h + c)
by FUNCT_2:113;
then A23:
((f /* (h + c)) - (f /* c)) + (f /* c) =
f /* (s1 ^\ l)
by A22, FUNCT_2:113
.=
(f /* s1) ^\ l
by A6, VALUED_0:27
;
A24:
rng c = {x0}
then A29:
f /* c is
convergent
by COMSEQ_2:def 4;
then A31:
h (#) ((h " ) (#) ((f /* (h + c)) - (f /* c))) = (f /* (h + c)) - (f /* c)
by FUNCT_2:113;
rng (h + c) c= N
then A34:
(h " ) (#) ((f /* (h + c)) - (f /* c)) is
convergent
by A1, A2, A24, Th22;
then A35:
(f /* (h + c)) - (f /* c) is
convergent
by A31, COMSEQ_2:29;
then A36:
((f /* (h + c)) - (f /* c)) + (f /* c) is
convergent
by A29, COMSEQ_2:13;
hence
f /* s1 is
convergent
by A23, CFCONT_1:44;
f /. x0 = lim (f /* s1) lim (h (#) ((h " ) (#) ((f /* (h + c)) - (f /* c)))) =
0c * (lim ((h " ) (#) ((f /* (h + c)) - (f /* c))))
by A16, A34, COMSEQ_2:30
.=
0
;
then lim (((f /* (h + c)) - (f /* c)) + (f /* c)) =
0c + (lim (f /* c))
by A31, A35, A29, COMSEQ_2:14
.=
f /. x0
by A27, A29, COMSEQ_2:def 5
;
hence
f /. x0 = lim (f /* s1)
by A36, A23, CFCONT_1:45;
verum end;
hence
f is_continuous_in x0
by A2, A3, CFCONT_1:53; verum