let x, y, z be Element of F_Complex ; :: thesis: |.<*x,y,z*>.| = <*|.x.|,|.y.|,|.z.|*>
A1: len |.<*x,y,z*>.| = len <*x,y,z*> by Def1
.= 3 by FINSEQ_1:62 ;
then A2: dom |.<*x,y,z*>.| = Seg 3 by FINSEQ_1:def 3;
A3: now
let n be Nat; :: thesis: ( n in dom |.<*x,y,z*>.| implies |.<*x,y,z*>.| . b1 = <*|.x.|,|.y.|,|.z.|*> . b1 )
assume A4: n in dom |.<*x,y,z*>.| ; :: thesis: |.<*x,y,z*>.| . b1 = <*|.x.|,|.y.|,|.z.|*> . b1
per cases ( n = 1 or n = 2 or n = 3 ) by A2, A4, ENUMSET1:def 1, FINSEQ_3:1;
end;
end;
len <*|.x.|,|.y.|,|.z.|*> = 3 by FINSEQ_1:62;
hence |.<*x,y,z*>.| = <*|.x.|,|.y.|,|.z.|*> by A1, A3, FINSEQ_2:10; :: thesis: verum