set mc = addcomplex ;
consider f being FinSequence of COMPLEX such that
A1: f = F and
A2: Sum F = addcomplex $$ f by Def10;
set g = [#] (f,(the_unity_wrt addcomplex));
defpred S1[ Nat] means addcomplex $$ ((finSeg F),([#] (f,(the_unity_wrt addcomplex)))) is real ;
A3: for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be Nat; :: thesis: ( S1[k] implies S1[k + 1] )
assume A4: S1[k] ; :: thesis: S1[k + 1]
reconsider k = k as Element of NAT by ORDINAL1:def 12;
([#] (f,(the_unity_wrt addcomplex))) . (k + 1) is real
proof
per cases ( k + 1 in dom f or not k + 1 in dom f ) ;
end;
end;
then reconsider a = ([#] (f,(the_unity_wrt addcomplex))) . (k + 1), b = addcomplex $$ ((finSeg k),([#] (f,(the_unity_wrt addcomplex)))) as Real by A4;
not k + 1 in Seg k by FINSEQ_3:8;
then addcomplex $$ (((finSeg k) \/ {.(In ((k + 1),NAT)).}),([#] (f,(the_unity_wrt addcomplex)))) = addcomplex . ((addcomplex $$ ((finSeg k),([#] (f,(the_unity_wrt addcomplex))))),(([#] (f,(the_unity_wrt addcomplex))) . (k + 1))) by SETWOP_2:2
.= b + a by BINOP_2:def 3 ;
hence S1[k + 1] by FINSEQ_1:9; :: thesis: verum
end;
A5: ( addcomplex $$ f = addcomplex $$ ((findom f),([#] (f,(the_unity_wrt addcomplex)))) & ex n being Nat st dom f = Seg n ) by FINSEQ_1:def 2, SETWOP_2:def 2;
Seg 0 = {}. NAT ;
then A6: S1[ 0 ] by BINOP_2:1, SETWISEO:31;
for n being Nat holds S1[n] from NAT_1:sch 2(A6, A3);
hence Sum F is real by A2, A5; :: thesis: verum