let X be ComplexUnitarySpace; :: thesis: for z being Complex
for seq being sequence of X st seq is convergent holds
z * seq is convergent

let z be Complex; :: thesis: for seq being sequence of X st seq is convergent holds
z * seq is convergent

let seq be sequence of X; :: thesis: ( seq is convergent implies z * seq is convergent )
assume seq is convergent ; :: thesis: z * seq is convergent
then consider g being Point of X such that
A1: for r being Real st r > 0 holds
ex m being Element of NAT st
for n being Element of NAT st n >= m holds
dist (seq . n),g < r by Def1;
take h = z * g; :: according to CLVECT_2:def 1 :: thesis: for r being Real st r > 0 holds
ex m being Element of NAT st
for n being Element of NAT st n >= m holds
dist ((z * seq) . n),h < r

A2: now
assume A3: z = 0 ; :: thesis: for r being Real st r > 0 holds
ex k being Element of NAT st
for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r

let r be Real; :: thesis: ( r > 0 implies ex k being Element of NAT st
for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r )

assume r > 0 ; :: thesis: ex k being Element of NAT st
for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r

then consider m1 being Element of NAT such that
A4: for n being Element of NAT st n >= m1 holds
dist (seq . n),g < r by A1;
take k = m1; :: thesis: for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r

let n be Element of NAT ; :: thesis: ( n >= k implies dist ((z * seq) . n),h < r )
assume n >= k ; :: thesis: dist ((z * seq) . n),h < r
then A5: dist (seq . n),g < r by A4;
dist (z * (seq . n)),(z * g) = dist (0c * (seq . n)),H1(X) by A3, CLVECT_1:2
.= dist H1(X),H1(X) by CLVECT_1:2
.= 0 by CSSPACE:53 ;
then dist (z * (seq . n)),h < r by A5, CSSPACE:56;
hence dist ((z * seq) . n),h < r by CLVECT_1:def 15; :: thesis: verum
end;
now
assume A6: z <> 0 ; :: thesis: for r being Real st r > 0 holds
ex k being Element of NAT st
for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r

then A7: |.z.| > 0 by COMPLEX1:133;
let r be Real; :: thesis: ( r > 0 implies ex k being Element of NAT st
for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r )

assume A8: r > 0 ; :: thesis: ex k being Element of NAT st
for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r

A9: |.z.| <> 0 by A6, COMPLEX1:133;
0 / |.z.| = 0 ;
then r / |.z.| > 0 by A7, A8, XREAL_1:76;
then consider m1 being Element of NAT such that
A10: for n being Element of NAT st n >= m1 holds
dist (seq . n),g < r / |.z.| by A1;
take k = m1; :: thesis: for n being Element of NAT st n >= k holds
dist ((z * seq) . n),h < r

let n be Element of NAT ; :: thesis: ( n >= k implies dist ((z * seq) . n),h < r )
assume n >= k ; :: thesis: dist ((z * seq) . n),h < r
then A11: dist (seq . n),g < r / |.z.| by A10;
A12: dist (z * (seq . n)),(z * g) = ||.((z * (seq . n)) - (z * g)).|| by CSSPACE:def 16
.= ||.(z * ((seq . n) - g)).|| by CLVECT_1:10
.= |.z.| * ||.((seq . n) - g).|| by CSSPACE:45
.= |.z.| * (dist (seq . n),g) by CSSPACE:def 16 ;
|.z.| * (r / |.z.|) = |.z.| * ((|.z.| " ) * r) by XCMPLX_0:def 9
.= (|.z.| * (|.z.| " )) * r
.= 1 * r by A9, XCMPLX_0:def 7
.= r ;
then dist (z * (seq . n)),h < r by A7, A11, A12, XREAL_1:70;
hence dist ((z * seq) . n),h < r by CLVECT_1:def 15; :: thesis: verum
end;
hence for r being Real st r > 0 holds
ex m being Element of NAT st
for n being Element of NAT st n >= m holds
dist ((z * seq) . n),h < r by A2; :: thesis: verum