let K be Field; :: thesis: for V1 being VectSp of K
for L being Scalar of K
for f, g being Function of V1,V1 st f is linear holds
L * (f * g) = f * (L * g)
let V1 be VectSp of K; :: thesis: for L being Scalar of K
for f, g being Function of V1,V1 st f is linear holds
L * (f * g) = f * (L * g)
let L be Scalar of K; :: thesis: for f, g being Function of V1,V1 st f is linear holds
L * (f * g) = f * (L * g)
let f, g be Function of V1,V1; :: thesis: ( f is linear implies L * (f * g) = f * (L * g) )
assume A1:
f is linear
; :: thesis: L * (f * g) = f * (L * g)
A2:
dom (f * (L * g)) = [#] V1
by FUNCT_2:def 1;
A3:
dom g = [#] V1
by FUNCT_2:def 1;
dom (L * (f * g)) = [#] V1
by FUNCT_2:def 1;
hence
L * (f * g) = f * (L * g)
by A2, A4, FUNCT_1:9; :: thesis: verum