let X be non empty set ; for Y being RealNormSpace holds BoundedFunctions X,Y is linearly-closed
let Y be RealNormSpace; 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 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 ;
( v in BoundedFunctions X,Y & u in BoundedFunctions X,Y implies v + u in BoundedFunctions X,Y )
assume that A3:
v in BoundedFunctions X,
Y
and A4:
u in BoundedFunctions X,
Y
;
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;
verum
end;
for a being Real
for v being VECTOR of st v in BoundedFunctions X,Y holds
a * v in BoundedFunctions X,Y
hence
BoundedFunctions X,Y is linearly-closed
by A2, RLSUB_1:def 1; verum