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 l1, l2 being Linear_Combination of B
for a being Element of F st a * l1 = l2 holds
Sum (f (#) l2) = a * (Sum (f (#) l1))
let U, V be VectSp of F; for B being non empty finite Subset of U
for f being Function of B,V
for l1, l2 being Linear_Combination of B
for a being Element of F st a * l1 = l2 holds
Sum (f (#) l2) = a * (Sum (f (#) l1))
let B be non empty finite Subset of U; for f being Function of B,V
for l1, l2 being Linear_Combination of B
for a being Element of F st a * l1 = l2 holds
Sum (f (#) l2) = a * (Sum (f (#) l1))
let f be Function of B,V; for l1, l2 being Linear_Combination of B
for a being Element of F st a * l1 = l2 holds
Sum (f (#) l2) = a * (Sum (f (#) l1))
let l1, l2 be Linear_Combination of B; for a being Element of F st a * l1 = l2 holds
Sum (f (#) l2) = a * (Sum (f (#) l1))
let a be Element of F; ( a * l1 = l2 implies Sum (f (#) l2) = a * (Sum (f (#) l1)) )
assume
l2 = a * l1
; Sum (f (#) l2) = a * (Sum (f (#) l1))
then
f (#) l2 = a * (f (#) l1)
by lemmultx;
hence
Sum (f (#) l2) = a * (Sum (f (#) l1))
by VECTSP_6:45; verum