let z0, w0 be complex number ; :: thesis: (Sum (z0 ExpSeq )) * (Sum (w0 ExpSeq )) = Sum ((z0 + w0) ExpSeq )
reconsider z = z0, w = w0 as Element of COMPLEX by XCMPLX_0:def 2;
deffunc H1( Element of NAT ) -> Element of COMPLEX = (Partial_Sums (Conj $1,z,w)) . $1;
A1: ex seq being Complex_Sequence st
for k being Element of NAT holds seq . k = H1(k) from COMSEQ_1:sch 1();
consider seq being Complex_Sequence such that
A2: for k being Element of NAT holds seq . k = (Partial_Sums (Conj k,z,w)) . k by A1;
A3: now
let k be Element of NAT ; :: thesis: seq . k = (((Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq ))) - (Partial_Sums ((z + w) ExpSeq ))) . k
thus seq . k = (Partial_Sums (Conj k,z,w)) . k by A2
.= (((Partial_Sums (z ExpSeq )) . k) * ((Partial_Sums (w ExpSeq )) . k)) - ((Partial_Sums ((z + w) ExpSeq )) . k) by Th16
.= (((Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq ))) . k) - ((Partial_Sums ((z + w) ExpSeq )) . k) by VALUED_1:5
.= (((Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq ))) . k) + ((- (Partial_Sums ((z + w) ExpSeq ))) . k) by VALUED_1:8
.= (((Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq ))) - (Partial_Sums ((z + w) ExpSeq ))) . k by VALUED_1:1 ; :: thesis: verum
end;
A4: seq = ((Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq ))) - (Partial_Sums ((z + w) ExpSeq )) by A3, FUNCT_2:113;
A5: ( (Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq )) is convergent & lim ((Partial_Sums (z ExpSeq )) (#) (Partial_Sums (w ExpSeq ))) = (lim (Partial_Sums (z ExpSeq ))) * (lim (Partial_Sums (w ExpSeq ))) ) by COMSEQ_2:29, COMSEQ_2:30;
A6: lim seq = 0c by A2, Th23;
thus (Sum (z0 ExpSeq )) * (Sum (w0 ExpSeq )) = Sum ((z0 + w0) ExpSeq ) by A4, A5, A6, COMSEQ_3:10; :: thesis: verum