let X, Y be ComplexNormSpace; 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));
( 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 Def4;
f is
Lipschitzian
hence
v + u in BoundedLinearOperators (
X,
Y)
by Def7;
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;
for v being VECTOR of (C_VectorSpace_of_LinearOperators (X,Y)) st v in BoundedLinearOperators (X,Y) holds
c * v in BoundedLinearOperators (X,Y)let v be
VECTOR of
(C_VectorSpace_of_LinearOperators (X,Y));
( v in BoundedLinearOperators (X,Y) implies c * v in BoundedLinearOperators (X,Y) )
assume A11:
v in BoundedLinearOperators (
X,
Y)
;
c * v in BoundedLinearOperators (X,Y)
reconsider f =
c * v as
LinearOperator of
X,
Y by Def4;
f is
Lipschitzian
hence
c * v in BoundedLinearOperators (
X,
Y)
by Def7;
verum
end;
hence
BoundedLinearOperators (X,Y) is linearly-closed
by A1, CLVECT_1:def 7; verum