let R be Ring; :: thesis: for G, H, S being non empty VectSpStr of R
for f being Function of G,H
for g being Function of H,S st f is linear & g is linear holds
g * f is linear
let G, H, S be non empty VectSpStr of R; :: thesis: for f being Function of G,H
for g being Function of H,S st f is linear & g is linear holds
g * f is linear
let f be Function of G,H; :: thesis: for g being Function of H,S st f is linear & g is linear holds
g * f is linear
let g be Function of H,S; :: thesis: ( f is linear & g is linear implies g * f is linear )
assume A1:
( f is linear & g is linear )
; :: thesis: g * f is linear
then A2:
( f is additive & g is additive )
by Th4;
set h = g * f;
A3:
for x, y being Vector of G holds (g * f) . (x + y) = ((g * f) . x) + ((g * f) . y)
hence
g * f is linear
by A3, Def5; :: thesis: verum