A1: now
let c be Element of COMPLEX ; :: thesis: b1 (#) s is convergent
per cases ( c = 0c or c <> 0c ) ;
suppose A2: c = 0c ; :: thesis: b1 (#) s is convergent
now
let n be Element of NAT ; :: thesis: (c (#) s) . n = 0c
thus (c (#) s) . n = 0c * (s . n) by A2, VALUED_1:6
.= 0c ; :: thesis: verum
end;
hence c (#) s is convergent by Th9; :: thesis: verum
end;
suppose A3: c <> 0c ; :: thesis: b1 (#) s is convergent
thus c (#) s is convergent :: thesis: verum
proof
consider g being Element of COMPLEX such that
A4: for p being Real st 0 < p holds
ex n being Element of NAT st
for m being Element of NAT st n <= m holds
|.((s . m) - g).| < p by Def4;
take g9 = c * g; :: according to COMSEQ_2:def 4 :: thesis: for p being Real st 0 < p holds
ex n being Element of NAT st
for m being Element of NAT st n <= m holds
|.(((c (#) s) . m) - g9).| < p

let p be Real; :: thesis: ( 0 < p implies ex n being Element of NAT st
for m being Element of NAT st n <= m holds
|.(((c (#) s) . m) - g9).| < p )

assume A5: 0 < p ; :: thesis: ex n being Element of NAT st
for m being Element of NAT st n <= m holds
|.(((c (#) s) . m) - g9).| < p

A6: |.c.| > 0 by A3, COMPLEX1:47;
p / |.c.| = p * (|.c.| ") by XCMPLX_0:def 9;
then consider n being Element of NAT such that
A7: for m being Element of NAT st n <= m holds
|.((s . m) - g).| < p / |.c.| by A6, A4, A5, XREAL_1:129;
take n ; :: thesis: for m being Element of NAT st n <= m holds
|.(((c (#) s) . m) - g9).| < p

let m be Element of NAT ; :: thesis: ( n <= m implies |.(((c (#) s) . m) - g9).| < p )
assume n <= m ; :: thesis: |.(((c (#) s) . m) - g9).| < p
then |.((s . m) - g).| < p / |.c.| by A7;
then |.((s . m) - g).| * |.c.| < (p / |.c.|) * |.c.| by A6, XREAL_1:68;
then |.((s . m) - g).| * |.c.| < (p * (|.c.| ")) * |.c.| by XCMPLX_0:def 9;
then |.((s . m) - g).| * |.c.| < p * ((|.c.| ") * |.c.|) ;
then A8: |.((s . m) - g).| * |.c.| < p * 1 by A6, XCMPLX_0:def 7;
|.(((c (#) s) . m) - g9).| = |.((c * (s . m)) - (c * g)).| by VALUED_1:6
.= |.(c * ((s . m) - g)).|
.= |.((s . m) - g).| * |.c.| by COMPLEX1:65 ;
hence |.(((c (#) s) . m) - g9).| < p by A8; :: thesis: verum
end;
end;
end;
end;
c in COMPLEX by XCMPLX_0:def 2;
hence for b1 being Complex_Sequence st b1 = c (#) s holds
b1 is convergent by A1; :: thesis: verum