let F be Field; for U, V being VectSp of F
for B being non empty finite Subset of U
for f being Function of B,V
for l2 being Linear_Combination of rng f ex l1 being Linear_Combination of B st
for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
let U, V be VectSp of F; for B being non empty finite Subset of U
for f being Function of B,V
for l2 being Linear_Combination of rng f ex l1 being Linear_Combination of B st
for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
let B be non empty finite Subset of U; for f being Function of B,V
for l2 being Linear_Combination of rng f ex l1 being Linear_Combination of B st
for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
let f be Function of B,V; for l2 being Linear_Combination of rng f ex l1 being Linear_Combination of B st
for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
let l2 be Linear_Combination of rng f; ex l1 being Linear_Combination of B st
for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
defpred S1[ object , object ] means ( ( $1 in B & $2 = l2 . (f . $1) ) or ( not $1 in B & $2 = 0. F ) );
B4:
for x being object st x in the carrier of U holds
ex y being object st
( y in the carrier of F & S1[x,y] )
consider l1 being Function of the carrier of U, the carrier of F such that
B5:
for x being object st x in the carrier of U holds
S1[x,l1 . x]
from FUNCT_2:sch 1(B4);
reconsider l1 = l1 as Element of Funcs ( the carrier of U, the carrier of F) by FUNCT_2:8;
for u being Element of U st not u in B holds
l1 . u = 0. F
by B5;
then reconsider l1 = l1 as Linear_Combination of U by VECTSP_6:def 1;
then
Carrier l1 c= B
;
then reconsider l1 = l1 as Linear_Combination of B by VECTSP_6:def 4;
take
l1
; for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
thus
for u being Element of U st u in B holds
l1 . u = l2 . (f . u)
by B5; verum