let X, Y be RealNormSpace; BoundedLinearOperators X,Y is linearly-closed
set W = BoundedLinearOperators X,Y;
A1:
for v, u being VECTOR of (R_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
(R_VectorSpace_of_LinearOperators X,Y);
( v in BoundedLinearOperators X,Y & u in BoundedLinearOperators X,Y implies v + u in BoundedLinearOperators X,Y )
assume that A2:
v in BoundedLinearOperators X,
Y
and A3:
u in BoundedLinearOperators X,
Y
;
v + u in BoundedLinearOperators X,Y
reconsider f =
v + u as
LinearOperator of
X,
Y by Def7;
f is
bounded
hence
v + u in BoundedLinearOperators X,
Y
by Def10;
verum
end;
for a being Real
for v being VECTOR of (R_VectorSpace_of_LinearOperators X,Y) st v in BoundedLinearOperators X,Y holds
a * v in BoundedLinearOperators X,Y
proof
let a be
Real;
for v being VECTOR of (R_VectorSpace_of_LinearOperators X,Y) st v in BoundedLinearOperators X,Y holds
a * v in BoundedLinearOperators X,Ylet v be
VECTOR of
(R_VectorSpace_of_LinearOperators X,Y);
( v in BoundedLinearOperators X,Y implies a * v in BoundedLinearOperators X,Y )
assume A11:
v in BoundedLinearOperators X,
Y
;
a * v in BoundedLinearOperators X,Y
reconsider f =
a * v as
LinearOperator of
X,
Y by Def7;
f is
bounded
hence
a * v in BoundedLinearOperators X,
Y
by Def10;
verum
end;
hence
BoundedLinearOperators X,Y is linearly-closed
by A1, RLSUB_1:def 1; verum