let s, s9 be Complex_Sequence; :: thesis: ( s is convergent & s9 is convergent implies s + s9 is convergent )
assume that
A1: s is convergent and
A2: s9 is convergent ; :: thesis: s + s9 is convergent
consider g being Element of COMPLEX such that
A3: 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 A1, Def4;
consider g9 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
|.((s9 . m) - g9).| < p by A2, Def4;
take g1 = g + g9; :: 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
|.(((s + s9) . m) - g1).| < 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
|.(((s + s9) . m) - g1).| < p )

assume A5: p > 0 ; :: thesis: ex n being Element of NAT st
for m being Element of NAT st n <= m holds
|.(((s + s9) . m) - g1).| < p

then consider n1 being Element of NAT such that
A6: for m being Element of NAT st n1 <= m holds
|.((s . m) - g).| < p / 2 by A3, XREAL_1:139;
consider n2 being Element of NAT such that
A7: for m being Element of NAT st n2 <= m holds
|.((s9 . m) - g9).| < p / 2 by A4, A5, XREAL_1:139;
reconsider n = max (n1,n2) as Element of NAT by FINSEQ_2:1;
take n ; :: thesis: for m being Element of NAT st n <= m holds
|.(((s + s9) . m) - g1).| < p

let m be Element of NAT ; :: thesis: ( n <= m implies |.(((s + s9) . m) - g1).| < p )
assume A8: n <= m ; :: thesis: |.(((s + s9) . m) - g1).| < p
n2 <= n by XXREAL_0:25;
then n + n2 <= n + m by A8, XREAL_1:7;
then n2 <= m by XREAL_1:6;
then A9: |.((s9 . m) - g9).| < p / 2 by A7;
A10: |.(((s + s9) . m) - g1).| = |.(((s . m) + (s9 . m)) - (g + g9)).| by VALUED_1:1
.= |.(((s . m) - g) + ((s9 . m) - g9)).| ;
n1 <= n by XXREAL_0:25;
then n + n1 <= n + m by A8, XREAL_1:7;
then n1 <= m by XREAL_1:6;
then |.((s . m) - g).| < p / 2 by A6;
then |.((s . m) - g).| + |.((s9 . m) - g9).| < (p / 2) + (p / 2) by A9, XREAL_1:8;
then (|.((s . m) - g).| + |.((s9 . m) - g9).|) + |.(((s + s9) . m) - g1).| < p + (|.((s . m) - g).| + |.((s9 . m) - g9).|) by A10, COMPLEX1:56, XREAL_1:8;
hence |.(((s + s9) . m) - g1).| < p by XREAL_1:6; :: thesis: verum