let K be Field; :: thesis: for V1 being VectSp of K
for f1, f2, g being Function of V1,V1 holds (f1 + f2) * g = (f1 * g) + (f2 * g)
let V1 be VectSp of K; :: thesis: for f1, f2, g being Function of V1,V1 holds (f1 + f2) * g = (f1 * g) + (f2 * g)
let f1, f2, g be Function of V1,V1; :: thesis: (f1 + f2) * g = (f1 * g) + (f2 * g)
A1:
( dom ((f1 + f2) * g) = [#] V1 & dom ((f1 * g) + (f2 * g)) = [#] V1 & dom g = [#] V1 )
by FUNCT_2:def 1;
hence
(f1 + f2) * g = (f1 * g) + (f2 * g)
by A1, FUNCT_1:9; :: thesis: verum