set a = the Element of A;
set u = the Element of R;
reconsider p = <*( the Element of R * the Element of A)*> as FinSequence of the carrier of R ;
take p ; :: thesis: ( p is LeftLinearCombination of A & not p is empty )
now :: thesis: for i being set st i in dom p holds
ex u being Element of R ex a being Element of A st p /. i = u * a
let i be set ; :: thesis: ( i in dom p implies ex u being Element of R ex a being Element of A st p /. i = u * a )
assume A2: i in dom p ; :: thesis: ex u being Element of R ex a being Element of A st p /. i = u * a
take u = the Element of R; :: thesis: ex a being Element of A st p /. i = u * a
take a = the Element of A; :: thesis: p /. i = u * a
i in {1} by A2, FINSEQ_1:2, FINSEQ_1:38;
then i = 1 by TARSKI:def 1;
hence p /. i = u * a by FINSEQ_4:16; :: thesis: verum
end;
hence ( p is LeftLinearCombination of A & not p is empty ) by Def9; :: thesis: verum