let X, Y be ComplexNormSpace; :: thesis: BoundedLinearOperators X,Y is linearly-closed
set W = BoundedLinearOperators X,Y;
A1:
for v, u being VECTOR of (C_VectorSpace_of_LinearOperators X,Y) st v in BoundedLinearOperators X,Y & u in BoundedLinearOperators X,Y holds
v + u in BoundedLinearOperators X,Y
proof
let v,
u be
VECTOR of
(C_VectorSpace_of_LinearOperators X,Y);
:: thesis: ( v in BoundedLinearOperators X,Y & u in BoundedLinearOperators X,Y implies v + u in BoundedLinearOperators X,Y )
assume A2:
(
v in BoundedLinearOperators X,
Y &
u in BoundedLinearOperators X,
Y )
;
:: thesis: v + u in BoundedLinearOperators X,Y
reconsider f =
v + u as
LinearOperator of
X,
Y by Def5;
f is
bounded
hence
v + u in BoundedLinearOperators X,
Y
by Def8;
:: thesis: verum
end;
for c being Complex
for v being VECTOR of (C_VectorSpace_of_LinearOperators X,Y) st v in BoundedLinearOperators X,Y holds
c * v in BoundedLinearOperators X,Y
proof
let c be
Complex;
:: thesis: for v being VECTOR of (C_VectorSpace_of_LinearOperators X,Y) st v in BoundedLinearOperators X,Y holds
c * v in BoundedLinearOperators X,Ylet v be
VECTOR of
(C_VectorSpace_of_LinearOperators X,Y);
:: thesis: ( v in BoundedLinearOperators X,Y implies c * v in BoundedLinearOperators X,Y )
assume A9:
v in BoundedLinearOperators X,
Y
;
:: thesis: c * v in BoundedLinearOperators X,Y
reconsider f =
c * v as
LinearOperator of
X,
Y by Def5;
f is
bounded
hence
c * v in BoundedLinearOperators X,
Y
by Def8;
:: thesis: verum
end;
hence
BoundedLinearOperators X,Y is linearly-closed
by A1, CLVECT_1:def 4; :: thesis: verum