let X, Y be RealLinearSpace; :: thesis: LinearOperators X,Y is linearly-closed
set W = LinearOperators X,Y;
A1:
for v, u being VECTOR of (RealVectSpace 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
(RealVectSpace the carrier of X,Y);
:: thesis: ( v in LinearOperators X,Y & u in LinearOperators X,Y implies v + u in LinearOperators X,Y )
assume A2:
(
v in LinearOperators X,
Y &
u in LinearOperators X,
Y )
;
:: thesis: v + u in LinearOperators X,Y
v + u is
LinearOperator of
X,
Y
hence
v + u in LinearOperators X,
Y
by Def7;
:: thesis: verum
end;
for a being Real
for v being VECTOR of (RealVectSpace the carrier of X,Y) st v in LinearOperators X,Y holds
a * v in LinearOperators X,Y
proof
let a be
Real;
:: thesis: for v being VECTOR of (RealVectSpace the carrier of X,Y) st v in LinearOperators X,Y holds
a * v in LinearOperators X,Ylet v be
VECTOR of
(RealVectSpace the carrier of X,Y);
:: thesis: ( v in LinearOperators X,Y implies a * v in LinearOperators X,Y )
assume A8:
v in LinearOperators X,
Y
;
:: thesis: a * v in LinearOperators X,Y
a * v is
LinearOperator of
X,
Y
hence
a * v in LinearOperators X,
Y
by Def7;
:: thesis: verum
end;
hence
LinearOperators X,Y is linearly-closed
by A1, RLSUB_1:def 1; :: thesis: verum