let X, Y be ComplexLinearSpace; 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;
for v being VECTOR of (ComplexVectSpace ( the carrier of X,Y)) st v in LinearOperators (X,Y) holds
c * v in LinearOperators (X,Y)let v be
VECTOR of
(ComplexVectSpace ( the carrier of X,Y));
( v in LinearOperators (X,Y) implies c * v in LinearOperators (X,Y) )
assume A2:
v in LinearOperators (
X,
Y)
;
c * v in LinearOperators (X,Y)
c * v is
LinearOperator of
X,
Y
hence
c * v in LinearOperators (
X,
Y)
by Def4;
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));
( 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)
;
v + u in LinearOperators (X,Y)
v + u is
LinearOperator of
X,
Y
hence
v + u in LinearOperators (
X,
Y)
by Def4;
verum
end;
hence
LinearOperators (X,Y) is linearly-closed
by A1, CLVECT_1:def 7; verum