defpred S1[ set ] means (Partial_Sums |.(0c ExpSeq ).|) . $1 = 1;
(Partial_Sums |.(0c ExpSeq ).|) . 0 = |.(0c ExpSeq ).| . 0 by SERIES_1:def 1
.= |.((0c ExpSeq ) . 0 ).| by VALUED_1:18
.= 1 by Th4, COMPLEX1:134 ;
then A2: S1[ 0 ] ;
A3: for n being Nat st S1[n] holds
S1[n + 1]
proof
let n be Nat; :: thesis: ( S1[n] implies S1[n + 1] )
assume A4: (Partial_Sums |.(0c ExpSeq ).|) . n = 1 ; :: thesis: S1[n + 1]
A5: n in NAT by ORDINAL1:def 13;
hence (Partial_Sums |.(0c ExpSeq ).|) . (n + 1) = 1 + (|.(0c ExpSeq ).| . (n + 1)) by A4, SERIES_1:def 1
.= 1 + |.((0c ExpSeq ) . (n + 1)).| by VALUED_1:18
.= 1 + |.((((0c ExpSeq ) . n) * 0c ) / ((n + 1) + (0 * <i> ))).| by A5, Th4
.= 1 by COMPLEX1:130 ;
:: thesis: verum
end;
for n being Nat holds S1[n] from NAT_1:sch 2(A2, A3);
then Partial_Sums |.(0c ExpSeq ).| is constant by VALUED_0:def 18;
then A8: |.(0c ExpSeq ).| is summable by SERIES_1:def 2;
defpred S2[ set ] means (Partial_Sums (0c ExpSeq )) . $1 = 1;
(Partial_Sums (0c ExpSeq )) . 0 = (0c ExpSeq ) . 0 by SERIES_1:def 1
.= 1 by Th4 ;
then A10: S2[ 0 ] ;
A11: for n being Element of NAT st S2[n] holds
S2[n + 1]
proof
let n be Element of NAT ; :: thesis: ( S2[n] implies S2[n + 1] )
assume A12: (Partial_Sums (0c ExpSeq )) . n = 1 ; :: thesis: S2[n + 1]
thus (Partial_Sums (0c ExpSeq )) . (n + 1) = 1r + ((0c ExpSeq ) . (n + 1)) by A12, SERIES_1:def 1
.= 1r + ((((0c ExpSeq ) . n) * 0c ) / ((n + 1) + (0 * <i> ))) by Th4
.= 1 ; :: thesis: verum
end;
for n being Element of NAT holds S2[n] from NAT_1:sch 1(A10, A11);
hence ( 0c ExpSeq is absolutely_summable & Sum (0c ExpSeq ) = 1r ) by A8, COMSEQ_2:10, COMSEQ_3:def 13; :: thesis: verum