let f be PartFunc of REAL,REAL; for x0 being real number st f is_differentiable_in x0 holds
f is_continuous_in x0
let x0 be real number ; ( 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 LINEAR ex R being REST st
for x being Real st x in N holds
(f . x) - (f . x0) = (L . (x - x0)) + (R . (x - x0))
by Def5;
now consider g being
real number such that A3:
0 < g
and A4:
N = ].(x0 - g),(x0 + g).[
by RCOMP_1:def 6;
x0 in REAL
by XREAL_0:def 1;
then reconsider s2 =
NAT --> x0 as
Real_Sequence by FUNCOP_1:45;
let s1 be
Real_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 A5:
rng s1 c= dom f
and A6:
s1 is
convergent
and A7:
lim s1 = x0
and A8:
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 A9:
for
m being
Element of
NAT st
l <= m holds
abs ((s1 . m) - x0) < g
by A6, A7, A3, SEQ_2:def 7;
reconsider c =
s2 ^\ l as
V8()
Real_Sequence ;
deffunc H1(
Real)
-> Element of
REAL =
(s1 . $1) - (s2 . $1);
consider s3 being
Real_Sequence such that A10:
for
n being
Element of
NAT holds
s3 . n = H1(
n)
from SEQ_1:sch 1();
A11:
s3 = s1 - s2
by A10, RFUNCT_2:1;
then A12:
s3 is
convergent
by A6, SEQ_2:11;
A13:
rng c = {x0}
then A18:
f /* c is
convergent
by SEQ_2:def 6;
lim s2 =
s2 . 0
by SEQ_4:26
.=
x0
by FUNCOP_1:7
;
then lim s3 =
x0 - x0
by A6, A7, A11, SEQ_2:12
.=
0
;
then A19:
lim (s3 ^\ l) = 0
by A12, SEQ_4:20;
then
s3 ^\ l is
non-zero
by SEQ_1:5;
then reconsider h =
s3 ^\ l as
convergent_to_0 Real_Sequence by A12, A19, Def1;
then A24:
((f /* (h + c)) - (f /* c)) + (f /* c) = f /* (h + c)
by FUNCT_2:63;
then A25:
((f /* (h + c)) - (f /* c)) + (f /* c) =
f /* (s1 ^\ l)
by A24, FUNCT_2:63
.=
(f /* s1) ^\ l
by A5, VALUED_0:27
;
rng (h + c) c= N
then A27:
(h ") (#) ((f /* (h + c)) - (f /* c)) is
convergent
by A1, A2, A13, Th20;
then A28:
lim (h (#) ((h ") (#) ((f /* (h + c)) - (f /* c)))) =
0 * (lim ((h ") (#) ((f /* (h + c)) - (f /* c))))
by A12, A19, SEQ_2:15
.=
0
;
then A30:
h (#) ((h ") (#) ((f /* (h + c)) - (f /* c))) = (f /* (h + c)) - (f /* c)
by FUNCT_2:63;
then A31:
(f /* (h + c)) - (f /* c) is
convergent
by A12, A27, SEQ_2:14;
then A32:
((f /* (h + c)) - (f /* c)) + (f /* c) is
convergent
by A18, SEQ_2:5;
hence
f /* s1 is
convergent
by A25, SEQ_4:21;
f . x0 = lim (f /* s1)
lim (f /* c) = f . x0
by A16, A18, SEQ_2:def 7;
then lim (((f /* (h + c)) - (f /* c)) + (f /* c)) =
0 + (f . x0)
by A28, A30, A31, A18, SEQ_2:6
.=
f . x0
;
hence
f . x0 = lim (f /* s1)
by A32, A25, SEQ_4:22;
verum end;
hence
f is_continuous_in x0
by FCONT_1:2; verum