let V, U, W be Z_Module; for f being linear-transformation of V,U
for g being linear-transformation of U,W holds g * f is linear-transformation of V,W
let f be linear-transformation of V,U; for g being linear-transformation of U,W holds g * f is linear-transformation of V,W
let g be linear-transformation of U,W; g * f is linear-transformation of V,W
set gf = g * f;
for x, y being Element of V holds (g * f) . (x + y) = ((g * f) . x) + ((g * f) . y)
then B1:
g * f is additive
;
for a being Element of INT.Ring
for x being Element of V holds (g * f) . (a * x) = a * ((g * f) . x)
then
g * f is homogeneous
;
hence
g * f is linear-transformation of V,W
by B1; verum