let r, x0 be Real; for f being PartFunc of REAL,REAL st f is_left_convergent_in x0 holds
( r (#) f is_left_convergent_in x0 & lim_left ((r (#) f),x0) = r * (lim_left (f,x0)) )
let f be PartFunc of REAL,REAL; ( f is_left_convergent_in x0 implies ( r (#) f is_left_convergent_in x0 & lim_left ((r (#) f),x0) = r * (lim_left (f,x0)) ) )
assume A1:
f is_left_convergent_in x0
; ( r (#) f is_left_convergent_in x0 & lim_left ((r (#) f),x0) = r * (lim_left (f,x0)) )
A2:
now for seq being Real_Sequence st seq is convergent & lim seq = x0 & rng seq c= (dom (r (#) f)) /\ (left_open_halfline x0) holds
( (r (#) f) /* seq is convergent & lim ((r (#) f) /* seq) = r * (lim_left (f,x0)) )let seq be
Real_Sequence;
( seq is convergent & lim seq = x0 & rng seq c= (dom (r (#) f)) /\ (left_open_halfline x0) implies ( (r (#) f) /* seq is convergent & lim ((r (#) f) /* seq) = r * (lim_left (f,x0)) ) )assume that A3:
seq is
convergent
and A4:
lim seq = x0
and A5:
rng seq c= (dom (r (#) f)) /\ (left_open_halfline x0)
;
( (r (#) f) /* seq is convergent & lim ((r (#) f) /* seq) = r * (lim_left (f,x0)) )A6:
rng seq c= (dom f) /\ (left_open_halfline x0)
by A5, VALUED_1:def 5;
A7:
(dom f) /\ (left_open_halfline x0) c= dom f
by XBOOLE_1:17;
then A8:
r (#) (f /* seq) = (r (#) f) /* seq
by A6, RFUNCT_2:9, XBOOLE_1:1;
A9:
f /* seq is
convergent
by A1, A3, A4, A6;
then
r (#) (f /* seq) is
convergent
;
hence
(r (#) f) /* seq is
convergent
by A6, A7, RFUNCT_2:9, XBOOLE_1:1;
lim ((r (#) f) /* seq) = r * (lim_left (f,x0))
lim (f /* seq) = lim_left (
f,
x0)
by A1, A3, A4, A6, Def7;
hence
lim ((r (#) f) /* seq) = r * (lim_left (f,x0))
by A9, A8, SEQ_2:8;
verum end;
hence
r (#) f is_left_convergent_in x0
by A2; lim_left ((r (#) f),x0) = r * (lim_left (f,x0))
hence
lim_left ((r (#) f),x0) = r * (lim_left (f,x0))
by A2, Def7; verum