let X, Y be ComplexLinearSpace; :: thesis: LinearOperators X,Y is linearly-closed
set W = LinearOperators X,Y;
A1:
for v, u being VECTOR of (ComplexVectSpace 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
(ComplexVectSpace 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 Def5;
:: thesis: verum
end;
for c being Complex
for v being VECTOR of (ComplexVectSpace the carrier of X,Y) st v in LinearOperators X,Y holds
c * v in LinearOperators X,Y
proof
let c be
Complex;
:: thesis: for v being VECTOR of (ComplexVectSpace the carrier of X,Y) st v in LinearOperators X,Y holds
c * v in LinearOperators X,Ylet v be
VECTOR of
(ComplexVectSpace the carrier of X,Y);
:: thesis: ( v in LinearOperators X,Y implies c * v in LinearOperators X,Y )
assume A8:
v in LinearOperators X,
Y
;
:: thesis: c * v in LinearOperators X,Y
c * v is
LinearOperator of
X,
Y
proof
reconsider f =
c * v as
Function of
X,
Y by FUNCT_2:121;
f is
LinearOperator of
X,
Y
proof
A9:
f is
additive
proof
let x,
y be
VECTOR of
X;
:: according to CLOPBAN1:def 3 :: thesis: f . (x + y) = (f . x) + (f . y)
reconsider v' =
v as
Element of
Funcs the
carrier of
X,the
carrier of
Y ;
A10:
f = (FuncExtMult the carrier of X,Y) . [c,v']
by CLVECT_1:def 1;
A11:
v' is
LinearOperator of
X,
Y
by A8, Def5;
thus f . (x + y) =
c * (v' . (x + y))
by A10, Th3
.=
c * ((v' . x) + (v' . y))
by A11, Def3
.=
(c * (v' . x)) + (c * (v' . y))
by CLVECT_1:def 2
.=
(f . x) + (c * (v' . y))
by A10, Th3
.=
(f . x) + (f . y)
by A10, Th3
;
:: thesis: verum
end;
f is
homogeneous
hence
f is
LinearOperator of
X,
Y
by A9;
:: thesis: verum
end;
hence
c * v is
LinearOperator of
X,
Y
;
:: thesis: verum
end;
hence
c * v in LinearOperators X,
Y
by Def5;
:: thesis: verum
end;
hence
LinearOperators X,Y is linearly-closed
by A1, CLVECT_1:def 4; :: thesis: verum