let X, Y be ComplexLinearSpace; :: thesis: LinearOperators X,Y is linearly-closed
set W = LinearOperators X,Y;
A1:
for c being Complex
for v being VECTOR of (ComplexVectSpace the carrier of X,Y) st v in LinearOperators X,Y holds
c * v in LinearOperators X,Y
proof
let c be
Complex;
:: thesis: for v being VECTOR of (ComplexVectSpace the carrier of X,Y) st v in LinearOperators X,Y holds
c * v in LinearOperators X,Ylet v be
VECTOR of
(ComplexVectSpace the carrier of X,Y);
:: thesis: ( v in LinearOperators X,Y implies c * v in LinearOperators X,Y )
assume A2:
v in LinearOperators X,
Y
;
:: thesis: c * v in LinearOperators X,Y
c * v is
LinearOperator of
X,
Y
hence
c * v in LinearOperators X,
Y
by Def5;
:: thesis: verum
end;
for v, u being VECTOR of (ComplexVectSpace the carrier of X,Y) st v in LinearOperators X,Y & u in LinearOperators X,Y holds
v + u in LinearOperators X,Y
proof
let v,
u be
VECTOR of
(ComplexVectSpace the carrier of X,Y);
:: thesis: ( v in LinearOperators X,Y & u in LinearOperators X,Y implies v + u in LinearOperators X,Y )
assume that A8:
v in LinearOperators X,
Y
and A9:
u in LinearOperators X,
Y
;
:: thesis: v + u in LinearOperators X,Y
v + u is
LinearOperator of
X,
Y
hence
v + u in LinearOperators X,
Y
by Def5;
:: thesis: verum
end;
hence
LinearOperators X,Y is linearly-closed
by A1, CLVECT_1:def 4; :: thesis: verum