let F be Field; for U, V being VectSp of F
for B being non empty finite Subset of U st B is linearly-independent holds
for w being Element of U st w in B holds
for l being Linear_Combination of B st Sum l = w holds
for f being Function of B,V holds Sum (f (#) l) = f . w
let U, V be VectSp of F; for B being non empty finite Subset of U st B is linearly-independent holds
for w being Element of U st w in B holds
for l being Linear_Combination of B st Sum l = w holds
for f being Function of B,V holds Sum (f (#) l) = f . w
let B be non empty finite Subset of U; ( B is linearly-independent implies for w being Element of U st w in B holds
for l being Linear_Combination of B st Sum l = w holds
for f being Function of B,V holds Sum (f (#) l) = f . w )
assume AS1:
B is linearly-independent
; for w being Element of U st w in B holds
for l being Linear_Combination of B st Sum l = w holds
for f being Function of B,V holds Sum (f (#) l) = f . w
let w be Element of U; ( w in B implies for l being Linear_Combination of B st Sum l = w holds
for f being Function of B,V holds Sum (f (#) l) = f . w )
assume AS2:
w in B
; for l being Linear_Combination of B st Sum l = w holds
for f being Function of B,V holds Sum (f (#) l) = f . w
let l be Linear_Combination of B; ( Sum l = w implies for f being Function of B,V holds Sum (f (#) l) = f . w )
assume AS3:
Sum l = w
; for f being Function of B,V holds Sum (f (#) l) = f . w
let f be Function of B,V; Sum (f (#) l) = f . w
set G = f (#) l;
reconsider b = w as Element of B by AS2;
I:
( Carrier l = {w} & l . w = 1. F )
by AS1, AS2, AS3, lembas1;
then
Sum (f (#) l) = (l . b) * (f . b)
by lemadd2;
hence
Sum (f (#) l) = f . w
by I; verum