let f be PartFunc of REAL,REAL; for x0 being Real st f is_left_differentiable_in x0 holds
f is_Lcontinuous_in x0
let x0 be Real; ( f is_left_differentiable_in x0 implies f is_Lcontinuous_in x0 )
assume A1:
f is_left_differentiable_in x0
; f is_Lcontinuous_in x0
A2:
for a being Real_Sequence st rng a c= (left_open_halfline x0) /\ (dom f) & a is convergent & lim a = x0 holds
( f /* a is convergent & f . x0 = lim (f /* a) )
proof
reconsider xx0 =
x0 as
Element of
REAL by XREAL_0:def 1;
set b =
seq_const x0;
let a be
Real_Sequence;
( rng a c= (left_open_halfline x0) /\ (dom f) & a is convergent & lim a = x0 implies ( f /* a is convergent & f . x0 = lim (f /* a) ) )
assume that A3:
rng a c= (left_open_halfline x0) /\ (dom f)
and A4:
a is
convergent
and A5:
lim a = x0
;
( f /* a is convergent & f . x0 = lim (f /* a) )
consider r being
Real such that A6:
0 < r
and A7:
[.(x0 - r),x0.] c= dom f
by A1;
consider n0 being
Nat such that A8:
for
k being
Nat st
k >= n0 holds
x0 - r < a . k
by A4, A5, A6, LIMFUNC2:1, XREAL_1:44;
deffunc H1(
Nat)
-> set =
(a . $1) - ((seq_const x0) . $1);
consider d being
Real_Sequence such that A9:
for
n being
Nat holds
d . n = H1(
n)
from SEQ_1:sch 1();
A10:
d = a - (seq_const x0)
by A9, RFUNCT_2:1;
then A11:
d is
convergent
by A4;
reconsider c =
(seq_const x0) ^\ n0 as
constant Real_Sequence ;
A12:
rng c = {x0}
then A18:
f /* c is
convergent
by SEQ_2:def 6;
lim (seq_const x0) =
(seq_const x0) . 0
by SEQ_4:26
.=
x0
by SEQ_1:57
;
then lim d =
x0 - x0
by A4, A5, A10, SEQ_2:12
.=
0
;
then A19:
lim (d ^\ n0) = 0
by A11, SEQ_4:20;
A20:
for
n being
Element of
NAT holds
(
d . n < 0 &
d . n <> 0 )
A23:
for
n being
Nat holds
(d ^\ n0) . n < 0
for
n being
Nat holds
(d ^\ n0) . n <> 0
by A23;
then
d ^\ n0 is
non-zero
by SEQ_1:5;
then reconsider h =
d ^\ n0 as
non-zero 0 -convergent Real_Sequence by A11, A19, FDIFF_1:def 1;
A25:
rng a c= dom f
by A3, XBOOLE_0:def 4;
then A26:
((f /* (h + c)) - (f /* c)) + (f /* c) = f /* (h + c)
by FUNCT_2:63;
then A27:
((f /* (h + c)) - (f /* c)) + (f /* c) =
f /* (a ^\ n0)
by A26, FUNCT_2:63
.=
(f /* a) ^\ n0
by A25, VALUED_0:27
;
A28:
for
n being
Element of
NAT holds
(a ^\ n0) . n in [.(x0 - r),x0.]
rng (h + c) c= [.(x0 - r),x0.]
then
rng (h + c) c= dom f
by A7;
then A31:
(h ") (#) ((f /* (h + c)) - (f /* c)) is
convergent
by A1, A23, A12;
then A32:
lim (h (#) ((h ") (#) ((f /* (h + c)) - (f /* c)))) =
0 * (lim ((h ") (#) ((f /* (h + c)) - (f /* c))))
by A19, SEQ_2:15
.=
0
;
then A34:
h (#) ((h ") (#) ((f /* (h + c)) - (f /* c))) = (f /* (h + c)) - (f /* c)
by FUNCT_2:63;
then A35:
(f /* (h + c)) - (f /* c) is
convergent
by A31;
then A36:
((f /* (h + c)) - (f /* c)) + (f /* c) is
convergent
by A18;
hence
f /* a is
convergent
by A27, SEQ_4:21;
f . x0 = lim (f /* a)
lim (f /* c) = f . x0
by A15, A18, SEQ_2:def 7;
then lim (((f /* (h + c)) - (f /* c)) + (f /* c)) =
0 + (f . x0)
by A32, A34, A35, A18, SEQ_2:6
.=
f . x0
;
hence
f . x0 = lim (f /* a)
by A36, A27, SEQ_4:22;
verum
end;
x0 in dom f
hence
f is_Lcontinuous_in x0
by A2; verum