let X, Y, Z be RealLinearSpace; for L being LinearOperator of X,Y
for K being LinearOperator of Y,Z holds K * L is LinearOperator of X,Z
let L be LinearOperator of X,Y; for K being LinearOperator of Y,Z holds K * L is LinearOperator of X,Z
let K be LinearOperator of Y,Z; K * L is LinearOperator of X,Z
reconsider T = K * L as Function of X,Z ;
for x, y being Element of X holds T . (x + y) = (T . x) + (T . y)
then A3:
T is additive
;
for a being Real
for x being VECTOR of X holds T . (a * x) = a * (T . x)
then
T is homogeneous
;
hence
K * L is LinearOperator of X,Z
by A3; verum