let V be Z_Module; for L being Linear_Combination of V
for F being FinSequence of V ex K being Linear_Combination of V st
( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
let L be Linear_Combination of V; for F being FinSequence of V ex K being Linear_Combination of V st
( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
let F be FinSequence of V; ex K being Linear_Combination of V st
( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
defpred S1[ object , object ] means ( not $1 is Vector of V or ( $1 in rng F & $2 = L . $1 ) or ( not $1 in rng F & $2 = 0 ) );
reconsider R = rng F as finite Subset of V ;
A1:
for x being object st x in the carrier of V holds
ex y being object st
( y in INT & S1[x,y] )
ex K being Function of the carrier of V,INT st
for x being object st x in the carrier of V holds
S1[x,K . x]
from FUNCT_2:sch 1(A1);
then consider K being Function of the carrier of V,INT such that
A4:
for x being object st x in the carrier of V holds
S1[x,K . x]
;
reconsider K = K as Element of Funcs ( the carrier of V,INT) by FUNCT_2:8;
reconsider K = K as Linear_Combination of V by A5, VECTSP_6:def 1;
then A9:
(rng F) /\ (Carrier L) c= Carrier K
;
take
K
; ( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
A10:
L (#) F = K (#) F
then
Carrier K c= (rng F) /\ (Carrier L)
;
hence
( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
by A9, A10, XBOOLE_0:def 10; verum