let K be Field; :: thesis: for x, y being FinSequence of K
for a being Element of K st len x = len y holds
|((a * x),y)| = a * |(x,y)|

let x, y be FinSequence of K; :: thesis: for a being Element of K st len x = len y holds
|((a * x),y)| = a * |(x,y)|

let a be Element of K; :: thesis: ( len x = len y implies |((a * x),y)| = a * |(x,y)| )
assume len x = len y ; :: thesis: |((a * x),y)| = a * |(x,y)|
then Sum (mlt ((a * x),y)) = Sum (a * (mlt (x,y))) by Th8;
then Sum (mlt ((a * x),y)) = a * (Sum (mlt (x,y))) by FVSUM_1:73;
then Sum (mlt ((a * x),y)) = a * |(x,y)| by FVSUM_1:def 9;
hence |((a * x),y)| = a * |(x,y)| by FVSUM_1:def 9; :: thesis: verum