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 (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));
( 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:66;
f is
bounded
hence
v + u in BoundedFunctions (
X,
Y)
by Def5;
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;
for v being VECTOR of (RealVectSpace (X,Y)) st v in BoundedFunctions (X,Y) holds
a * v in BoundedFunctions (X,Y)let v be
VECTOR of
(RealVectSpace (X,Y));
( v in BoundedFunctions (X,Y) implies a * v in BoundedFunctions (X,Y) )
assume A10:
v in BoundedFunctions (
X,
Y)
;
a * v in BoundedFunctions (X,Y)
reconsider f =
a * v as
Function of
X, the
carrier of
Y by A1, FUNCT_2:66;
f is
bounded
hence
a * v in BoundedFunctions (
X,
Y)
by Def5;
verum
end;
hence
BoundedFunctions (X,Y) is linearly-closed
by A2, RLSUB_1:def 1; verum