let R be Ring; 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; 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; 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; ( f is linear & g is linear implies g * f is linear )
assume that
A1:
f is linear
and
A2:
g is linear
; g * f is linear
set h = g * f;
A3:
( f is additive & g is additive )
by A1, A2, Th4;
A4:
for x, y being Vector of G holds (g * f) . (x + y) = ((g * f) . x) + ((g * f) . y)
hence
g * f is linear
by A4, Def5; verum