let V be ComplexLinearSpace; :: thesis: for v being VECTOR of V
for l being C_Linear_Combination of {v} holds Sum l = (l . v) * v

let v be VECTOR of V; :: thesis: for l being C_Linear_Combination of {v} holds Sum l = (l . v) * v
let l be C_Linear_Combination of {v}; :: thesis: Sum l = (l . v) * v
A1: Carrier l c= {v} by Def3;
per cases ( Carrier l = {} or Carrier l = {v} ) by A1, ZFMISC_1:39;
suppose Carrier l = {} ; :: thesis: Sum l = (l . v) * v
then A2: l = ZeroCLC V by Def2;
hence Sum l = 0. V by Lm2
.= 0c * v by CLVECT_1:2
.= (l . v) * v by A2, Th30 ;
:: thesis: verum
end;
suppose Carrier l = {v} ; :: thesis: Sum l = (l . v) * v
then consider F being FinSequence of the carrier of V such that
A3: ( F is one-to-one & rng F = {v} & Sum l = Sum (l (#) F) ) by Def5;
F = <*v*> by A3, FINSEQ_3:106;
then l (#) F = <*((l . v) * v)*> by Th42;
hence Sum l = (l . v) * v by A3, RLVECT_1:61; :: thesis: verum
end;
end;