let X be non empty set ; :: thesis: for Y being RealNormSpace holds BoundedFunctions X,Y is linearly-closed
let Y be RealNormSpace; :: thesis: BoundedFunctions X,Y is linearly-closed
set W = BoundedFunctions X,Y;
A1:
RealVectSpace X,Y = RLSStruct(# (Funcs X,the carrier of Y),(FuncZero X,Y),(FuncAdd X,Y),(FuncExtMult X,Y) #)
by LOPBAN_1:def 4;
A2:
for v, u being VECTOR of (RealVectSpace X,Y) st v in BoundedFunctions X,Y & u in BoundedFunctions X,Y holds
v + u in BoundedFunctions X,Y
proof
let v,
u be
VECTOR of
(RealVectSpace X,Y);
:: thesis: ( v in BoundedFunctions X,Y & u in BoundedFunctions X,Y implies v + u in BoundedFunctions X,Y )
assume A3:
(
v in BoundedFunctions X,
Y &
u in BoundedFunctions X,
Y )
;
:: thesis: v + u in BoundedFunctions X,Y
reconsider f =
v + u as
Function of
X,the
carrier of
Y by A1, FUNCT_2:121;
f is
bounded
hence
v + u in BoundedFunctions X,
Y
by Def5;
:: thesis: verum
end;
for a being Real
for v being VECTOR of (RealVectSpace X,Y) st v in BoundedFunctions X,Y holds
a * v in BoundedFunctions X,Y
proof
let a be
Real;
:: thesis: for v being VECTOR of (RealVectSpace X,Y) st v in BoundedFunctions X,Y holds
a * v in BoundedFunctions X,Ylet v be
VECTOR of
(RealVectSpace X,Y);
:: thesis: ( v in BoundedFunctions X,Y implies a * v in BoundedFunctions X,Y )
assume A10:
v in BoundedFunctions X,
Y
;
:: thesis: a * v in BoundedFunctions X,Y
reconsider f =
a * v as
Function of
X,the
carrier of
Y by A1, FUNCT_2:121;
f is
bounded
hence
a * v in BoundedFunctions X,
Y
by Def5;
:: thesis: verum
end;
hence
BoundedFunctions X,Y is linearly-closed
by A2, RLSUB_1:def 1; :: thesis: verum