|.s.| is convergent
proof
consider g being Element of COMPLEX such that
A1: 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 R = |.g.|; :: according to SEQ_2:def 6 :: thesis: for b1 being set holds
( b1 <= 0 or ex b2 being Element of NAT st
for b3 being Element of NAT holds
( not b2 <= b3 or not b1 <= abs ((|.s.| . b3) - R) ) )

let p be real number ; :: thesis: ( p <= 0 or ex b1 being Element of NAT st
for b2 being Element of NAT holds
( not b1 <= b2 or not p <= abs ((|.s.| . b2) - R) ) )

assume A2: 0 < p ; :: thesis: ex b1 being Element of NAT st
for b2 being Element of NAT holds
( not b1 <= b2 or not p <= abs ((|.s.| . b2) - R) )

p is Real by XREAL_0:def 1;
then consider n being Element of NAT such that
A3: for m being Element of NAT st n <= m holds
|.((s . m) - g).| < p by A1, A2;
take n ; :: thesis: for b1 being Element of NAT holds
( not n <= b1 or not p <= abs ((|.s.| . b1) - R) )

let m be Element of NAT ; :: thesis: ( not n <= m or not p <= abs ((|.s.| . m) - R) )
assume n <= m ; :: thesis: not p <= abs ((|.s.| . m) - R)
then |.((s . m) - g).| < p by A3;
then (abs (|.(s . m).| - |.g.|)) + |.((s . m) - g).| < p + |.((s . m) - g).| by COMPLEX1:150, XREAL_1:10;
then ((abs (|.(s . m).| - |.g.|)) + |.((s . m) - g).|) - |.((s . m) - g).| < (p + |.((s . m) - g).|) - |.((s . m) - g).| by XREAL_1:11;
hence not p <= abs ((|.s.| . m) - R) by VALUED_1:18; :: thesis: verum
end;
hence for b1 being Real_Sequence st b1 = |.s.| holds
b1 is convergent ; :: thesis: verum