let GF be Field; for V being VectSp of GF
for L being Linear_Combination of V
for F being FinSequence of the carrier of V ex K being Linear_Combination of V st
( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
let V be VectSp of GF; for L being Linear_Combination of V
for F being FinSequence of the carrier 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 the carrier 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 the carrier 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. GF ) );
reconsider R = rng F as finite Subset of V by FINSEQ_1:def 4;
A1:
for x being object st x in the carrier of V holds
ex y being object st
( y in the carrier of GF & S1[x,y] )
ex K being Function of the carrier of V, the carrier of GF 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, the carrier of GF such that
A2:
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, the carrier of GF) by FUNCT_2:8;
reconsider K = K as Linear_Combination of V by A3, VECTSP_6:def 1;
then A8:
(rng F) /\ (Carrier L) c= Carrier K
;
take
K
; ( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
A9:
L (#) F = K (#) F
then
Carrier K c= (rng F) /\ (Carrier L)
;
hence
( Carrier K = (rng F) /\ (Carrier L) & L (#) F = K (#) F )
by A8, A9, XBOOLE_0:def 10; verum