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 st f is one-to-one holds
for l being Linear_Combination of B
for v being Element of V st v in rng f holds
(f (#) l) . v = l . ((f ") . v)
let U, V be VectSp of F; for B being non empty finite Subset of U
for f being Function of B,V st f is one-to-one holds
for l being Linear_Combination of B
for v being Element of V st v in rng f holds
(f (#) l) . v = l . ((f ") . v)
let B be non empty finite Subset of U; for f being Function of B,V st f is one-to-one holds
for l being Linear_Combination of B
for v being Element of V st v in rng f holds
(f (#) l) . v = l . ((f ") . v)
let f be Function of B,V; ( f is one-to-one implies for l being Linear_Combination of B
for v being Element of V st v in rng f holds
(f (#) l) . v = l . ((f ") . v) )
assume A:
f is one-to-one
; for l being Linear_Combination of B
for v being Element of V st v in rng f holds
(f (#) l) . v = l . ((f ") . v)
let l be Linear_Combination of B; for v being Element of V st v in rng f holds
(f (#) l) . v = l . ((f ") . v)
let v be Element of V; ( v in rng f implies (f (#) l) . v = l . ((f ") . v) )
assume B:
v in rng f
; (f (#) l) . v = l . ((f ") . v)
then consider x being object such that
C:
( x in dom f & f . x = v )
by FUNCT_1:def 3;
I:
dom f = B
by FUNCT_2:def 1;
then reconsider u = x as Element of U by C;
H:
dom l = the carrier of U
by FUNCT_2:def 1;
v in dom (f ")
by A, B, FUNCT_1:33;
then
(f ") . v in rng (f ")
by FUNCT_1:3;
then K:
(f ") . v in dom f
by A, FUNCT_1:33;
then J:
(f ") . v in U
by I;
D:
l . ((f ") . v) in rng l
by K, I, H, FUNCT_1:3;
G:
f " {v} = {((f ") . v)}
by A, B, XXX1;
then E:
canFS (f " {v}) = <*((f ") . v)*>
by FINSEQ_1:94;
set G = l * (canFS (f " {v}));
F:
dom (l * (canFS (f " {v}))) = Seg 1
then reconsider G = l * (canFS (f " {v})) as FinSequence by FINSEQ_1:def 2;
then
rng G c= the carrier of F
;
then reconsider G = G as FinSequence of the carrier of F by FINSEQ_1:def 4;
dom (canFS (f " {v})) = Seg 1
by E, FINSEQ_1:38;
then
1 in dom (canFS (f " {v}))
;
then G . 1 =
l . ((canFS (f " {v})) . 1)
by FUNCT_1:13
.=
l . ((f ") . v)
by E
;
then
l * (canFS (f " {v})) = <*(l . ((f ") . v))*>
by F, FINSEQ_1:def 8;
then
Sum (Expand (f,l,v)) = l . ((f ") . v)
by D, RLVECT_1:44;
hence
(f (#) l) . v = l . ((f ") . v)
by defK; verum