let X, Y be RealNormSpace; :: thesis: 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);
:: 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 Def7;
f is
bounded
hence
v + u in BoundedLinearOperators X,
Y
by Def10;
:: thesis: 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;
:: thesis: 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);
:: thesis: ( v in BoundedLinearOperators X,Y implies a * v in BoundedLinearOperators X,Y )
assume A9:
v in BoundedLinearOperators X,
Y
;
:: thesis: 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;
:: thesis: verum
end;
hence
BoundedLinearOperators X,Y is linearly-closed
by A1, RLSUB_1:def 1; :: thesis: verum