let F be FinSequence of REAL ; :: thesis: Product F = multreal $$ F
rng F c= COMPLEX
by NUMBERS:11, XBOOLE_1:1;
then reconsider f = F as FinSequence of COMPLEX by FINSEQ_1:def 4;
set g = multreal ;
set h = multcomplex ;
consider n being Nat such that
A1:
dom f = Seg n
by FINSEQ_1:def 2;
A2:
multreal $$ F = multreal $$ (finSeg n),([#] F,(the_unity_wrt multreal ))
by A1, SETWOP_2:def 2;
A3:
multcomplex $$ f = multcomplex $$ (finSeg n),([#] f,(the_unity_wrt multcomplex ))
by A1, SETWOP_2:def 2;
defpred S1[ Nat] means multreal $$ (finSeg $1),([#] F,(the_unity_wrt multreal )) = multcomplex $$ (finSeg $1),([#] f,(the_unity_wrt multcomplex ));
A4:
Seg 0 = {}. NAT
;
A5:
S1[ 0 ]
A6:
for k being Nat st S1[k] holds
S1[k + 1]
proof
let k be
Nat;
:: thesis: ( S1[k] implies S1[k + 1] )
assume A7:
S1[
k]
;
:: thesis: S1[k + 1]
set i =
[#] F,
(the_unity_wrt multreal );
set j =
[#] f,
(the_unity_wrt multcomplex );
A8:
([#] F,(the_unity_wrt multreal )) . (k + 1) = ([#] f,(the_unity_wrt multcomplex )) . (k + 1)
A11:
not
k + 1
in Seg k
by FINSEQ_3:9;
reconsider k =
k as
Element of
NAT by ORDINAL1:def 13;
multreal $$ (finSeg (k + 1)),
([#] F,(the_unity_wrt multreal )) =
multreal $$ ((finSeg k) \/ {.(k + 1).}),
([#] F,(the_unity_wrt multreal ))
by FINSEQ_1:11
.=
multreal . (multreal $$ (finSeg k),([#] F,(the_unity_wrt multreal ))),
(([#] F,(the_unity_wrt multreal )) . (k + 1))
by A11, SETWOP_2:4
.=
(multreal $$ (finSeg k),([#] F,(the_unity_wrt multreal ))) * (([#] F,(the_unity_wrt multreal )) . (k + 1))
by BINOP_2:def 11
.=
multcomplex . (multcomplex $$ (finSeg k),([#] f,(the_unity_wrt multcomplex ))),
(([#] f,(the_unity_wrt multcomplex )) . (k + 1))
by A7, A8, BINOP_2:def 5
.=
multcomplex $$ ((finSeg k) \/ {.(k + 1).}),
([#] f,(the_unity_wrt multcomplex ))
by A11, SETWOP_2:4
.=
multcomplex $$ (finSeg (k + 1)),
([#] f,(the_unity_wrt multcomplex ))
by FINSEQ_1:11
;
hence
S1[
k + 1]
;
:: thesis: verum
end;
for k being Nat holds S1[k]
from NAT_1:sch 2(A5, A6);
then
multreal $$ F = multcomplex $$ f
by A2, A3;
hence
Product F = multreal $$ F
by Def14; :: thesis: verum